diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-09 16:34:34 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-09 16:34:34 +0000 |
commit | a36536efd1eeaa3f34e79c591eeac8eb23a5f7e1 (patch) | |
tree | 27df1f833b3abdfecb49006ac2ac6b60f772dc51 /themes/base | |
parent | 1cecbc8cb4cb3172cecbaa5f7654d02690aa106a (diff) | |
download | jquery-ui-a36536efd1eeaa3f34e79c591eeac8eb23a5f7e1.tar.gz jquery-ui-a36536efd1eeaa3f34e79c591eeac8eb23a5f7e1.zip |
updated to remove label
css now had one selector with 2 rules :)
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/ui.progressbar.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/base/ui.progressbar.css b/themes/base/ui.progressbar.css index 94c8ac22e..f48f77cd1 100644 --- a/themes/base/ui.progressbar.css +++ b/themes/base/ui.progressbar.css @@ -1,6 +1,3 @@ /* 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 +.ui-progressbar-value {margin: -1px; height:2em; }
\ No newline at end of file |