Added grade pass/fail colours. Fixed label line height in course page
This commit is contained in:
@@ -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
|
||||
***/
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user