From: Vincent Vanwaelscappel Date: Mon, 13 Aug 2018 13:41:51 +0000 (+0200) Subject: fix #2178 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6bbe6eca82d2d0feef60d79a11c460d1df3e1284;p=fluidbook-html5.git fix #2178 @0.5 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 1924b7c3..67dec8f6 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1997,7 +1997,7 @@ ul.chapters { &[data-level="3"] + [data-level="2"] { margin-top: 5px; } - &.separator{ + &.separator { height: 20px; } } @@ -2561,11 +2561,13 @@ ul.chapters { z-index: 102; } .zoomPopupClose { + @zoom-close-button-size: 30px; + position: absolute; top: 0; - right: 0; - width: 30px; - height: 30px; + right: -@zoom-close-button-size; + width: @zoom-close-button-size; + height: @zoom-close-button-size; padding: 11px; z-index: 103; background-color: @menu-button-background;