From e0bd28e7f316f385feecb7191c6145c527180955 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 30 Oct 2008 09:15:05 +0000 Subject: [PATCH] fixes default size for progress indicator. Now visible (again) in OrderedLayout svn changeset:5768/svn branch:trunk --- .../themes/default/progressindicator/progressindicator.css | 1 + WebContent/ITMILL/themes/default/styles.css | 1 + 2 files changed, 2 insertions(+) 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 { -- 2.39.5