From: Matti Tahvonen Date: Tue, 30 Dec 2008 17:41:01 +0000 (+0000) Subject: fine tuned error indicator style in panel X-Git-Tag: 6.7.0.beta1~3434 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a17b38a3efb54de03a3e2100f9de06336d09471d;p=vaadin-framework.git fine tuned error indicator style in panel svn changeset:6373/svn branch:trunk --- 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 {