From 25ba0e6ef39c7aebcf2f0901823470422110970f Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 27 Sep 2011 12:10:17 -0400 Subject: Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div. --- themes/base/jquery.ui.progressbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/base/jquery.ui.progressbar.css b/themes/base/jquery.ui.progressbar.css index 38364fafa..79d786fa7 100644 --- a/themes/base/jquery.ui.progressbar.css +++ b/themes/base/jquery.ui.progressbar.css @@ -7,5 +7,5 @@ * * http://docs.jquery.com/UI/Progressbar#theming */ -.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar { height:2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file -- cgit v1.2.3