2020-06-01 21:13:02 +02:00
|
|
|
#map {
|
|
|
|
width: 100%;
|
2020-06-05 19:38:07 +02:00
|
|
|
height: calc(100% - 40px);
|
2020-06-01 21:13:02 +02:00
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2020-06-04 19:19:29 +02:00
|
|
|
.leaflet-container {
|
|
|
|
cursor: crosshair;
|
|
|
|
}
|
|
|
|
|
2020-06-01 21:13:02 +02:00
|
|
|
#panorama {
|
2020-06-02 21:49:37 +02:00
|
|
|
position: absolute;
|
2020-06-01 21:13:02 +02:00
|
|
|
z-index: 1;
|
2020-06-02 21:49:37 +02:00
|
|
|
visibility: hidden;
|
2020-06-01 21:13:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#noPano {
|
|
|
|
display: flex;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
visibility: hidden;
|
|
|
|
background: #cccccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#noPano>p {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#control {
|
|
|
|
position: absolute;
|
|
|
|
width: 125px;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#placeControl {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
2020-06-02 21:49:37 +02:00
|
|
|
width: 100px;
|
2020-06-01 21:13:02 +02:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
2020-06-02 21:49:37 +02:00
|
|
|
|
2020-06-05 00:22:41 +02:00
|
|
|
#deleteButton {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-06-02 21:49:37 +02:00
|
|
|
@media screen and (max-width: 999px) and (min-height: 600px) {
|
|
|
|
#map.selected {
|
2020-06-05 19:38:07 +02:00
|
|
|
height: calc(50% - 20px);
|
2020-06-02 21:49:37 +02:00
|
|
|
}
|
|
|
|
#panorama, #noPano {
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
2020-06-05 19:38:07 +02:00
|
|
|
height: calc(50% - 20px);
|
2020-06-02 21:49:37 +02:00
|
|
|
}
|
|
|
|
#control {
|
|
|
|
right: 10px;
|
2020-06-05 19:38:07 +02:00
|
|
|
top: 50px;
|
2020-06-02 21:49:37 +02:00
|
|
|
}
|
|
|
|
#placeControl {
|
|
|
|
right: 10px;
|
2020-06-05 19:38:07 +02:00
|
|
|
top: calc(50% + 30px);
|
2020-06-02 21:49:37 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1000px), (max-height: 599px) {
|
|
|
|
#map.selected {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
#panorama, #noPano {
|
2020-06-05 19:38:07 +02:00
|
|
|
top: 40px;
|
2020-06-02 21:49:37 +02:00
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
#control, #placeControl {
|
|
|
|
right: 10px;
|
2020-06-05 19:38:07 +02:00
|
|
|
top: 50px;
|
2020-06-02 21:49:37 +02:00
|
|
|
}
|
|
|
|
#control.selected {
|
|
|
|
right: calc(50% + 10px);
|
2020-06-05 19:38:07 +02:00
|
|
|
top: 50px;
|
2020-06-02 21:49:37 +02:00
|
|
|
}
|
|
|
|
}
|