From: Vincent Vanwaelscappel Date: Tue, 28 May 2019 13:27:41 +0000 (+0200) Subject: fix #2796 @0.10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fb7864b90f380ce6389abb031b86f2c535f94c56;p=fluidbook-html5.git fix #2796 @0.10 --- 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; + } } }