]> source.dussan.org Git - vaadin-framework.git/commitdiff
fine tuned error indicator style in panel
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 30 Dec 2008 17:41:01 +0000 (17:41 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 30 Dec 2008 17:41:01 +0000 (17:41 +0000)
svn changeset:6373/svn branch:trunk

WebContent/ITMILL/themes/default/panel/panel.css
WebContent/ITMILL/themes/default/styles.css

index d519687659ae6576534d2b1a553b6c665c4c213c..8f2fc0ccfff9de827a5860eea4fd29519dc7c977 100644 (file)
 
 .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 {
index d8ce92f8d59162b9cf2f318548ca76f31fdc14b6..b7bb7e658e01a4acc6dd468955ab84a8814cc42a 100644 (file)
@@ -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 {