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

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