From: Jouni Koivuviita Date: Mon, 19 May 2008 11:27:55 +0000 (+0000) Subject: New error icon. X-Git-Tag: 6.7.0.beta1~4740 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eed44a9b58be058723027b6a4bd73e275064fab6;p=vaadin-framework.git New error icon. svn changeset:4548/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css index faefae2934..1f2e452675 100644 --- a/WebContent/ITMILL/themes/default/caption/caption.css +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -7,7 +7,7 @@ } .i-errorindicator { - width: 16px; + width: 10px; height: 16px; padding-right:2px; display: block; @@ -17,7 +17,7 @@ } .i-caption .i-icon { - padding-right:2px; + padding-right: 2px; vertical-align: middle; } diff --git a/WebContent/ITMILL/themes/default/icons/16/error.png b/WebContent/ITMILL/themes/default/icons/16/error.png index d1079cf2e0..0141e4dfc3 100755 Binary files a/WebContent/ITMILL/themes/default/icons/16/error.png and b/WebContent/ITMILL/themes/default/icons/16/error.png differ diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index aed19afdc5..e68352d237 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -57,7 +57,7 @@ } .i-errorindicator { - width: 16px; + width: 10px; height: 16px; padding-right:2px; display: block; @@ -67,7 +67,7 @@ } .i-caption .i-icon { - padding-right:2px; + padding-right: 2px; vertical-align: middle; }