blokmap/map.css

25 lines
273 B
CSS
Raw Normal View History

2014-12-09 19:54:50 +01:00
html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
2014-12-09 20:44:33 +01:00
.leaflet-popup-content-wrapper,
2014-12-09 20:53:19 +01:00
.leaflet-control-zoom {
2014-12-09 19:54:50 +01:00
border-radius: 0px;
}
2014-12-09 21:11:31 +01:00
.leaflet-popup-content-wrapper {
width: 400px;
}
td {
width: 14%;
}