update DOM inspector to development up to 2009-02-12
[themes.git] / LCARStrek / global / config.css
index 189559a623cf30d66020d74056b7f4ef9550d5e1..5da2f377a51bc8326888104392f4835d18d756da 100644 (file)
 #warningBox
 {
   background: #000000;
+  color: #FF9F00;
   border: 1px solid #9C9FFF;
   -moz-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 #008484;
 }
@@ -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;
+}