]> _ Git - fluidbook-html5.git/commitdiff
fix #2178 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Aug 2018 13:41:51 +0000 (15:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Aug 2018 13:41:51 +0000 (15:41 +0200)
style/fluidbook.less

index 1924b7c3f285c2da107a42dd8c8b29365619f922..67dec8f62f3230cc3251bbb9e626ac333de96129 100644 (file)
@@ -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;