e7101b6f93
Change-Id: Ifa52f03683c32939369f0ab97e456f10b954ccf9
55 lines
1 KiB
CSS
55 lines
1 KiB
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;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/* Important to override context-menu-icon's font-family here otherwise, jquery-contextmenu.css
|
|
* will try to load its own font file which is not available in dist/ */
|
|
.context-menu-icon::before {
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
}
|
|
.context-menu-icon-lo-checkmark:before {
|
|
content: '\2713';
|
|
}
|