blokmap/map.css

34 lines
488 B
CSS
Raw Normal View History

2014-12-09 18:54:50 +00:00
html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
2014-12-09 19:44:33 +00:00
.leaflet-popup-content-wrapper,
2014-12-09 19:53:19 +00:00
.leaflet-control-zoom {
2014-12-09 18:54:50 +00:00
border-radius: 0px;
}
2014-12-09 20:11:31 +00:00
.leaflet-popup-content-wrapper {
width: 400px;
}
td {
width: 14%;
}
2014-12-10 13:00:57 +00:00
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
2014-12-10 13:02:26 +00:00
background: rgba(255,255,255,0.0);
/*box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;*/
2014-12-10 13:00:57 +00:00
}