diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-02-05 01:08:42 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-02-05 01:08:42 +0000 |
commit | b7fd8f060dba1f59acbbf05bac081eaeaf73bd2c (patch) | |
tree | 725263195c813e6f68f2d17f2d66772618dfba36 /demos/progressbar | |
parent | b81731dd76bfed9757dd9d0a207ff242495fe773 (diff) | |
download | jquery-ui-b7fd8f060dba1f59acbbf05bac081eaeaf73bd2c.tar.gz jquery-ui-b7fd8f060dba1f59acbbf05bac081eaeaf73bd2c.zip |
set a taller initial height on the progress bar. resize icon looked awkward with it.
Diffstat (limited to 'demos/progressbar')
-rw-r--r-- | demos/progressbar/resize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html index 5d5b557db..fbdeefec3 100644 --- a/demos/progressbar/resize.html +++ b/demos/progressbar/resize.html @@ -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> |