From: Vincent Vanwaelscappel Date: Fri, 30 Oct 2020 17:22:47 +0000 (+0100) Subject: wait #4017 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6b41356a2f1ffe03693b305e5390a964bfd359e0;p=fluidbook-html5.git wait #4017 @0.5 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index e9f4c1b2..879a8c21 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1643,7 +1643,6 @@ html.ios body.portrait #interface { &.left { margin-right: @w; - } &.right { @@ -2068,7 +2067,12 @@ form input[type="text"], form input[type="email"] { } &.left { - margin-right: @thumb-width; + .ltr & { + margin-right: @thumb-width; + } + .rtl &{ + margin-right: 0; + } } @extrashadowheight: min(22, @thumb-height * 0.2); diff --git a/style/print.less b/style/print.less index e4c141f8..2a90b0bb 100644 --- a/style/print.less +++ b/style/print.less @@ -40,6 +40,10 @@ .thumb.right { left: @thumb-width; // Override default so there's no gap between pages + + .rtl & { + left: 0; + } } // Blank pages @@ -211,7 +215,7 @@ &[for="allPages"] { .doubleThumb { - left: @thumb-width; + left: 0; } } }