sync both themes with toolkit winstripe changes of 13 cycle
[themes.git] / LCARStrek / navigator / pageInfo.css
index 20d80eb64171b8bb6cfdb4222b8878dd3926be1e..ca20d8d084fff84fbab81642224460e27b5a610e 100644 (file)
@@ -68,10 +68,18 @@ textbox.header {
   height: 8.5em;
 }
 
   height: 8.5em;
 }
 
+textbox[readonly="true"] {
+  color: #9C9CFF;
+}
+
 textbox[disabled] {
   font-style: italic;
 }
 
 textbox[disabled] {
   font-style: italic;
 }
 
+row > label {
+  padding: 3px 0;
+}
+
 /* General Tab */
 #general-security-identity {
   white-space: pre-wrap;
 /* General Tab */
 #general-security-identity {
   white-space: pre-wrap;
@@ -112,7 +120,7 @@ treechildren::-moz-tree-cell-text(broken) {
   overflow: auto;
 }
 
   overflow: auto;
 }
 
-#permList > vbox {
+.permission {
   padding-top: 6px;
   padding-bottom: 6px;
   -moz-padding-start: 7px;
   padding-top: 6px;
   padding-bottom: 6px;
   -moz-padding-start: 7px;
@@ -121,7 +129,7 @@ treechildren::-moz-tree-cell-text(broken) {
   border-bottom: 1px dotted #9C9CFF;
 }
 
   border-bottom: 1px dotted #9C9CFF;
 }
 
-#permList > vbox > label {
+.permissionLabel {
   font-weight: bold;
 }
 
   font-weight: bold;
 }
 
@@ -129,3 +137,18 @@ treechildren::-moz-tree-cell-text(broken) {
 .fieldValue {
   font-weight: bold;
 }
 .fieldValue {
   font-weight: bold;
 }
+
+#identity-icon {
+  width: 64px;
+  height: 64px;
+  list-style-image: url("chrome://navigator/skin/icons/identity.png");
+  -moz-image-region: rect(0px, 64px, 64px, 0px);
+}
+
+#identity-icon.verifiedDomain {
+  -moz-image-region: rect(64px, 64px, 128px, 0px);
+}
+
+#identity-icon.verifiedIdentity {
+  -moz-image-region: rect(128px, 64px, 192px, 0px);
+}