some LCARStrek polish: throbber should look like a normal button and fill the hieght...
[themes.git] / LCARStrek / global / progressmeter.css
index 1815f9567b15875177a20d333fce5d83173faa6d..038f7e3cbbfa087c59c22b8a4c3043d4472533fc 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== progressmeter.css ==============================================
   == Styles used by the XUL progressmeter element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: progressmeter ::::: */
 
 progressmeter {
@@ -48,7 +48,7 @@ progressmeter {
   border: 1px solid #FF9F00;
   background-color: #000000;
   min-width: 128px;
-  height: 15px;
+  min-height: 15px;
 }
 
 progressmeter[mode="undetermined"] {
@@ -70,6 +70,6 @@ progressmeter[mode="undetermined"] {
 
 .progressmeter-statusbar {
   margin: 0px 2px 0px 2px;
-  min-width: 100px;
-  height: 16px;
+  min-width: 96px;
+  min-height: 16px;
 }