Fixed [MDL-12830]

This commit is contained in:
andreabix
2008-03-10 15:53:10 +00:00
parent 361536479a
commit c281745c42
2 changed files with 22 additions and 0 deletions
+15
View 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
***/
+7
View File
@@ -329,4 +329,11 @@ table.calendarmonth tr td {
padding-top: 4px;
}
/***
*** Error message
***/
.errorbox {
/* color:#ffffff; */
border-width: 2px;
}