2019-01-29 20:00:00 +03:00
|
|
|
body {
|
|
|
|
height: 100%;
|
2019-03-24 06:10:30 +03:00
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
2019-01-29 20:00:00 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#image-map {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-custom-display {
|
|
|
|
background: #fff;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2019-04-14 20:17:43 +03:00
|
|
|
|
|
|
|
#search-menu {
|
|
|
|
position: absolute;
|
|
|
|
top: 20%;
|
|
|
|
bottom: 20%;
|
|
|
|
left: 20%;
|
|
|
|
right: 20%;
|
|
|
|
z-index: 99999;
|
|
|
|
}
|