]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed broken error icon path
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 19 May 2008 13:13:27 +0000 (13:13 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 19 May 2008 13:13:27 +0000 (13:13 +0000)
svn changeset:4553/svn branch:trunk

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

index 629967ba1c6567df96678c3aec5fd2f06bbc2c72..76237b94aba09cee612232c5edcd6ee432e733af 100644 (file)
@@ -11,8 +11,7 @@
        height: 16px;
        padding-right:13px;
        display: inline;
-       background: transparent url(icons/16/error.png) no-repeat top right;
-       vertical-align: middle;
+       background: transparent url(../icons/16/error.png) no-repeat top right;
 }
 
 .i-caption .i-icon {
index e68352d23742eaba205b45b26b561ffd0ce01455..753d724a62070213e92400deca6574dcbda5d186 100644 (file)
 .i-errorindicator {
        width: 10px;
        height: 16px;
-       padding-right:2px;
-       display: block;
-       float:left;
-       background: transparent url(icons/16/error.png) no-repeat;
-       vertical-align: middle;
+       padding-right:13px;
+       display: inline;
+       background: transparent url(icons/16/error.png) no-repeat top right;
 }
 
 .i-caption .i-icon {