diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-05-19 10:57:55 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-05-19 10:57:55 +0000 |
commit | 89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4 (patch) | |
tree | 703206ce983a7db5d2274e22832cbc6a16557a5d /WebContent | |
parent | 6de6c69a2e5befd7e01be30eef667609da953b7e (diff) | |
download | vaadin-framework-89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4.tar.gz vaadin-framework-89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4.zip |
css tuning
svn changeset:4546/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/default/caption/caption.css | 4 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 4 |
2 files changed, 8 insertions, 0 deletions
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; |