adopting to recent XUL changes
[themes.git] / LCARStrek / skin / LCARStrek / global / formatting.css
index e7c9d91074dcf5c859237babba1c5362ca329b0d..7d7fec6fe4489967054398a2395c074aeb202d09 100644 (file)
@@ -1,17 +1,3 @@
-/* colors */
-
-.color-dialog
-  {
-    background-color      : #000000;
-    color                 : #FF9F00;
-  }
-  
-.color-window
-  {
-    background-color      : #000000;
-    color                 : #FF9F00;
-  }
-
 /* inset areas */
 .inset
   {
     }
 
 /** text formatting rules **/
-/* label (with margins) */
-  text.label 
-    {
-      margin              : 1px 5px 2px 6px;
-    }
-
 /** Reduced Margin for some UI **/
   .small-margin
     {
-      margin              : 1px 2px 1px 2px;
+/*      margin              : 1px 2px 1px 2px; */
     }
     
-  text[disabled="true"] 
+  label[disabled="true"] 
     {
       color               : #8050B0;
     }    
     
-  html, description
+  description
     {
-      margin              : 1px 5px 4px 5px;
-      cursor              : default;
+/*      margin              : 1px 5px 4px 5px; */
     }
 
   label
     {
-      margin              : 1px 5px 2px 6px;
-      cursor              : default;
+/*      margin              : 1px 5px 2px 6px; */
     }
 
   .header 
     }   
 */
 
+  .caption-text
+    {
+      margin: 0px 2px 0px 1px !important;
+    }