update both themes for suite default theme changes between 2009-08-24 and 2.0b2
[themes.git] / EarlyBlue / navigator / pageInfo.css
index 5123c5275838372f3841fad2e7bb12dd525bb0cc..de06ca2578fb0cce539dd429febc66d6c3b1d9e4 100644 (file)
@@ -126,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);
 }