X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2FpageInfo.css;h=8bdde5382000417875ed9763400bd5f0f4b8f05a;hp=87a9485b4004cc009a93681940faab7fafe57308;hb=1f0c82bb9de8e738721734805e06e3c130c561a4;hpb=62736c3e53c8142b1317e5866372aa6a2abf7e01 diff --git a/EarlyBlue/navigator/pageInfo.css b/EarlyBlue/navigator/pageInfo.css index 87a9485b..8bdde538 100644 --- a/EarlyBlue/navigator/pageInfo.css +++ b/EarlyBlue/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 #9999CC; } -#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); }