update with current trunk work
[themes.git] / EarlyBlue / navigator / pageInfo.css
index f8cdb6379168bc1dd74818c7e654ef26b1d047c3..c3f181e76ed474e7f20edf24c1d87f5ea33eda8d 100644 (file)
 
 @import "chrome://global/skin/";
 
+/* Misc */
 tree {
   margin: .5em;
 }
 
-textbox,
-textbox > .textbox-internal-box,
-textbox > .textarea-internal-box {
+.gridSeparator {
+  width: .5em;
+}
+
+textbox {
   background: transparent !important;
   border: none;
   padding: 0px;
 }
 
 textbox.header {
-  margin-left: 0;
+  -moz-margin-start: 0;
 }
 
 .iframe {
@@ -58,10 +61,6 @@ textbox.header {
   overflow: auto;
 }
 
-#thepreviewimage {
-  margin: 1em;
-}
-
 .fixedsize {
   height: 8.5em;
 }
@@ -69,3 +68,79 @@ textbox.header {
 textbox[disabled] {
   font-style: italic;
 }
+
+/* General Tab */
+groupbox tree { 
+  margin: 0;
+  border: none;
+}
+
+groupbox.treebox .groupbox-body { 
+  padding-top: 0;
+}
+
+#general-security-identity {
+  white-space: -moz-pre-wrap;
+  line-height: 2em;
+}
+
+/* Media Tab */
+#imagetree {
+  min-height: 10em;
+}
+
+#thepreviewimage {
+  margin: 1em;
+}
+
+treechildren::-moz-tree-cell-text(broken) {
+  font-style: italic;
+  color: #808080;
+}
+
+/* Feeds Tab */
+#feedListbox richlistitem {
+  padding-top: 6px;
+  padding-bottom: 6px;
+  -moz-padding-start: 7px;
+  -moz-padding-end: 7px;
+  min-height: 25px;
+  border-bottom: 1px dotted #9999CC;
+}
+
+.feedTitle {
+  font-weight: bold;
+}
+
+/* Permissions Tab */
+#permList {
+  margin-top: .5em;
+  overflow: auto;
+}
+
+#permList > vbox {
+  padding-top: 6px;
+  padding-bottom: 6px;
+  -moz-padding-start: 7px;
+  -moz-padding-end: 7px;
+  min-height: 25px;
+  border-bottom: 1px dotted #9999CC;
+}
+
+#permList > vbox > label {
+  font-weight: bold;
+}
+
+/* Security Tab */
+#securityPanel > .header {
+  font-size: 120%;
+}
+#securityPanel > .fieldLabel {
+  margin: 2px 10px 3px 10px;
+}
+
+#securityPanel > .fieldValue {
+  font-weight: bold;
+  margin: 2px 10px 0px 10px;
+}
\ No newline at end of file