]> source.dussan.org Git - jquery-ui.git/commitdiff
set height on parent container
authorScott Jehl <scott@scottjehl.com>
Tue, 9 Dec 2008 17:37:05 +0000 (17:37 +0000)
committerScott Jehl <scott@scottjehl.com>
Tue, 9 Dec 2008 17:37:05 +0000 (17:37 +0000)
value height now 100%
needs testing on multiple browsers

themes/base/ui.progressbar.css

index f48f77cd123f9fa4b587b02ae08c7dcdd60f225a..8ce0ed6ce1088f7c082b8037389fd672153d6242 100644 (file)
@@ -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