Port over image-filter, image-load-events, image-vector-layer, kml-earthquakes, kml-timezones and kml examples

This commit is contained in:
Bart van den Eijnden
2015-04-02 17:14:44 +02:00
committed by Andreas Hocevar
parent 5cfb4910df
commit b92d7cdf13
9 changed files with 150 additions and 397 deletions

View File

@@ -0,0 +1,19 @@
#map {
position: relative;
}
#info {
position: absolute;
height: 1px;
width: 1px;
z-index: 100;
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
border-top-color: white;
}
.tooltip-inner {
border: 2px solid white;
}