From 3b5d4490837993490ebc59572daaab3930e2c44f Mon Sep 17 00:00:00 2001 From: hastarin Date: Wed, 8 May 2013 23:19:33 +1000 Subject: [PATCH] Tweaked layerchooser and zoom control positions. --- mobile/smartphone.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mobile/smartphone.css b/mobile/smartphone.css index 7f62f20c..26efe8e7 100644 --- a/mobile/smartphone.css +++ b/mobile/smartphone.css @@ -7,15 +7,18 @@ body { background: #0B3351 !important } +.leaflet-top .leaflet-control { + margin-top: 0 !important; +} .leaflet-control-layers { margin-left: 0 !important; margin-top: 0 !important; } -.leaflet-control-zoom { +.leaflet-top .leaflet-control-zoom { margin-left: 5px !important; - margin-top: 80px !important; + margin-top: 30px !important; }