X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2FpageInfo.css;h=ca20d8d084fff84fbab81642224460e27b5a610e;hp=2599ea10f7a0842c6685b0fa4145034f30ac8687;hb=a62af8a99f2099bd7ff6c2623fdc419f9bd4c559;hpb=aeb317b8eed72eafc696d78ac0221f428d023664 diff --git a/LCARStrek/navigator/pageInfo.css b/LCARStrek/navigator/pageInfo.css index 2599ea10..ca20d8d0 100644 --- a/LCARStrek/navigator/pageInfo.css +++ b/LCARStrek/navigator/pageInfo.css @@ -68,10 +68,18 @@ textbox.header { height: 8.5em; } +textbox[readonly="true"] { + color: #9C9CFF; +} + textbox[disabled] { font-style: italic; } +row > label { + padding: 3px 0; +} + /* General Tab */ #general-security-identity { white-space: pre-wrap; @@ -112,7 +120,7 @@ treechildren::-moz-tree-cell-text(broken) { overflow: auto; } -#permList > vbox { +.permission { padding-top: 6px; padding-bottom: 6px; -moz-padding-start: 7px; @@ -121,20 +129,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; +#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); }