some LCARStrek polish: throbber should look like a normal button and fill the hieght...
[themes.git] / LCARStrek / global / progressmeter.css
index a6c2ddbc62a2cba80025e4cc731c16f7594ce00c..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"] {
@@ -63,11 +63,13 @@ progressmeter[mode="undetermined"] {
 
 .progress-bar[mode="undetermined"],
 .progress-remainder[mode="undetermined"] {
-  visibility: collapsed;
+  visibility: collapse;
 }
 
 /* ::::: statusbar progressmeter ::::: */
+
 .progressmeter-statusbar {
   margin: 0px 2px 0px 2px;
-  min-width: 100px;
+  min-width: 96px;
+  min-height: 16px;
 }