diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-12-30 17:41:01 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-12-30 17:41:01 +0000 |
commit | a17b38a3efb54de03a3e2100f9de06336d09471d (patch) | |
tree | d8fe53b8ae5cb6bac38f5d2372180d9e558b50e7 | |
parent | 0f03b38d97da5d1cd50f2271c6ca96de1cdab9c3 (diff) | |
download | vaadin-framework-a17b38a3efb54de03a3e2100f9de06336d09471d.tar.gz vaadin-framework-a17b38a3efb54de03a3e2100f9de06336d09471d.zip |
fine tuned error indicator style in panel
svn changeset:6373/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/default/panel/panel.css | 4 | ||||
-rw-r--r-- | 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 { |