Merge branch 'MDL-45525-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
@@ -28,6 +28,9 @@ select {
|
||||
white-space: normal;
|
||||
vertical-align: top;
|
||||
}
|
||||
thead .header.replies {
|
||||
text-align: center;
|
||||
}
|
||||
thead .header.lastpost {
|
||||
text-align: right;
|
||||
}
|
||||
@@ -247,9 +250,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
Reference in New Issue
Block a user