]> _ Git - fluidbook-html5.git/commitdiff
done #768 0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Oct 2016 10:19:07 +0000 (10:19 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Oct 2016 10:19:07 +0000 (10:19 +0000)
style/fluidbook.css
style/fluidbook.less

index dbf031236fe0a21c56ac04fc0566cb7b877439e3..73dedbac3e23a8725c0755615bb974c4adb84b72 100644 (file)
@@ -430,8 +430,11 @@ header {
   vertical-align: top;
   left: 30px;
 }
+.rtl #afterSearch {
+  left: -30px;
+}
 #afterSearch .c {
-  position: absolute;
+  position: relative;
   top: 0px;
   left: 0px;
   z-index: 9;
index fd5f49b71e2554a4f00faefdffacae045364e0b7..ce41c3b46e196883a58d0c63100f13f321649764 100644 (file)
@@ -487,25 +487,28 @@ header {
        position: relative;
        vertical-align: top;
        left: 30px;
-}
+       .rtl & {
+               left: -30px;
+       }
 
-#afterSearch .c {
-       position: absolute;
-       top: 0px;
-       left: 0px;
-       z-index: 9;
-       display: block;
-}
+       .c {
+               position: relative;
+               top: 0px;
+               left: 0px;
+               z-index: 9;
+               display: block;
+       }
 
-#afterSearch .links {
-       position: absolute;
-       top: 0px;
-       left: 0px;
-       z-index: 10;
-}
+       .links {
+               position: absolute;
+               top: 0px;
+               left: 0px;
+               z-index: 10;
 
-#afterSearch .links .link {
-       position: absolute;
+               .link {
+                       position: absolute;
+               }
+       }
 }
 
 #search {