diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-09 17:37:05 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-09 17:37:05 +0000 |
commit | dd7332125cc86bd657fd1483ad1f5bc58682f8d6 (patch) | |
tree | 7a6a28612adfb2b38f875c8d7c3b46c80223789d /themes | |
parent | a36536efd1eeaa3f34e79c591eeac8eb23a5f7e1 (diff) | |
download | jquery-ui-dd7332125cc86bd657fd1483ad1f5bc58682f8d6.tar.gz jquery-ui-dd7332125cc86bd657fd1483ad1f5bc58682f8d6.zip |
set height on parent container
value height now 100%
needs testing on multiple browsers
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/ui.progressbar.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/ui.progressbar.css b/themes/base/ui.progressbar.css index f48f77cd1..8ce0ed6ce 100644 --- a/themes/base/ui.progressbar.css +++ b/themes/base/ui.progressbar.css @@ -1,3 +1,4 @@ /* Progressbar ----------------------------------*/ -.ui-progressbar-value {margin: -1px; height:2em; }
\ No newline at end of file +.ui-progressbar { height:2em; } +.ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file |