update global in both themes to withstand a manual diff check
[themes.git] / EarlyBlue / global / config.css
index 71e5761b7203bbecf452d4f8a8cb942df07900c3..621449e88d243122474472ec51b3a0255b6d7b9c 100644 (file)
 #warningBox
 {
   background: #9999CC;
+  color: #000000;
   border: 1px solid #666699;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
-  margin-left: 1em;
-  margin-right: 1em;
+  -moz-margin-start: 1em;
+  -moz-margin-end: 1em;
 }
 
 #warningInnerBox
@@ -69,7 +70,7 @@
 
 #warningTitle
 {
-  margin: 0 0 .6em 0;
+  margin: 0 0 .6em;
   font-size: 160%;
   border-bottom: 1px solid #666699;
 }
@@ -77,7 +78,7 @@
 #warningText
 {
   font-size: 110%;
-  margin-left: 0;
+  -moz-margin-start: 0;
 }
 
 #warningButton
 #exclam
 {
   list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
-  margin-right: 3em;
+  -moz-margin-end: 3em;
 }
 
 /* ::::: tree rows ::::: */
 
-treechildren::-moz-tree-cell-text(user)
+#configTreeBody::-moz-tree-cell-text(user)
 {
   font-weight: bold;
 }
 
-treechildren::-moz-tree-cell-text(locked)
+#configTreeBody::-moz-tree-cell-text(locked)
 {
   font-style: italic;
 }
+
+#configTree
+{
+  margin-top: 5px;
+  margin-bottom: 5px;
+}
+
+#filterRow
+{
+  margin-top: 5px;
+}