]> source.dussan.org Git - jquery-ui.git/commitdiff
set a taller initial height on the progress bar. resize icon looked awkward with it.
authorScott Jehl <scott@scottjehl.com>
Thu, 5 Feb 2009 01:08:42 +0000 (01:08 +0000)
committerScott Jehl <scott@scottjehl.com>
Thu, 5 Feb 2009 01:08:42 +0000 (01:08 +0000)
demos/progressbar/resize.html

index 5d5b557db82fc42d0857a86d978df48d3637e25f..fbdeefec38ca4d1ef43e1eea27ebd7fea5acb7df 100644 (file)
@@ -21,7 +21,7 @@
 
 <div class="demo">
 
-       <div id="progressbarWrapper" style="height:10px; padding:2px;" class="ui-widget-default">
+       <div id="progressbarWrapper" style="height:30px; " class="ui-widget-default">
                <div id="progressbar" style="height:100%;"></div>
        </div>