X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2FpageInfo.css;h=a2febc105be7acfad49fce795640d26d6f0f015d;hp=a86fc4b03c4c01a214c2e34b886f2cb3f3346c26;hb=8dcc05d26136be6f11cf61d5cb6520cab955df50;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/navigator/pageInfo.css b/LCARStrek/navigator/pageInfo.css index a86fc4b0..a2febc10 100644 --- a/LCARStrek/navigator/pageInfo.css +++ b/LCARStrek/navigator/pageInfo.css @@ -73,15 +73,6 @@ textbox[disabled] { } /* General Tab */ -groupbox tree { - margin: 0; - border: none; -} - -groupbox.treebox .groupbox-body { - padding-top: 0; -} - #general-security-identity { white-space: pre-wrap; line-height: 2em; @@ -121,7 +112,7 @@ treechildren::-moz-tree-cell-text(broken) { overflow: auto; } -#permList > vbox { +.permission { padding-top: 6px; padding-bottom: 6px; -moz-padding-start: 7px; @@ -130,20 +121,26 @@ treechildren::-moz-tree-cell-text(broken) { border-bottom: 1px dotted #9C9CFF; } -#permList > vbox > label { +.permissionLabel { font-weight: bold; } /* Security Tab */ -#securityPanel > .header { - font-size: 120%; +.fieldValue { + font-weight: bold; } -#securityPanel > .fieldLabel { - margin: 2px 10px 3px 10px; +#identity-icon { + width: 64px; + height: 64px; + list-style-image: url("chrome://navigator/skin/icons/identity.png"); + -moz-image-region: rect(0px, 64px, 64px, 0px); } -#securityPanel > .fieldValue { - font-weight: bold; - margin: 2px 10px 0px 10px; +#identity-icon.verifiedDomain { + -moz-image-region: rect(64px, 64px, 128px, 0px); +} + +#identity-icon.verifiedIdentity { + -moz-image-region: rect(128px, 64px, 192px, 0px); }