From fb7864b90f380ce6389abb031b86f2c535f94c56 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 28 May 2019 15:27:41 +0200 Subject: [PATCH] fix #2796 @0.10 --- style/fluidbook.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 660708de..59bfd229 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1779,6 +1779,10 @@ form input[type="text"], form input[type="email"] { .indexViewHolder { margin: auto; text-align: left; + + .rtl & { + text-align: right; + } } .doubleThumb, .padding { @@ -1806,6 +1810,11 @@ form input[type="text"], form input[type="email"] { .doubleThumb { width: 100px; + + .rtl & { + position: relative; + left: 108px; + } } } -- 2.39.5