Merge branch 'MDL-87442-500' of https://github.com/andimendunia/moodle into MOODLE_500_STABLE
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -85,6 +85,12 @@ select {
|
||||
}
|
||||
}
|
||||
|
||||
.path-mod-choice {
|
||||
.responseaction select.singleselect {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
// Forum module
|
||||
|
||||
.path-mod-forum .forumsearch {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user