From 1688f4693721a5de90b7d579cd421e6e4e41b389 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 4 Oct 2016 10:19:07 +0000 Subject: [PATCH] done #768 0:10 --- style/fluidbook.css | 5 ++++- style/fluidbook.less | 35 +++++++++++++++++++---------------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/style/fluidbook.css b/style/fluidbook.css index dbf03123..73dedbac 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -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; diff --git a/style/fluidbook.less b/style/fluidbook.less index fd5f49b7..ce41c3b4 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -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 { -- 2.39.5