X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2FpageInfo.css;h=aa8aaea3d225417411769da22ad7be7492184338;hp=0ac2071d3731f9d578f82d00a34741a6cfccdc3d;hb=4db0b17bb698fe4b248acbf0967a14b908a73319;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/LCARStrek/navigator/pageInfo.css b/LCARStrek/navigator/pageInfo.css index 0ac2071d..aa8aaea3 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; @@ -135,15 +126,21 @@ treechildren::-moz-tree-cell-text(broken) { } /* Security Tab */ -#securityPanel > .header { - font-size: 120%; +.fieldValue { + font-weight: bold; } -#securityPanel > .fieldLabel { - margin: 2px 10px 3px; +#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; +#identity-icon.verifiedDomain { + -moz-image-region: rect(64px, 64px, 128px, 0px); +} + +#identity-icon.verifiedIdentity { + -moz-image-region: rect(128px, 64px, 192px, 0px); }