MDL-61153 lesson: Inconsistent column sizing in detailed statistics

This commit is contained in:
Mihail Geshoski
2018-01-04 15:47:57 +08:00
parent 27e2fe6981
commit 6d38596df0
+3 -5
View File
@@ -304,12 +304,10 @@ if ($action === 'delete') {
$table->attributes['class'] = '';
}
$table->align = array('left', 'left');
$table->size = array('70%', null);
$table->attributes['class'] = 'compacttable generaltable form-inline';
foreach ($answerpages as $page) {
$table->align = array('left', 'left');
$table->size = array('70%', null);
$table->attributes['class'] = 'compacttable generaltable form-inline';
unset($table->data);
if ($page->grayout) { // set the color of text
$fontstart = "<span class=\"dimmed\">";