leaflet.ie.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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-zoom a {
  35. background-color: #eee;
  36. }
  37. .leaflet-control-zoom a:hover {
  38. background-color: #fff;
  39. }
  40. .leaflet-control-layers-toggle {
  41. }
  42. .leaflet-control-attribution,
  43. .leaflet-control-layers,
  44. .leaflet-control-scale-line {
  45. background: white;
  46. }
  47. .leaflet-zoom-box {
  48. filter: alpha(opacity=50);
  49. }
  50. .leaflet-control-attribution {
  51. border-top: 1px solid #bbb;
  52. border-left: 1px solid #bbb;
  53. }