grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch

This commit is contained in:
samhemelryk
2009-06-05 09:34:31 +00:00
parent dbbb455677
commit f433674a58
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -975,7 +975,7 @@ class grade_report_grader extends grade_report {
for ($i = 0; $i < $levels; $i++) {
$studentshtml .= '
<tr class="heading name_row">
<td '.$colspan.' class="fixedcolumn cell c0 topleft"> </td>
<td '.$colspan.' class="fixedcolumn cell c0 topleft">&nbsp;</td>
</tr>
';
}
+3
View 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;