Added grade pass/fail colours. Fixed label line height in course page

This commit is contained in:
andreabix
2008-03-10 15:14:42 +00:00
parent 7929ba8693
commit 48fd6b71cc
2 changed files with 17 additions and 0 deletions
+12
View File
@@ -407,6 +407,18 @@ table.minicalendar tr td.weekend {
#mod-forum-index .unread {
}
/***
*** Grade
***/
.grade-report-grader table#user-grades td.cell span.gradepass {
background-color: #C2EBBD;
}
.grade-report-grader table#user-grades td.cell span.gradefail {
background-color: #EBC4BD;
}
/***
*** User
***/
+5
View File
@@ -316,6 +316,11 @@ table.calendarmonth tr td {
line-height: 22px;
}
#course-view .section td.content ul.section.img-text li.activity.label {
line-height: 16px;
margin-bottom: 5px;
}
.coursebox .info .name {
padding-bottom: 5px;
}