accomodate recent XUL 1.0 changes
[themes.git] / LCARStrek / communicator / skin / brand.css
index ea68438126b79ed1c80cf2c8ea40c69bb6298469..1cb6a5ccadc5cd069796ff9fbe7ac0b3cb4cb231 100755 (executable)
@@ -1,32 +1,33 @@
-\r
-#navigator-throbber\r
-  {\r
-    list-style-image      : url("chrome://global/skin/animthrob_single.gif");\r
-    min-width             : 36px;\r
-    min-height            : 36px;\r
-    vertical-align        : middle;\r
-    padding               : 1px;\r
-    margin                : 2px 4px 2px 1px;\r
-    border                : none;\r
-    cursor                : pointer;\r
-  }  \r
-\r
-#navigator-throbber[busy="true"]\r
-  {\r
-    list-style-image      : url("chrome://global/skin/animthrob.gif");\r
-  }\r
-  \r
-#navigator-throbber:hover:active\r
-  {\r
-    padding               : 2px 0px 0px 2px;\r
-  }\r
-\r
-#navigator-throbber > .button-internal-box\r
-  {\r
-    padding               : 0px;\r
-  }\r
-\r
-#navigator-throbber > .button-internal-box > .button-text-container\r
-  {\r
-    display               : none;\r
-  }  
\ No newline at end of file
+
+#navigator-throbber
+  {
+    list-style-image      : url("chrome://global/skin/animthrob_single.gif");
+    min-width             : 36px;
+    min-height            : 36px;
+    -moz-box-align        : center;  /* We're in a hbox */
+    padding               : 1px;
+    margin                : 2px 4px 2px 1px;
+    border                : none;
+    cursor                : pointer;
+  }  
+
+#navigator-throbber[busy="true"]
+  {
+    list-style-image      : url("chrome://global/skin/animthrob.gif");
+  }
+  
+#navigator-throbber:hover:active
+  {
+    padding               : 2px 0px 0px 2px;
+  }
+
+#navigator-throbber > .button-internal-box
+  {
+    padding               : 0px;
+  }
+
+#navigator-throbber > .button-internal-box > .button-text-container
+  {
+    display               : none;
+  }  
+