mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Use a private CSS class for this table to be more flexible
This commit is contained in:
parent
ee81379ee3
commit
06954a036c
@ -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();
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user