You are here

L.Control.Zoomslider.ie.css in Get Locations 7

/* IE6-7 specific hacks */
.leaflet-control-zoomslider-wrap {
	*width: 26px;
}
/* Fix IE6-divs having a too large min height  */
.leaflet-control-zoomslider-knob {
	*overflow: hidden;
}

/* Support for element:after { content: 'text' }  */
.leaflet-control-zoomslider-in {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '+');
}
.leaflet-control-zoomslider-out {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '-');
}

File

modules/getlocations_leaflet/plugins/zoomslider/L.Control.Zoomslider.ie.css
View source
  1. /* IE6-7 specific hacks */
  2. .leaflet-control-zoomslider-wrap {
  3. *width: 26px;
  4. }
  5. /* Fix IE6-divs having a too large min height */
  6. .leaflet-control-zoomslider-knob {
  7. *overflow: hidden;
  8. }
  9. /* Support for element:after { content: 'text' } */
  10. .leaflet-control-zoomslider-in {
  11. *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '+');
  12. }
  13. .leaflet-control-zoomslider-out {
  14. *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '-');
  15. }