Fixed [MDL-12830]

This commit is contained in:
andreabix
2008-03-10 16:03:09 +00:00
parent 48fd6b71cc
commit 0d75d2bfc7
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;
}