]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed [MDL-12830]
authorandreabix <andreabix>
Mon, 10 Mar 2008 16:03:09 +0000 (16:03 +0000)
committerandreabix <andreabix>
Mon, 10 Mar 2008 16:03:09 +0000 (16:03 +0000)
theme/formal_white/fw_color.css
theme/formal_white/fw_layout.css

index 4ef104df8c5713734ad400fd96ae34e43fb930bd..93f9da6a0d00283b4dda0b956a1fc2a9b95316f0 100644 (file)
@@ -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
  ***/
index c548c07e584b27895f55da728307a2f95ddc4003..9fc5d8c76f323d5a5c65856be2ea12290ff5ed52 100644 (file)
@@ -329,4 +329,11 @@ table.calendarmonth tr td  {
    padding-top: 4px; 
 } 
 
+/***
+ *** Error message
+ ***/
 
+.errorbox {
+/*   color:#ffffff; */
+   border-width: 2px;
+}