From: andreabix <andreabix> Date: Mon, 10 Mar 2008 16:03:09 +0000 (+0000) Subject: Fixed [MDL-12830] X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0d75d2bfc7bd7d299f90510f70579f2da5613971;p=moodle.git Fixed [MDL-12830] --- 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; +}