You are here

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

.leaflet-control-pan > div {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000');
  border: 3px solid #999;
}
.leaflet-control-pan a {
	background-color: #fff;
  width: 17px;
  height: 17px;
}
.leaflet-control-pan a:hover {
  background-color: #f4f4f4;
}

.leaflet-control-pan-up-wrap {
	position:absolute;
	left:27px;
}
.leaflet-control-pan-left-wrap {
	position:absolute;
	top:27px;
}
.leaflet-control-pan-right-wrap {
	position:absolute;
	left:54px;	
	top:27px;
}
.leaflet-control-pan-down-wrap {
	position:absolute;
	left:27px;
	top:54px;
}

.leaflet-control-zoom {
	left:23px;
}
.leaflet-control-zoomslider {
	position: relative;
	left:23px;
}

File

modules/getlocations_leaflet/plugins/pancontrol/L.Control.Pan.ie.css
View source
  1. .leaflet-control-pan > div {
  2. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000');
  3. border: 3px solid #999;
  4. }
  5. .leaflet-control-pan a {
  6. background-color: #fff;
  7. width: 17px;
  8. height: 17px;
  9. }
  10. .leaflet-control-pan a:hover {
  11. background-color: #f4f4f4;
  12. }
  13. .leaflet-control-pan-up-wrap {
  14. position:absolute;
  15. left:27px;
  16. }
  17. .leaflet-control-pan-left-wrap {
  18. position:absolute;
  19. top:27px;
  20. }
  21. .leaflet-control-pan-right-wrap {
  22. position:absolute;
  23. left:54px;
  24. top:27px;
  25. }
  26. .leaflet-control-pan-down-wrap {
  27. position:absolute;
  28. left:27px;
  29. top:54px;
  30. }
  31. .leaflet-control-zoom {
  32. left:23px;
  33. }
  34. .leaflet-control-zoomslider {
  35. position: relative;
  36. left:23px;
  37. }