suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21
[themes.git] / LCARStrek / communicator / brand.css
index aa9d9d0eca13429b217e5b3a511da21f3bc60323..9e8f2dc416d9b573864b00acfc145cd5ec0b1f7e 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+#throbber-box {
+  -moz-box-orient: vertical;
+}
+
+#wrapper-throbber-box > #throbber-box > #navigator-throbber,
 #navigator-throbber {
   -moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
   -moz-user-focus: ignore;
   -moz-box-align: center;
   -moz-box-pack: center;
 #navigator-throbber {
   -moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
   -moz-user-focus: ignore;
   -moz-box-align: center;
   -moz-box-pack: center;
-  margin: 1px 3px 1px 1px;
+  -moz-box-flex: 1;
+  margin: 0;
   border: none;
   border: none;
-  padding: 1px;
+  padding: 2px;
   min-width: 0;
   list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
 }
   min-width: 0;
   list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
 }
 }
 
 window[chromehidden~="toolbar"] #navigator-throbber,
 }
 
 window[chromehidden~="toolbar"] #navigator-throbber,
-#navigator-throbber[buttonstyle="text"],
-#navigator-throbber[buttonstyle="pictures"],
-#navigator-throbber[toolbarmode="small"] {
-  margin: 0 3px 0 1px;
-  padding: 2px;
+toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
+toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
+toolbar[mode="text"] #navigator-throbber,
+toolbar[mode="icons"] #navigator-throbber,
+toolbar[iconsize="small"] #navigator-throbber {
+  padding: 1px;
   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
 }
 
 window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
 }
 
 window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
-#navigator-throbber[buttonstyle="text"][busy="true"],
-#navigator-throbber[buttonstyle="pictures"][busy="true"],
-#navigator-throbber[toolbarmode="small"][busy="true"] {
+toolbar[mode="text"] #navigator-throbber[busy="true"],
+toolbar[mode="icons"] #navigator-throbber[busy="true"],
+toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
 }
   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
 }