Merge branch 'm28_MDL-46643' of git://github.com/totara/moodle

This commit is contained in:
Marina Glancy 2014-08-12 13:31:25 +08:00
commit ff195da1e3
4 changed files with 9 additions and 4 deletions

View file

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

View file

@ -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