2018-12-30 20:50:20 +01:00
|
|
|
|
/* Always set the map height explicitly to define the size of the div
|
|
|
|
|
* element that contains the map. */
|
|
|
|
|
#bigmap {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Optional: Makes the sample page fill the window. */
|
|
|
|
|
html, body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-06 14:38:19 +01:00
|
|
|
|
#menucollumn {
|
2019-03-07 14:58:41 +01:00
|
|
|
|
width: 30px;
|
2019-03-06 14:38:19 +01:00
|
|
|
|
background-color: white;
|
2018-12-30 20:50:20 +01:00
|
|
|
|
position: absolute;
|
2019-03-07 14:58:41 +01:00
|
|
|
|
top: 85px;
|
2019-03-06 14:38:19 +01:00
|
|
|
|
bottom: 10px;
|
|
|
|
|
left: 10px;
|
2019-03-07 14:58:41 +01:00
|
|
|
|
z-index: 5000;
|
|
|
|
|
border: rgba(0,0,0,0.5) 2px solid;
|
|
|
|
|
border-radius: 4px
|
2018-12-30 20:50:20 +01:00
|
|
|
|
}
|
2019-03-06 14:38:19 +01:00
|
|
|
|
|
|
|
|
|
#menucollumn .pos {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 32px;
|
|
|
|
|
width: 32px;
|
|
|
|
|
}
|