mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-9070 forum: Add margin in rtl mode to timed post icon
As the icon has a float on it to move it to the right, a margin-top needs to be applied to keep it aligned the same as in ltr.
This commit is contained in:
parent
ad704e2c49
commit
dba0fdc2bc
@ -171,7 +171,6 @@ span.unread {
|
||||
}
|
||||
|
||||
.dir-rtl#page-mod-forum-view img.timedpost {
|
||||
margin-right: 0px;
|
||||
margin-left: 5px;
|
||||
margin: 3px 0 0 5px;
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user