From a17b38a3efb54de03a3e2100f9de06336d09471d Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 30 Dec 2008 17:41:01 +0000 Subject: [PATCH] fine tuned error indicator style in panel svn changeset:6373/svn branch:trunk --- WebContent/ITMILL/themes/default/panel/panel.css | 4 +++- WebContent/ITMILL/themes/default/styles.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/WebContent/ITMILL/themes/default/panel/panel.css b/WebContent/ITMILL/themes/default/panel/panel.css index d519687659..8f2fc0ccff 100644 --- a/WebContent/ITMILL/themes/default/panel/panel.css +++ b/WebContent/ITMILL/themes/default/panel/panel.css @@ -16,8 +16,10 @@ .i-panel-caption .i-errorindicator { float: none; - padding-right:18px; + padding-right:20px; display:inline; + background: transparent url(../icons/16/error.png) no-repeat bottom center; + } .i-panel-caption .i-icon { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index d8ce92f8d5..b7bb7e658e 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -998,8 +998,10 @@ input.i-modified, .i-panel-caption .i-errorindicator { float: none; - padding-right:18px; + padding-right:20px; display:inline; + background: transparent url(icons/16/error.png) no-repeat bottom center; + } .i-panel-caption .i-icon { -- 2.39.5