mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
6 lines
469 B
CSS
6 lines
469 B
CSS
/* 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; } |