Merge branch 'MDL-62581-master' of git://github.com/damyon/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-08-09 00:09:12 +02:00
commit b76d8da4a6
3 changed files with 11 additions and 2 deletions

View File

@ -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'));

View File

@ -36,6 +36,11 @@
}
}
.unresponsive.mform .form-inline,
.unresponsive.mform .form-inline label {
display: inline-flex;
}
#jump-to-activity.custom-select {
width: 100%;
}

View File

@ -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%; }