X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fprogressmeter.css;h=18802ffdee364fae769ddd5d88fd680c40bd90bf;hp=a6c2ddbc62a2cba80025e4cc731c16f7594ce00c;hb=507ac7083376c5328e9b5657f4f4a1d9c27815fa;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/global/progressmeter.css b/LCARStrek/global/progressmeter.css index a6c2ddbc..18802ffd 100644 --- a/LCARStrek/global/progressmeter.css +++ b/LCARStrek/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 solid #FF9F00; background-color: #000000; min-width: 128px; - height: 15px; + min-height: 15px; } progressmeter[mode="undetermined"] { @@ -63,11 +63,18 @@ 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; + margin: 0px 2px; + min-width: 96px; + -moz-box-flex: 1; + background-color: #794900; + border-left: 3px solid #000000; + border-right: 3px solid #000000; + border-top: none; + border-bottom: none; }