Comment leaflt-container
This commit is contained in:
parent
58dce24463
commit
eb173a396a
@ -1,21 +1,21 @@
|
|||||||
.map-container {
|
.map-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 206px; /* sync with header positioning 76px*/
|
top: 76px; /* sync with header positioning*/
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
}
|
}
|
||||||
/*@media (min-width: 990px) {
|
@media (min-width: 990px) {
|
||||||
.map-container {
|
.map-container {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 470px;
|
left: 470px;
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
.leaflet-container {
|
/*.leaflet-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}*/
|
||||||
.leaflet-container .leaflet-control-zoom {
|
.leaflet-container .leaflet-control-zoom {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
box-shadow: 0 0 1px 1px #222;
|
box-shadow: 0 0 1px 1px #222;
|
||||||
|
Loading…
Reference in New Issue
Block a user