From: Tom Hughes Date: Wed, 8 Aug 2012 17:05:57 +0000 (+0100) Subject: Hide the SimplePanZoom control on the user page map X-Git-Tag: live~5548 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/442b6d5a866650305c5ffc7680e441cf719eecf5?hp=3b43e4d53a736680bb41a14401244f3445d0c274 Hide the SimplePanZoom control on the user page map --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 8a848e9ee..35b1d3389 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -898,7 +898,7 @@ p#contributorGuidance { /* Rules for the user map */ -.user_map .olControlPanZoomBar { +.user_map .olControlSimplePanZoom { display: none; }