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:
committed by
David Monllao
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user