From d1a46ce623afde12e5fb25b6472ef41eca288b34 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 10 Nov 2017 15:13:41 -0500 Subject: [PATCH] Move "Zoom in to edit" button up to be less in the way (re: #4482) --- css/80_app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 293c8898b..51c3811ab 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3654,8 +3654,7 @@ img.tile-removing { .notice { position: absolute; - top: 50%; - bottom: 50%; + top: 45px; left: 0; right: 0; text-align: center; @@ -3664,7 +3663,7 @@ img.tile-removing { .notice .zoom-to { margin: auto; width: 300px; - height: 80px; + height: 70px; font-size: 150%; border-radius: 8px; }