mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'm28_MDL-46643' of git://github.com/totara/moodle
This commit is contained in:
commit
ff195da1e3
4 changed files with 9 additions and 4 deletions
|
@ -43,6 +43,8 @@
|
|||
.dir-rtl.path-calendar .maincalendar .header .buttons {float: left;}
|
||||
.path-calendar .filters table {border-collapse:separate;border-spacing: 2px;width: 100%;}
|
||||
#page-calendar-export .indent {padding-left: 20px;}
|
||||
.path-calendar div.cal_courses_flt { float: left; }
|
||||
.dir-rtl.path-calendar div.cal_courses_flt { float: right; }
|
||||
.path-calendar .cal_courses_flt label { margin-right: .45em; }
|
||||
.dir-rtl.path-calendar .cal_courses_flt label { margin-left: .45em; margin-right: 0; }
|
||||
|
||||
|
|
|
@ -58,6 +58,8 @@
|
|||
}
|
||||
}
|
||||
.cal_courses_flt {
|
||||
float: left;
|
||||
|
||||
label {
|
||||
margin-right: .45em;
|
||||
}
|
||||
|
@ -217,6 +219,7 @@
|
|||
// RTL overrides for main calendar.
|
||||
.dir-rtl.path-calendar {
|
||||
.cal_courses_flt {
|
||||
float: right;
|
||||
label {
|
||||
margin-left: .45em;
|
||||
margin-right: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue