From: Matti Tahvonen Date: Mon, 19 May 2008 10:57:55 +0000 (+0000) Subject: css tuning X-Git-Tag: 6.7.0.beta1~4742 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4;p=vaadin-framework.git css tuning svn changeset:4546/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css index 7407033d53..faefae2934 100644 --- a/WebContent/ITMILL/themes/default/caption/caption.css +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -22,6 +22,10 @@ } .i-errormessage { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 13px; + line-height: 18px; padding: 7px; background-color: #FFE0E0; border: 1px solid #FFB0B0; diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 398b7e82d7..aed19afdc5 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -72,6 +72,10 @@ } .i-errormessage { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 13px; + line-height: 18px; padding: 7px; background-color: #FFE0E0; border: 1px solid #FFB0B0;