From 66cc79cf319b9df7d60cd0d6b2a7dd9367a72eec Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 30 Apr 2008 11:40:14 +0000 Subject: [PATCH] fixes #1488 svn changeset:4301/svn branch:trunk --- WebContent/ITMILL/themes/default/panel/panel.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WebContent/ITMILL/themes/default/panel/panel.css b/WebContent/ITMILL/themes/default/panel/panel.css index e6c3ee46b7..ead87031fe 100644 --- a/WebContent/ITMILL/themes/default/panel/panel.css +++ b/WebContent/ITMILL/themes/default/panel/panel.css @@ -18,6 +18,16 @@ margin-left: 9px; } +.i-panel-caption .i-errorindicator { + float: none; + padding-right:18px; + display:inline; +} + +.i-panel-caption .i-icon { + display:inline; +} + .i-panel-caption, .i-panel-caption-light { font-size: 18px; -- 2.39.5