update both themes for winstripe changes up to 2010-07-02
[themes.git] / LCARStrek / global / progressmeter.css
index 1815f9567b15875177a20d333fce5d83173faa6d..397a06957bf05c566fe1fd1d64641d54dc986a5b 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"] {
@@ -69,7 +69,9 @@ progressmeter[mode="undetermined"] {
 /* ::::: statusbar progressmeter ::::: */
 
 .progressmeter-statusbar {
-  margin: 0px 2px 0px 2px;
-  min-width: 100px;
-  height: 16px;
+  margin: 0px;
+  min-width: 96px;
+  -moz-box-flex: 1;
+  background-color: #794900;
+  border: none;
 }