From bc646bc2dc57995f13d35e71d08006cf4a936f84 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 18 Sep 2009 19:49:22 +0000 Subject: [PATCH] Add the proper classes to use for the new message notifications.. and make the borders bigger so they stand out more hopefully --- theme/default/sfiab.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/theme/default/sfiab.css b/theme/default/sfiab.css index e61b426..b4c121d 100644 --- a/theme/default/sfiab.css +++ b/theme/default/sfiab.css @@ -327,7 +327,19 @@ div.notice_area div.notice { padding: 0.1em 0; text-align: center; position: relative; - font-size: 1.2em; + font-size: 1.5em; +} + +div.notice_area div.error { + border: 3px solid red; + color: red; + background-color: #FF9999; +} + +div.notice_area div.happy { + border: 3px solid green; + color: green; + background-color: #99FF99; } /* The popup windows created with jquery-ui use the following classes: