]> _ Git - fluidbook-html5.git/commitdiff
fix #2797 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 May 2019 14:16:19 +0000 (16:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 May 2019 14:16:19 +0000 (16:16 +0200)
style/print.less

index a48156d5a33d9d1ae2893bd83e8c0ad968251387..d1384eec709ba76d38b4dcf4f7c3c25c87d3b5a3 100644 (file)
       &:nth-child(1) {
         z-index: 3;
       }
+
       &:nth-child(2) {
         left: 50px;
         z-index: 2;
       }
+
       &:nth-child(3) {
         left: 100px;
         z-index: 1;
   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;
+        }
+      }
+    }
+  }
 }
+