From 696b2502177e0d2ac5592d12b771ed4b998d5693 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 18 Nov 2010 01:56:16 +0000 Subject: [PATCH] gradebook MDL-25238 made things line up in IE and Safari with static student columns enabled --- theme/base/style/grade.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme/base/style/grade.css b/theme/base/style/grade.css index 6c7d7fe67ff4c..593f08a585e07 100644 --- a/theme/base/style/grade.css +++ b/theme/base/style/grade.css @@ -28,4 +28,8 @@ .gradetreebox img.iconsmall {margin-left: 4px;} .gradetreebox img.icon {margin-right: 5px;} .gradetreebox #gradetreesubmit {margin-bottom:1em;text-align: center;} -.gradetreebox .hidden {display: none;} \ No newline at end of file +.gradetreebox .hidden {display: none;} + +/*adjustments to grader report (with static student cols) to make things line up in IE and Safari*/ +#page-grade-report-grader-index .right_scroller #user-grades td {padding-top:0;padding-bottom:2px;} +#page-grade-report-grader-index #fixed_column td {padding-top:0;padding-bottom:2px;} \ No newline at end of file