From c0d35f3d03660307513201aa11583700b0d7c4aa Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Thu, 27 Apr 2017 19:49:43 +0200 Subject: [PATCH] Close button adjustments. WIP #815 --- style/fluidbook.css | 7 ++++--- style/fluidbook.less | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/style/fluidbook.css b/style/fluidbook.css index 7c016e3e..6ad0d0fa 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -1546,12 +1546,13 @@ body.zoomPopup #zoomPopupOverlay { } #zoomPopupWrapper .zoomPopupClose { position: absolute; - top: 0px; - right: 0px; + top: 4px; + right: 4px; width: 30px; height: 30px; z-index: 103; - padding: 10px 10px 0 0; + padding: 6px; + border-radius: 50%; opacity: 0; transition: opacity 250ms; } diff --git a/style/fluidbook.less b/style/fluidbook.less index 3c304d93..051287ba 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1801,12 +1801,13 @@ a.button { } .zoomPopupClose { position: absolute; - top: 0px; - right: 0px; + top: 4px; + right: 4px; width: 30px; height: 30px; z-index: 103; - padding: 10px 10px 0 0; + padding: 6px; + border-radius: 50%; opacity: 0; transition: opacity 250ms; } -- 2.39.5