Use a private CSS class for this table to be more flexible

This commit is contained in:
moodler 2007-07-16 05:40:18 +00:00
parent ee81379ee3
commit 06954a036c
2 changed files with 6 additions and 2 deletions

View File

@ -60,9 +60,8 @@ include('tabs.php');
echo $report->group_selector;
echo $report->get_toggles_html();
print_paging_bar($numusers, $report->page, $report->get_pref('studentsperpage'), $report->pbarurl);
echo '<br />';
$reporthtml = '<table class="boxaligncenter">';
$reporthtml = '<table class="gradestable">';
$reporthtml .= $report->get_headerhtml();
$reporthtml .= $report->get_scalehtml();
$reporthtml .= $report->get_studentshtml();

View File

@ -2123,6 +2123,11 @@ body#grade-index .grades .weighted {
margin-left: 20px;
}
#grade-report table.gradestable {
margin-left:auto;
margin-right:auto;
}
/* gradebook edit tree */
#grade-edit-edit_tree .gradetreebox {