update both themes for toolkit winstripe trunk changes up to 2010-03-19
[themes.git] / LCARStrek / navigator / pageInfo.css
index 0ac2071d3731f9d578f82d00a34741a6cfccdc3d..aa8aaea3d225417411769da22ad7be7492184338 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;
@@ -135,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);
 }