From 15465a455b9d644723df358721bd83463e904573 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 12 Apr 2007 10:59:17 +0000 Subject: [PATCH] Move LayerSwitcher control down so that it doesn't overlay with the editing controls. Patch from #641 by penyaskito . Thanks! git-svn-id: http://svn.openlayers.org/trunk/openlayers@3068 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/LayerSwitcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/LayerSwitcher.js b/lib/OpenLayers/Control/LayerSwitcher.js index 5b45aee025..8531d536e9 100644 --- a/lib/OpenLayers/Control/LayerSwitcher.js +++ b/lib/OpenLayers/Control/LayerSwitcher.js @@ -336,7 +336,7 @@ OpenLayers.Control.LayerSwitcher.prototype = //configure main div this.div.style.position = "absolute"; - this.div.style.top = "10px"; + this.div.style.top = "25px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif";