OpenLayers OpenLayers

Changeset 3068

Show
Ignore:
Timestamp:
04/12/07 06:59:17 (2 years ago)
Author:
crschmidt
Message:

Move LayerSwitcher control down so that it doesn't overlay with the editing
controls. Patch from #641 by penyaskito . Thanks!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js

    r2934 r3068  
    337337        //configure main div 
    338338        this.div.style.position = "absolute"; 
    339         this.div.style.top = "10px"; 
     339        this.div.style.top = "25px"; 
    340340        this.div.style.right = "0px"; 
    341341        this.div.style.left = "";