Merge branch 'MDL-45525-27' of git://github.com/jethac/moodle

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Marina Glancy 2014-05-20 14:28:36 +08:00
commit 78ee646dd9
2 changed files with 10 additions and 2 deletions

View file

@ -28,6 +28,9 @@ select {
white-space: normal; white-space: normal;
vertical-align: top; vertical-align: top;
} }
thead .header.replies {
text-align: center;
}
thead .header.lastpost { thead .header.lastpost {
text-align: right; text-align: right;
} }
@ -257,9 +260,14 @@ div#dock {
} }
// rtl overrides // rtl overrides
.dir-rtl { .dir-rtl {
.path-mod-forum .forumheaderlist { &.path-mod-forum .forumheaderlist {
thead .header.lastpost { thead .header.lastpost {
text-align: left; text-align: left;
} }
.discussion {
.lastpost {
text-align: left;
}
}
} }
} }

File diff suppressed because one or more lines are too long