update both themes for all (suite default only, actually) changes up to 2011-01-04
[themes.git] / EarlyBlue / navigator / pageInfo.css
index 87a9485b4004cc009a93681940faab7fafe57308..8bdde5382000417875ed9763400bd5f0f4b8f05a 100644 (file)
@@ -73,15 +73,6 @@ textbox[disabled] {
 }
 
 /* General Tab */
-groupbox tree { 
-  margin: 0;
-  border: none;
-}
-
-groupbox.treebox .groupbox-body { 
-  padding-top: 0;
-}
-
 #general-security-identity {
   white-space: pre-wrap;
   line-height: 2em;
@@ -121,7 +112,7 @@ treechildren::-moz-tree-cell-text(broken) {
   overflow: auto;
 }
 
-#permList > vbox {
+.permission {
   padding-top: 6px;
   padding-bottom: 6px;
   -moz-padding-start: 7px;
@@ -130,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 10px;
+
+#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 10px;
+#identity-icon.verifiedDomain {
+  -moz-image-region: rect(64px, 64px, 128px, 0px);
+}
+
+#identity-icon.verifiedIdentity {
+  -moz-image-region: rect(128px, 64px, 192px, 0px);
 }