From dbfe6780bb77dacc50fa547821fd04c9fb957b9c Mon Sep 17 00:00:00 2001 From: Shahar Porat Date: Sat, 27 Jun 2015 23:00:55 +0300 Subject: [PATCH] RTL - fix to the hide room class and the new-day class --- client/stylesheets/rtl.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/stylesheets/rtl.less b/client/stylesheets/rtl.less index 42f9cfd85b0c5..f03d5591500ab 100644 --- a/client/stylesheets/rtl.less +++ b/client/stylesheets/rtl.less @@ -133,6 +133,7 @@ ul .opt { .left(0px); + .padding-left(10px); } .flex-nav { @@ -184,10 +185,6 @@ .messages-box { margin: 60px 0px 20px 0px; - li.load-more { - padding-bottom: 25px; - } - .message { padding-right: 50px; padding-left: 50px; @@ -196,6 +193,10 @@ .right(0px); } } + + .message.new-day { + margin-top: 60px; + } .message.sequential { .info { .right(-15px);