From 442b6d5a866650305c5ffc7680e441cf719eecf5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Aug 2012 18:05:57 +0100 Subject: [PATCH] Hide the SimplePanZoom control on the user page map --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2