EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
[themes.git] / EarlyBlue / global / config.css
index 71e5761b7203bbecf452d4f8a8cb942df07900c3..e5f5471f373471aa4582c5cad3675e28388e7240 100644 (file)
@@ -54,6 +54,7 @@
 #warningBox
 {
   background: #9999CC;
+  color: #000000;
   border: 1px solid #666699;
   -moz-border-radius: 10px;
   padding: 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;
+}