X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fprogressmeter.css;h=f235044ad20d8275efa6d13d960e5939fb527f03;hp=c3aa1ad7997eec54ae30cacf4e473c1a8041c39a;hb=6f92fb4eccba11b50b7effc53e217bb3137db3a4;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa diff --git a/EarlyBlue/global/progressmeter.css b/EarlyBlue/global/progressmeter.css index c3aa1ad7..f235044a 100644 --- a/EarlyBlue/global/progressmeter.css +++ b/EarlyBlue/global/progressmeter.css @@ -35,12 +35,12 @@ * * ***** 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"] { @@ -67,10 +67,11 @@ progressmeter[mode="undetermined"] { } /* ::::: statusbar progressmeter ::::: */ + .progressmeter-statusbar { - margin: 0px 2px 0px 2px; + margin: 0px 2px; border: 1px solid #CCD0DD; background-color: #666699; - min-width: 100px; - height: 16px; + min-width: 96px; + min-height: 16px; }