mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-45525 themes: minor forum improvements
Fixed an RTL style that wasn't kicking in properly.
This commit is contained in:
parent
92ac518fdc
commit
2c638ccb24
2 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -247,9 +250,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
Loading…
Add table
Add a link
Reference in a new issue