MDL-45525 themes: minor forum improvements

Fixed an RTL style that wasn't kicking in properly.

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Jetha Chan
2014-05-20 14:29:25 +08:00
committed by Marina Glancy
parent 10f981a794
commit 689a8f383c
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -28,6 +28,9 @@ select {
white-space: normal;
vertical-align: top;
}
thead .header.replies {
text-align: center;
}
thead .header.lastpost {
text-align: right;
}
@@ -257,9 +260,14 @@ div#dock {
}
// rtl overrides
.dir-rtl {
.path-mod-forum .forumheaderlist {
&.path-mod-forum .forumheaderlist {
thead .header.lastpost {
text-align: left;
}
.discussion {
.lastpost {
text-align: left;
}
}
}
}
File diff suppressed because one or more lines are too long