From: nicolasconnault Date: Tue, 27 Nov 2007 15:40:04 +0000 (+0000) Subject: MDL-9506 Returning stdClass objects instead of grade_item objects: for security X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3e0806def5371f2e279303d4a631c734c687a4a;p=moodle.git MDL-9506 Returning stdClass objects instead of grade_item objects: for security --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 49b9cb301d..e15f836f75 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -604,12 +604,12 @@ table.minicalendar { /* .content should match the body background, sides are white. */ #course-view .weeks .content , -#course-view .topics .content { +#course-view .topics .content, +#course-view .weeks .section, +#course-view .topics .section { background: #FAFAFA; } -#course-view .weeks .section, -#course-view .topics .section, #course-view .section td.side { background: #FFFFFF; }