X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/78f608b114c05f1147936a57b930831e28000c1a..e8c02b49e44af3d7a0c96f5ef2496e640a921c6b:/vendor/assets/leaflet/leaflet.ie.css diff --git a/vendor/assets/leaflet/leaflet.ie.css b/vendor/assets/leaflet/leaflet.ie.css index 5b65c400a..14b84b691 100644 --- a/vendor/assets/leaflet/leaflet.ie.css +++ b/vendor/assets/leaflet/leaflet.ie.css @@ -3,11 +3,11 @@ height: 1px; } .lvml { - behavior: url(#default#VML); - display: inline-block; + behavior: url(#default#VML); + display: inline-block; position: absolute; } - + .leaflet-control { display: inline; } @@ -17,7 +17,7 @@ _width: 27px; margin: 0 auto; _margin-top: -3px; - + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; } @@ -25,23 +25,27 @@ margin-top: -1px; } .leaflet-popup-content-wrapper, .leaflet-popup-tip { - border: 1px solid #bbb; - } - -.leaflet-control-zoom { - filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000'); + border: 1px solid #999; } -.leaflet-control-zoom a { - background-color: #eee; +.leaflet-popup-content-wrapper { + zoom: 1; } -.leaflet-control-zoom a:hover { - background-color: #fff; + +.leaflet-control-zoom, +.leaflet-control-layers { + border: 3px solid #999; } .leaflet-control-layers-toggle { } -.leaflet-control-attribution, .leaflet-control-layers { +.leaflet-control-attribution, +.leaflet-control-layers, +.leaflet-control-scale-line { background: white; } .leaflet-zoom-box { filter: alpha(opacity=50); - } \ No newline at end of file + } +.leaflet-control-attribution { + border-top: 1px solid #bbb; + border-left: 1px solid #bbb; + }