Merge branch 'MDL-87442-500' of https://github.com/andimendunia/moodle into MOODLE_500_STABLE

This commit is contained in:
Huong Nguyen
2026-02-24 10:44:55 +07:00
4 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ class mod_choice_renderer extends plugin_renderer_base {
$row = new html_table_row($columns);
$table->data[] = $row;
$html .= html_writer::tag('div', html_writer::table($table), array('class'=>'response'));
$html .= html_writer::tag('div', html_writer::table($table), ['class' => 'response mb-3']);
$actiondata = '';
if ($choices->viewresponsecapability && $choices->deleterepsonsecapability) {
+6
View File
@@ -85,6 +85,12 @@ select {
}
}
.path-mod-choice {
.responseaction select.singleselect {
display: inline-block;
}
}
// Forum module
.path-mod-forum .forumsearch {
+4
View File
@@ -35395,6 +35395,10 @@ select {
vertical-align: top;
}
.path-mod-choice .responseaction select.singleselect {
display: inline-block;
}
.path-mod-forum .forumsearch input,
.path-mod-forum .forumsearch .helptooltip {
margin: 0 3px;
+4
View File
@@ -35395,6 +35395,10 @@ select {
vertical-align: top;
}
.path-mod-choice .responseaction select.singleselect {
display: inline-block;
}
.path-mod-forum .forumsearch input,
.path-mod-forum .forumsearch .helptooltip {
margin: 0 3px;