set a taller initial height on the progress bar. resize icon looked awkward with it.

This commit is contained in:
Scott Jehl
2009-02-05 01:08:42 +00:00
parent b81731dd76
commit b7fd8f060d

View 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>