Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.

(cherry picked from commit 25ba0e6ef3)
This commit is contained in:
Scott González 2011-09-27 12:10:17 -04:00
parent 5c6cfe2645
commit db1e73e3db

View File

@ -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%; }