From: Scott Jehl Date: Tue, 9 Dec 2008 16:34:34 +0000 (+0000) Subject: updated to remove label X-Git-Tag: 1.6rc3~348 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a36536efd1eeaa3f34e79c591eeac8eb23a5f7e1;p=jquery-ui.git updated to remove label css now had one selector with 2 rules :) --- diff --git a/tests/static/progressbar.html b/tests/static/progressbar.html index b72e59c3e..c0b885371 100644 --- a/tests/static/progressbar.html +++ b/tests/static/progressbar.html @@ -3,44 +3,16 @@ jQuery UI Progressbar Static Markup Test Page - -
-
13% Completed
-
13% Completed
+
- 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