diff options
Diffstat (limited to 'themes/default/js/ui/theme/jquery.ui.progressbar.css')
-rw-r--r-- | themes/default/js/ui/theme/jquery.ui.progressbar.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/default/js/ui/theme/jquery.ui.progressbar.css b/themes/default/js/ui/theme/jquery.ui.progressbar.css index e885ced6c..7bf1ab62f 100644 --- a/themes/default/js/ui/theme/jquery.ui.progressbar.css +++ b/themes/default/js/ui/theme/jquery.ui.progressbar.css @@ -1,11 +1,12 @@ -/* - * jQuery UI Progressbar 1.8.16 +/*! + * jQuery UI Progressbar 1.9.0 + * http://jqueryui.com * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license. * http://jquery.org/license * * 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 |