update both themes for suite default changes up to 2010-12-03
[themes.git] / EarlyBlue / navigator / pageInfo.css
index 5123c5275838372f3841fad2e7bb12dd525bb0cc..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,20 +121,26 @@ treechildren::-moz-tree-cell-text(broken) {
   border-bottom: 1px dotted #9999CC;
 }
 
-#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);
 }