59 lines
909 B
CSS
59 lines
909 B
CSS
#document-container {
|
|
border-top: 1px solid #B6B6B6;
|
|
background: #DFDFDF;
|
|
position: absolute;
|
|
top: 70px;
|
|
bottom: 33px;
|
|
right: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
#map {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 16px;
|
|
left: 0px;
|
|
right: 16px;
|
|
z-index: 10;
|
|
}
|
|
|
|
#main-menu {
|
|
top: 0;
|
|
position: fixed;
|
|
height: 25px;
|
|
display: inline-flex;
|
|
right: 0;
|
|
left: 0;
|
|
padding-left: 125px;
|
|
z-index: 1000;
|
|
outline: none;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
min-width: 600px;
|
|
}
|
|
|
|
.loleaflet-font {
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
font-size: 12px !important;
|
|
font-weight: normal !important;
|
|
}
|
|
|
|
.loleaflet-character {
|
|
table-layout: fixed;
|
|
font: 17px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.loleaflet-character td {
|
|
width: 20px;
|
|
}
|
|
|
|
.loleaflet-controls {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.loleaflet-scrolled {
|
|
overflow: auto;
|
|
}
|