update both themes for suite default theme changes up to 2010-07-25
[themes.git] / EarlyBlue / navigator / pageInfo.css
index a870e105495f8c1e1ce8f9d01edbe5e3e9b7bed6..8bdde5382000417875ed9763400bd5f0f4b8f05a 100644 (file)
@@ -112,7 +112,7 @@ treechildren::-moz-tree-cell-text(broken) {
   overflow: auto;
 }
 
-#permList > vbox {
+.permission {
   padding-top: 6px;
   padding-bottom: 6px;
   -moz-padding-start: 7px;
@@ -121,7 +121,7 @@ treechildren::-moz-tree-cell-text(broken) {
   border-bottom: 1px dotted #9999CC;
 }
 
-#permList > vbox > label {
+.permissionLabel {
   font-weight: bold;
 }
 
@@ -129,3 +129,18 @@ treechildren::-moz-tree-cell-text(broken) {
 .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);
+}