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 13:39:06 +09:30 committed by David Monllao
parent ad704e2c49
commit dba0fdc2bc

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;
}