libreoffice-online/loleaflet/dist/loleaflet.css

128 lines
2.6 KiB
CSS
Raw Normal View History

#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: 0px;
left: 0px;
right: 0px;
z-index: 10;
}
.scroll-container .mCSB_scrollTools.mCSB_1_scrollbar {
position: absolute;
z-index: 1000;
}
body {
margin: 0;
}
#presentation-controls-wrapper {
background: #dfdfdf;
position: absolute;
top: 70px;
left: 0px;
bottom: 66px;
max-width: 214px;
border-top: 1px solid #b6b6b6;
display: block;
}
@media (max-width: 767px) {
/* Show slidesorter beyond 768px only */
#presentation-controls-wrapper {
display: none;
}
#document-container.parts-preview-document {
left: 0px !important;
}
#document-container.spreadsheet-document {
top: 93px !important;
}
#document-container {
top: 40px;
}
#spreadsheet-row-column-frame {
top: 73px !important;
}
/* There seems to be some bug in w2ui library -
* when we are in very low screen width, the toolbar-up-more
* toolbar's width doesn't adjust according to its children toolbar
* items and truncate all items but one. Lets override the width in
* mobile mode to prevent that.
*/
#toolbar-up-more {
width: auto !important;
}
/* We need to give space for options menu */
#tb_toolbar-up_item_rightmenupadding {
padding-right: 40px;
}
#tb_toolbar-up_item_close {
display: none;
}
}
.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;
}
.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';
}
2017-02-05 15:24:05 -06:00
.loleaflet-annotation {
position: absolute;
text-align: center;
}
.loleaflet-annotation-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 5px;
background: #ffffc0;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
color: #333;
border: 1px solid #999;
}
.leaflet-annotation-content {
margin: 13px 19px;
line-height: 1.4;
}