]> _ Git - fluidbook-html5.git/commitdiff
fix #2796 @0.10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 May 2019 13:27:41 +0000 (15:27 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 May 2019 13:27:41 +0000 (15:27 +0200)
style/fluidbook.less

index 660708de260609ed4397a571c10b28d1467ff59d..59bfd229506dc5a1702b241718cdca4b1ceadf4c 100644 (file)
@@ -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;
+      }
     }
   }