aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/ui.progressbar.css
blob: 583cd4ca0f578547150051691da41480547683fa (plain)
1
2
3
4
5
6
/* Progressbar
----------------------------------*/
.ui-progressbar { position: relative; }
.ui-progressbar-label {position: absolute; top: 0; left: 0; padding: .4em .5em; border: 0; background: none; }
.ui-progressbar-value { position: relative; margin: -1px; padding: .4em .5em; overflow: hidden; font-weight: normal !important; white-space: nowrap; }
.ui-progressbar-value .ui-progressbar-label { position: static; padding: 0; top: auto; left: auto; }