summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-09-27 12:10:17 -0400
committerScott González <scott.gonzalez@gmail.com>2011-09-27 12:11:12 -0400
commitdb1e73e3db9d7ffa971d2275bc130515e9bd42e6 (patch)
tree9c0f29955dd9097d30c7ef098503748b204101cd /themes
parent5c6cfe2645588e6a3d3f1ed002534d454209e33f (diff)
downloadjquery-ui-db1e73e3db9d7ffa971d2275bc130515e9bd42e6.tar.gz
jquery-ui-db1e73e3db9d7ffa971d2275bc130515e9bd42e6.zip
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.
(cherry picked from commit 25ba0e6ef39c7aebcf2f0901823470422110970f)
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.progressbar.css2
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