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:
Adam Olley
2015-09-30 12:27:12 +08:00
committed by David Monllao
parent ad704e2c49
commit dba0fdc2bc
+1 -2
View File
@@ -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;
}