mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-62581-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
b76d8da4a6
@ -632,7 +632,7 @@ class core_backup_renderer extends plugin_renderer_base {
|
||||
$url = $component->get_url();
|
||||
|
||||
$output = html_writer::start_tag('div', array('class' => 'restore-course-search form-inline m-b-1'));
|
||||
$output .= html_writer::start_tag('div', array('class' => 'rcs-results'));
|
||||
$output .= html_writer::start_tag('div', array('class' => 'rcs-results w-75'));
|
||||
|
||||
$table = new html_table();
|
||||
$table->head = array('', get_string('shortnamecourse'), get_string('fullnamecourse'));
|
||||
@ -792,7 +792,7 @@ class core_backup_renderer extends plugin_renderer_base {
|
||||
$url = $component->get_url();
|
||||
|
||||
$output = html_writer::start_tag('div', array('class' => 'restore-course-search form-inline m-b-1'));
|
||||
$output .= html_writer::start_tag('div', array('class' => 'rcs-results w-100'));
|
||||
$output .= html_writer::start_tag('div', array('class' => 'rcs-results w-75'));
|
||||
|
||||
$table = new html_table();
|
||||
$table->head = array('', get_string('name'), get_string('description'));
|
||||
|
@ -36,6 +36,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.unresponsive.mform .form-inline,
|
||||
.unresponsive.mform .form-inline label {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
#jump-to-activity.custom-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -14872,6 +14872,10 @@ body.path-question-type .mform fieldset.hidden {
|
||||
justify-content: flex-start;
|
||||
width: 100%; }
|
||||
|
||||
.unresponsive.mform .form-inline,
|
||||
.unresponsive.mform .form-inline label {
|
||||
display: inline-flex; }
|
||||
|
||||
#jump-to-activity.custom-select {
|
||||
width: 100%; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user