r1995 - trunk/demos/progressbar

r1995 - trunk/demos/progressbar


Author: scott@scottjehl.com
Date: Wed Feb 4 17:08:42 2009
New Revision: 1995
Modified:
trunk/demos/progressbar/resize.html
Log:
set a taller initial height on the progress bar. resize icon looked awkward
with it.
Modified: trunk/demos/progressbar/resize.html
==============================================================================
--- trunk/demos/progressbar/resize.html    (original)
+++ trunk/demos/progressbar/resize.html    Wed Feb 4 17:08:42 2009
@@ -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>