From: Matti Tahvonen Date: Thu, 30 Oct 2008 09:15:05 +0000 (+0000) Subject: fixes default size for progress indicator. Now visible (again) in OrderedLayout X-Git-Tag: 6.7.0.beta1~3898 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e0bd28e7f316f385feecb7191c6145c527180955;p=vaadin-framework.git fixes default size for progress indicator. Now visible (again) in OrderedLayout svn changeset:5768/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css b/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css index 669942cc49..971a627b68 100644 --- a/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css +++ b/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css @@ -3,6 +3,7 @@ height: 9px; border: 1px solid #b6bbbc; overflow: hidden; /* for IE6 */ + width: 150px; } .i-progressindicator-disabled { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 4f929c8fa9..c09a83d768 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1090,6 +1090,7 @@ input.i-modified, height: 9px; border: 1px solid #b6bbbc; overflow: hidden; /* for IE6 */ + width: 150px; } .i-progressindicator-disabled {