mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
Merge branch 'MDL-59820-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
506708f196
@ -389,7 +389,7 @@ class core_calendar_renderer extends plugin_renderer_base {
|
||||
$courseurl = new moodle_url($returnurl);
|
||||
$courseurl->remove_params('course');
|
||||
$select = new single_select($courseurl, 'course', $courseoptions, $selected, null);
|
||||
$select->class = 'cal_courses_flt m-r-1';
|
||||
$select->class = 'm-r-1';
|
||||
if ($label !== null) {
|
||||
$select->set_label($label);
|
||||
} else {
|
||||
|
@ -58,13 +58,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.cal_courses_flt {
|
||||
float: left;
|
||||
|
||||
label {
|
||||
margin-right: .45em;
|
||||
}
|
||||
}
|
||||
.maincalendar {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
|
@ -5583,12 +5583,6 @@ img.iconsmall {
|
||||
border-spacing: 2px;
|
||||
width: 100%;
|
||||
}
|
||||
.path-calendar .cal_courses_flt {
|
||||
float: left;
|
||||
}
|
||||
.path-calendar .cal_courses_flt label {
|
||||
margin-right: .45em;
|
||||
}
|
||||
.path-calendar .maincalendar {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user