From 8f3b7c8fded6f28c22ed40dfc9f755b965a5bdef Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Fri, 14 Oct 2016 22:04:44 +0100 Subject: [PATCH] Realign the default infoblock position so it doesn't overlap the zoom control. --- public_html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/style.css b/public_html/style.css index ef1e885..456f310 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -10,8 +10,8 @@ html, body { #selected_infoblock { position: absolute; - left: 20px; - top: 20px; + left: 40px; + top: 10px; min-width: 360px; padding: 20px; background: #ffffff;