From dba0fdc2bc0b6115ee66960defd141c52b0cef57 Mon Sep 17 00:00:00 2001 From: Adam Olley Date: Wed, 30 Sep 2015 13:39:06 +0930 Subject: [PATCH] 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. --- mod/forum/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/forum/styles.css b/mod/forum/styles.css index 2d1b0b3854e..25874a601f8 100644 --- a/mod/forum/styles.css +++ b/mod/forum/styles.css @@ -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; }