From 552119a002597a019270c0f75b8095b422cb9a58 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 28 May 2019 16:16:19 +0200 Subject: [PATCH] fix #2797 @1 --- style/print.less | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/style/print.less b/style/print.less index a48156d5..d1384eec 100644 --- a/style/print.less +++ b/style/print.less @@ -80,10 +80,12 @@ &:nth-child(1) { z-index: 3; } + &:nth-child(2) { left: 50px; z-index: 2; } + &:nth-child(3) { left: 100px; z-index: 1; @@ -174,6 +176,28 @@ label { cursor: pointer; position: relative; - } + .rtl & { + width: 100%; + display: inline-block; + text-align: right; + + &:before { + margin-right: 0 !important; + margin-left: .5em; + } + + &:after { + left: auto !important; + right: 5px !important; + } + + &[for="allPages"] { + .doubleThumb { + left: 100px; + } + } + } + } } + -- 2.39.5