OpenLayers OpenLayers

Ticket #1016: ie6_layerselector.patch

File ie6_layerselector.patch, 0.7 kB (added by johnwebbcole, 1 year ago)

patch for OL 2.4

  • LayerSwitcher.js

    old new  
    361361        this.layersDiv = document.createElement("div"); 
    362362        this.layersDiv.id = "layersDiv"; 
    363363        this.layersDiv.style.paddingTop = "5px"; 
    364         this.layersDiv.style.paddingLeft = "10px"; 
     364        this.layersDiv.style.paddingLeft = "0px"; 
    365365        this.layersDiv.style.paddingBottom = "5px"; 
    366         this.layersDiv.style.paddingRight = "75px"; 
     366        this.layersDiv.style.paddingRight = "0px"; 
    367367        this.layersDiv.style.backgroundColor = this.activeColor;         
    368368 
    369369        // had to set width/height to get transparency in IE to work.