diff options
Diffstat (limited to 'themes/base/ui.progressindicator.css')
-rw-r--r-- | themes/base/ui.progressindicator.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/base/ui.progressindicator.css b/themes/base/ui.progressindicator.css new file mode 100644 index 000000000..94c8ac22e --- /dev/null +++ b/themes/base/ui.progressindicator.css @@ -0,0 +1,6 @@ +/* Progressbar +----------------------------------*/ +.ui-progressbar { position: relative; overflow:hidden; } +.ui-progressbar, .ui-progressbar-value { height:1em; padding:.4em 0 .5em; } +.ui-progressbar-label { position: absolute; left:0; top: .3em; text-indent: .5em; border: 0; background: none; white-space: nowrap; } +.ui-progressbar-value { position: absolute; top:0; width:100%; margin: -1px; overflow: hidden; font-weight: normal !important; white-space: nowrap; }
\ No newline at end of file |