From: Matti Tahvonen Date: Mon, 19 May 2008 13:13:27 +0000 (+0000) Subject: fixed broken error icon path X-Git-Tag: 6.7.0.beta1~4736 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4829f5141a9ce4e4bf1739f620aea61e3f47fc10;p=vaadin-framework.git fixed broken error icon path svn changeset:4553/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css index 629967ba1c..76237b94ab 100644 --- a/WebContent/ITMILL/themes/default/caption/caption.css +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -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 { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index e68352d237..753d724a62 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -59,11 +59,9 @@ .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 {