blokmap/map.css
2014-12-10 14:02:26 +01:00

34 lines
488 B
CSS

html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
.leaflet-popup-content-wrapper,
.leaflet-control-zoom {
border-radius: 0px;
}
.leaflet-popup-content-wrapper {
width: 400px;
}
td {
width: 14%;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.0);
/*box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;*/
}