update with current trunk work
[themes.git] / EarlyBlue / navigator / pageInfo.css
index 50acfb45b4f831b4ac189fa2465afbcaf4b1595c..c3f181e76ed474e7f20edf24c1d87f5ea33eda8d 100644 (file)
@@ -14,7 +14,7 @@
  * The Original Code is Mozilla Communicator client code.
  *
  * The Initial Developer of the Original Code is Daniel Brooks.
- * Portions created by the Initial Developer are Copyright (C) 2001
+ * Portions created by the Initial Developer are Copyright (C) 2001-2004
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
 
 @import "chrome://global/skin/";
 
-outliner {
+/* 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,7 +61,86 @@ textbox.header {
   overflow: auto;
 }
 
+.fixedsize {
+  height: 8.5em;
+}
+
+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;
-  border: 2px solid black;
 }
+
+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