synching EarlyBlue with trunk *stripe, rest of global/ files
[themes.git] / EarlyBlue / global / progressmeter.css
index 8e5290046a12ac927af4f6807004f18c3051fef6..fc67c6e45766a0b4d3db091f8d9b80df83446ddf 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 inset #CCD0DD;
   background-color: #999999;
   min-width: 128px;
-  height: 15px;
+  min-height: 15px;
 }
 
 progressmeter[mode="undetermined"] {
@@ -72,6 +72,6 @@ progressmeter[mode="undetermined"] {
   margin: 0px 2px 0px 2px;
   border: 1px solid #CCD0DD;
   background-color: #666699;
-  min-width: 100px;
-  height: 16px;
+  min-width: 96px;
+  min-height: 16px;
 }