accomodate recent XUL 1.0 changes
[themes.git] / LCARStrek / global / skin / global.css
index 9834278322a7c664c57c1507eea2cb13c3eb34cd..8c79a125e2531a822d64b015d69f8a61dc2f9a52 100755 (executable)
  * bindings
  **/
 
-/* LCARStrek does currently not need any bindings here, if we once do, see sample in Classic */
+/* LCARStrek does currently not need many bindings here, if we once do, see sample in Classic */
+
+  statusbar 
+    {
+      -moz-binding        : url("chrome://global/skin/globalBindings.xml#statusbar");
+    }
+
 
 
 /**
     }
 
 /**
- * status-bar
+ * statusbar
  */
-  #status-bar 
+  statusbar 
     {
-      border-top          : 1px solid #9999CC;
-      background-color    : #000000;
-      -moz-user-focus          : ignore;
+      margin-top          : 3px;
+      -moz-user-focus     : ignore;
       overflow            : hidden
     }
 
+  .statusbar-center
+    {
+      background-color    : #8050B0;
+      padding-left        : 2px;
+      color               : black;
+      -moz-box-align      : center;
+    }
+
   .statusbar-left
     {
-      width               : 8px;
-      list-style-image    : url("chrome://global/skin/gray-bottomleft.gif");
-      background-position : bottom left;
+      -moz-border-radius  : 9px 0px 0px 9px;
+      background-color    : #6000CF;
+      width               : 13px;
+      margin-right        : 3px;
     }
 
   .statusbar-right
     {
-      width               : 8px;
-      list-style-image    : url("chrome://global/skin/gray-bottomright.gif");
-      background-position : bottom right;
+      -moz-border-radius  : 0px 9px 9px 0px;
+      background-color    : #6000CF;
+      width               : 13px;
+      margin-left         : 3px;
     }
 
-  statusbarpanel
+  statusbarpanel, .statusbar-panel
     {
       padding             : 0px 1px 0px 1px;
-      vertical-align      : middle;
+      -moz-box-align      : center;
     }
 
+  .statusbarpanel-icononly
+    {
+      padding             : 0px;
+    }    
+    
   .statusbar-panel-icon
     {
       margin              : 0px 2px 0px 0px;
+      list-style-image    : inherit;
     }
 
-
 /**
  * iframe default sizing 
  **/
   {
     margin                : 0px;
   }
+