You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
513 B
CSS
43 lines
513 B
CSS
.fullscreen:-webkit-full-screen {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
.fullscreen:-ms-fullscreen {
|
|
height: 100%;
|
|
}
|
|
|
|
.fullscreen:fullscreen {
|
|
height: 100%;
|
|
}
|
|
|
|
.fullscreen {
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
height: 400px;
|
|
}
|
|
|
|
.map .ol-rotate {
|
|
top: 3em;
|
|
}
|
|
|
|
.map {
|
|
width: 80%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
|
|
.sidepanel {
|
|
background: #1F6B75;
|
|
width: 20%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
|
|
.sidepanel-title {
|
|
width: 100%;
|
|
font-size: 3em;
|
|
color: #ffffff;
|
|
display: block;
|
|
text-align: center;
|
|
}
|