]> source.dussan.org Git - jquery-ui.git/commitdiff
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow...
authorScott González <scott.gonzalez@gmail.com>
Tue, 27 Sep 2011 16:10:17 +0000 (12:10 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 27 Sep 2011 16:10:34 +0000 (12:10 -0400)
themes/base/jquery.ui.progressbar.css

index 38364fafa2293670a3f88745577cdab8fa13161e..79d786fa72615f75f91f1c039489254eba70a408 100644 (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%; }
\ No newline at end of file