aboutsummaryrefslogtreecommitdiff
path: root/resources/leaflet/leaflet.ie.css
diff options
context:
space:
mode:
authoraude <aude.wiki@gmail.com>2012-12-01 14:04:19 +0100
committeraude <aude.wiki@gmail.com>2012-12-01 14:04:19 +0100
commit2b1ee7746b8efdae7af6ab15699770af878e0cca (patch)
tree3a63bd29ff87fa3d0156f891a7e96f28d93d17c9 /resources/leaflet/leaflet.ie.css
parentc53710fc64b3c317e95d9938541da7797f203234 (diff)
downloadhealth-map-2b1ee7746b8efdae7af6ab15699770af878e0cca.tar
health-map-2b1ee7746b8efdae7af6ab15699770af878e0cca.tar.gz
init
Diffstat (limited to 'resources/leaflet/leaflet.ie.css')
-rw-r--r--resources/leaflet/leaflet.ie.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/resources/leaflet/leaflet.ie.css b/resources/leaflet/leaflet.ie.css
new file mode 100644
index 0000000..b59c814
--- /dev/null
+++ b/resources/leaflet/leaflet.ie.css
@@ -0,0 +1,57 @@
+.leaflet-vml-shape {
+ width: 1px;
+ height: 1px;
+ }
+.lvml {
+ behavior: url(#default#VML);
+ display: inline-block;
+ position: absolute;
+ }
+
+.leaflet-control {
+ display: inline;
+ }
+
+.leaflet-popup-tip {
+ width: 21px;
+ _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)";
+ }
+.leaflet-popup-tip-container {
+ margin-top: -1px;
+ }
+.leaflet-popup-content-wrapper, .leaflet-popup-tip {
+ border: 1px solid #999;
+ }
+.leaflet-popup-content-wrapper {
+ zoom: 1;
+ }
+
+.leaflet-control-zoom,
+.leaflet-control-layers {
+ border: 3px solid #999;
+ }
+.leaflet-control-zoom a {
+ background-color: #eee;
+ }
+.leaflet-control-zoom a:hover {
+ background-color: #fff;
+ }
+.leaflet-control-layers-toggle {
+ }
+.leaflet-control-attribution,
+.leaflet-control-layers,
+.leaflet-control-scale-line {
+ background: white;
+ }
+.leaflet-zoom-box {
+ filter: alpha(opacity=50);
+ }
+.leaflet-control-attribution {
+ border-top: 1px solid #bbb;
+ border-left: 1px solid #bbb;
+ }