ffd230e1f9
"Segoe UI", Tahoma, Arial, Helvetica, sans-serif; 12px Change-Id: I8927c31ca4641eaa3181e4f76bac2e112893fcd8
37 lines
No EOL
552 B
CSS
37 lines
No EOL
552 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;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.loleaflet-font {
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
font-size: 12px !important;
|
|
font-weight: normal !important;
|
|
} |