]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes default size for progress indicator. Now visible (again) in OrderedLayout
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 30 Oct 2008 09:15:05 +0000 (09:15 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 30 Oct 2008 09:15:05 +0000 (09:15 +0000)
svn changeset:5768/svn branch:trunk

WebContent/ITMILL/themes/default/progressindicator/progressindicator.css
WebContent/ITMILL/themes/default/styles.css

index 669942cc498b0445646af780baa6aaa7295038ce..971a627b68293a1042f3c1ac979393d5c827a8ce 100644 (file)
@@ -3,6 +3,7 @@
        height: 9px;
        border: 1px solid #b6bbbc;
        overflow: hidden; /* for IE6 */
+       width: 150px;
 }
 
 .i-progressindicator-disabled {
index 4f929c8fa999a2ec34fd0775387df44b3cb4d3ea..c09a83d768037b64c039f69614ff8b5db2cfa75e 100644 (file)
@@ -1090,6 +1090,7 @@ input.i-modified,
        height: 9px;
        border: 1px solid #b6bbbc;
        overflow: hidden; /* for IE6 */
+       width: 150px;
 }
 
 .i-progressindicator-disabled {