leaflet.ie.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .leaflet-vml-shape {
  2. width: 1px;
  3. height: 1px;
  4. }
  5. .lvml {
  6. behavior: url(#default#VML);
  7. display: inline-block;
  8. position: absolute;
  9. }
  10. .leaflet-control {
  11. display: inline;
  12. }
  13. .leaflet-popup-tip {
  14. width: 21px;
  15. _width: 27px;
  16. margin: 0 auto;
  17. _margin-top: -3px;
  18. filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  19. -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  20. }
  21. .leaflet-popup-tip-container {
  22. margin-top: -1px;
  23. }
  24. .leaflet-popup-content-wrapper, .leaflet-popup-tip {
  25. border: 1px solid #999;
  26. }
  27. .leaflet-popup-content-wrapper {
  28. zoom: 1;
  29. }
  30. .leaflet-control-zoom,
  31. .leaflet-control-layers {
  32. border: 3px solid #999;
  33. }
  34. .leaflet-control-layers-toggle {
  35. }
  36. .leaflet-control-attribution,
  37. .leaflet-control-layers,
  38. .leaflet-control-scale-line {
  39. background: white;
  40. }
  41. .leaflet-zoom-box {
  42. filter: alpha(opacity=50);
  43. }
  44. .leaflet-control-attribution {
  45. border-top: 1px solid #bbb;
  46. border-left: 1px solid #bbb;
  47. }