update both themes for suite default theme changes between 2009-08-24 and 2.0b2
[themes.git] / LCARStrek / navigator / pageInfo.css
index 20d80eb64171b8bb6cfdb4222b8878dd3926be1e..aa8aaea3d225417411769da22ad7be7492184338 100644 (file)
@@ -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);
+}