bring LCARStrek up to SeaMonkey 2.0a1, part 1
[themes.git] / LCARStrek / global / config.css
index 189559a623cf30d66020d74056b7f4ef9550d5e1..8b53fb0b02c8f016b787927f17241fb13ec0c328 100644 (file)
@@ -54,6 +54,7 @@
 #warningBox
 {
   background: #000000;
+  color: #FF9F00;
   border: 1px solid #9C9FFF;
   -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;
+}