]> git.mjollnir.org Git - moodle.git/commitdiff
grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch
authorsamhemelryk <samhemelryk>
Fri, 5 Jun 2009 09:40:54 +0000 (09:40 +0000)
committersamhemelryk <samhemelryk>
Fri, 5 Jun 2009 09:40:54 +0000 (09:40 +0000)
grade/report/grader/styles.php

index a04984aaca7826daa8b38763621bc43bfa9a1647..559447de257aeaa53885209dac40825c9290ffb8 100644 (file)
@@ -139,12 +139,15 @@ border-style:solid;
 border-width:0 1px;
 }
 
+/* we don't want 25px height - at all
+ * This causes the columns to fall out of line if Static Students Column is enabled
 .grade-report-grader table#user-grades th.category,
 .grade-report-grader table#user-grades th.item,
 .grade-report-grader table#user-grades th.categoryitem,
 .grade-report-grader table#user-grades th.courseitem {
 height: 25px;
 }
+*/
 
 .grade-report-grader td,.grade-report-grader th {
 border-color:#CECECE;