From 6c2bca73c1eebe8d58b2be812d6c6939b1fdb134 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Fri, 26 Oct 2012 19:27:39 +0100 Subject: [PATCH] Removed incorrect margin between zoom in and zoom out controls --- app/assets/stylesheets/common.css.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index a1099a153..8b334a3e4 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -424,6 +424,14 @@ body.site-export #tabnav a#exportanchor { padding: 5px; } +div.olControlZoom a { + margin: 0 !important; +} + +div.olControlZoom a.olControlZoomIn { + border-bottom: 0; +} + /* Rules for edit menu */ .menuicon { @@ -924,7 +932,7 @@ p#contributorGuidance { #accountForm .user_map { position: relative; width: 500px; - height: 400px; + height: 400px; border: 1px solid #ccc; } @@ -964,7 +972,7 @@ p#contributorGuidance { .user-view .user_map { position: relative; width: 400px; - height: 400px; + height: 400px; border: 1px solid #ccc; } -- 2.43.2