From: andreabix Date: Mon, 10 Mar 2008 15:14:42 +0000 (+0000) Subject: Added grade pass/fail colours. Fixed label line height in course page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=48fd6b71cc3cfc4f5af3a4905833781fd97e2b63;p=moodle.git Added grade pass/fail colours. Fixed label line height in course page --- diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index adfb6d63ee..4ef104df8c 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -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 ***/ diff --git a/theme/formal_white/fw_layout.css b/theme/formal_white/fw_layout.css index 250e89392b..c548c07e58 100644 --- a/theme/formal_white/fw_layout.css +++ b/theme/formal_white/fw_layout.css @@ -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; }