Merge branch 'master' of linz:/srv/git/themes
[themes.git] / EarlyBlue / global / progressmeter.css
index 0aa388de259207a03c2ee4882741724d62a9484d..f235044ad20d8275efa6d13d960e5939fb527f03 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,14 +48,14 @@ progressmeter {
   border: 1px inset #CCD0DD;
   background-color: #999999;
   min-width: 128px;
-  height: 15px;
+  min-height: 15px;
 }
 
 progressmeter[mode="undetermined"] {
   background-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
   background-color: #CCD0DD;
 }
+
 .progress-bar {
   min-width: 0px;
   background-color: #6699CC;
@@ -63,13 +63,15 @@ progressmeter[mode="undetermined"] {
 
 .progress-bar[mode="undetermined"],
 .progress-remainder[mode="undetermined"] {
-  visibility: collapsed;
+  visibility: collapse;
 }
 
 /* ::::: statusbar progressmeter ::::: */
+
 .progressmeter-statusbar {
-  margin: 0px 2px 0px 2px;
+  margin: 0px 2px;
   border: 1px solid #CCD0DD;
   background-color: #666699;
-  min-width: 100px;
+  min-width: 96px;
+  min-height: 16px;
 }