aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-05 01:08:42 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-05 01:08:42 +0000
commitb7fd8f060dba1f59acbbf05bac081eaeaf73bd2c (patch)
tree725263195c813e6f68f2d17f2d66772618dfba36 /demos
parentb81731dd76bfed9757dd9d0a207ff242495fe773 (diff)
downloadjquery-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')
-rw-r--r--demos/progressbar/resize.html2
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>