2015-12-15 07:33:53 -06:00
|
|
|
#document-container {
|
2016-05-18 17:33:46 -05:00
|
|
|
border-top: 1px solid #B6B6B6;
|
2015-12-15 07:33:53 -06:00
|
|
|
background: #DFDFDF;
|
|
|
|
position: absolute;
|
2016-05-17 02:08:50 -05:00
|
|
|
top: 70px;
|
2016-05-18 17:33:46 -05:00
|
|
|
bottom: 33px;
|
2015-12-15 07:33:53 -06:00
|
|
|
right: 0px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#map {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 16px;
|
|
|
|
left: 0px;
|
|
|
|
right: 16px;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
2016-04-19 03:09:44 -05:00
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-05-20 07:49:16 -05:00
|
|
|
|
|
|
|
.loleaflet-font {
|
|
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-weight: normal !important;
|
2016-11-11 13:24:48 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2016-11-24 12:00:41 -06:00
|
|
|
|
|
|
|
.loleaflet-scrolled {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2016-12-08 10:28:22 -06:00
|
|
|
|
|
|
|
/* 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';
|
|
|
|
}
|