From 89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Mon, 19 May 2008 10:57:55 +0000 Subject: [PATCH] css tuning svn changeset:4546/svn branch:trunk --- WebContent/ITMILL/themes/default/caption/caption.css | 4 ++++ WebContent/ITMILL/themes/default/styles.css | 4 ++++ 2 files changed, 8 insertions(+) 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; -- 2.39.5