From 8fc4b8b9fd6e02a4ccf5ab47977bd237d631f3c4 Mon Sep 17 00:00:00 2001 From: Mohammed Shameem Date: Thu, 14 Feb 2013 00:21:34 +0530 Subject: [PATCH] Right to Left Icon Error correction --- core/modules/forum/forum-rtl.css | 3 ++- core/modules/forum/forum.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/modules/forum/forum-rtl.css b/core/modules/forum/forum-rtl.css index a0bdf2d..0e5d3ed 100644 --- a/core/modules/forum/forum-rtl.css +++ b/core/modules/forum/forum-rtl.css @@ -3,11 +3,12 @@ * Right-to-left styling for the Forum module. */ -#forum td.forum .icon { +#forum .icon { float: right; margin: 0 0 0 9px; } #forum div.indent { + margin-left: 0; margin-right: 20px; } .forum-topic-navigation { diff --git a/core/modules/forum/forum.css b/core/modules/forum/forum.css index 255a46b..5ac5e75 100644 --- a/core/modules/forum/forum.css +++ b/core/modules/forum/forum.css @@ -27,7 +27,7 @@ overflow: hidden; } #forum div.indent { - margin-left: 20px; + margin-left: 20px; /* LTR */ } #forum .topic-status-new { -- 1.7.7.5 (Apple Git-26)