diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-09-27 12:10:17 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-09-27 12:10:34 -0400 |
commit | 25ba0e6ef39c7aebcf2f0901823470422110970f (patch) | |
tree | b4188a785229cbcec84063027bc5e84d4601a70f | |
parent | 228b1b191b4f668a74e7005fc9c8c9250c090aa9 (diff) | |
download | jquery-ui-25ba0e6ef39c7aebcf2f0901823470422110970f.tar.gz jquery-ui-25ba0e6ef39c7aebcf2f0901823470422110970f.zip |
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.
-rw-r--r-- | themes/base/jquery.ui.progressbar.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 |