From b2375468cbe4f6e76f3efef551eb272eafe7ab7f Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Fri, 16 Sep 2016 11:43:05 +0100 Subject: [PATCH] Stopgap fix for crowding in the top-right: * move zoom control back to default position * shrink the sidebar expand/shrink buttons to half size * realign everything --- public_html/style.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/public_html/style.css b/public_html/style.css index f5fafc8..2fc247d 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -34,11 +34,13 @@ html, body { #toggle_sidebar_button { display: block; - width: 48px; - height: 40px; + width: 24px; + height: 20px; position: absolute; top: 10px; - right: 10px; + right: 20px; + + background-size: 24px 20px; } #toggle_sidebar_button.show_sidebar { @@ -59,11 +61,13 @@ html, body { #expand_sidebar_button { display: block; - width: 48px; - height: 40px; + width: 24px; + height: 20px; position: absolute; - top: 56px; - right: 10px; + top: 36px; + right: 20px; + + background-size: 24px 20px; } #expand_sidebar_button { @@ -180,13 +184,7 @@ select.error, textarea.error, input.error { color: #FF0000; } -.ol-zoom { - left: auto !important; - right: 20px !important; - top: 120px !important; -} - .layer-switcher { - top: 190px !important; + top: 62px !important; right: 10px !important; }