From 0d75d2bfc7bd7d299f90510f70579f2da5613971 Mon Sep 17 00:00:00 2001 From: andreabix Date: Mon, 10 Mar 2008 16:03:09 +0000 Subject: [PATCH] Fixed [MDL-12830] --- theme/formal_white/fw_color.css | 15 +++++++++++++++ theme/formal_white/fw_layout.css | 7 +++++++ 2 files changed, 22 insertions(+) diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index 4ef104df8c..93f9da6a0d 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -407,6 +407,21 @@ table.minicalendar tr td.weekend { #mod-forum-index .unread { } +/*** + *** Error message + ***/ + +.errorbox { +/* color:#ffffff; */ + border-color:#990000; + background-color:#FEF9F6; + } + +.errorboxcontent { + background-color:#FEF9F6; +} + + /*** *** Grade ***/ diff --git a/theme/formal_white/fw_layout.css b/theme/formal_white/fw_layout.css index c548c07e58..9fc5d8c76f 100644 --- a/theme/formal_white/fw_layout.css +++ b/theme/formal_white/fw_layout.css @@ -329,4 +329,11 @@ table.calendarmonth tr td { padding-top: 4px; } +/*** + *** Error message + ***/ +.errorbox { +/* color:#ffffff; */ + border-width: 2px; +} -- 2.39.5