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;
|
|
|
|
}
|
|
|
|
|
2017-02-17 08:24:11 -06:00
|
|
|
#document-container.readonly {
|
|
|
|
top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#toolbar-wrapper.readonly {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo.readonly {
|
|
|
|
background-size: 100px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
|
2015-12-15 07:33:53 -06:00
|
|
|
#map {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
2017-01-16 08:47:34 -06:00
|
|
|
bottom: 0px;
|
2015-12-15 07:33:53 -06:00
|
|
|
left: 0px;
|
2017-01-16 08:47:34 -06:00
|
|
|
right: 0px;
|
2015-12-15 07:33:53 -06:00
|
|
|
z-index: 10;
|
|
|
|
}
|
2016-04-19 03:09:44 -05:00
|
|
|
|
2017-01-16 08:47:34 -06:00
|
|
|
.scroll-container .mCSB_scrollTools.mCSB_1_scrollbar {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
2016-04-19 03:09:44 -05:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-05-20 07:49:16 -05:00
|
|
|
|
2017-01-11 00:52:03 -06:00
|
|
|
#presentation-controls-wrapper {
|
|
|
|
background: #dfdfdf;
|
|
|
|
position: absolute;
|
|
|
|
top: 70px;
|
|
|
|
left: 0px;
|
|
|
|
bottom: 66px;
|
|
|
|
max-width: 214px;
|
|
|
|
border-top: 1px solid #b6b6b6;
|
2017-01-11 01:22:39 -06:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-03-20 03:28:33 -05:00
|
|
|
#presentation-controls-wrapper.drawing {
|
|
|
|
bottom: 34px; /* Hide the presentation toolbar (insert slide etc.) for doctype = drawing */
|
|
|
|
}
|
|
|
|
|
2017-02-17 09:23:54 -06:00
|
|
|
#presentation-controls-wrapper.readonly {
|
|
|
|
top: 30px;
|
|
|
|
}
|
|
|
|
|
2017-01-12 06:39:28 -06:00
|
|
|
@media (max-width: 767px) {
|
2017-01-11 01:22:39 -06:00
|
|
|
/* Show slidesorter beyond 768px only */
|
|
|
|
#presentation-controls-wrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#document-container.parts-preview-document {
|
|
|
|
left: 0px !important;
|
|
|
|
}
|
2017-01-12 07:55:51 -06:00
|
|
|
#document-container.spreadsheet-document {
|
|
|
|
top: 93px !important;
|
|
|
|
}
|
2017-02-17 09:42:17 -06:00
|
|
|
#document-container.spreadsheet-document.readonly {
|
|
|
|
top: 50px !important;
|
|
|
|
}
|
2017-01-12 06:39:28 -06:00
|
|
|
#document-container {
|
|
|
|
top: 40px;
|
|
|
|
}
|
2017-01-12 07:55:51 -06:00
|
|
|
#spreadsheet-row-column-frame {
|
|
|
|
top: 73px !important;
|
|
|
|
}
|
2017-02-17 09:42:17 -06:00
|
|
|
#spreadsheet-row-column-frame.readonly {
|
|
|
|
top: 30px !important;
|
|
|
|
}
|
2017-01-12 09:48:01 -06:00
|
|
|
/* 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;
|
|
|
|
}
|
2017-01-12 09:13:37 -06:00
|
|
|
/* We need to give space for options menu */
|
|
|
|
#tb_toolbar-up_item_rightmenupadding {
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
2017-01-12 10:03:49 -06:00
|
|
|
#tb_toolbar-up_item_close {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-01-11 00:52:03 -06:00
|
|
|
}
|
|
|
|
|
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';
|
|
|
|
}
|
2017-02-05 15:24:05 -06:00
|
|
|
|
|
|
|
.loleaflet-annotation {
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-content-wrapper {
|
2017-03-01 15:40:57 -06:00
|
|
|
padding: 8px;
|
|
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
|
|
font-size: 13px;
|
2017-02-05 15:24:05 -06:00
|
|
|
text-align: left;
|
|
|
|
border-radius: 5px;
|
2017-03-07 19:35:50 -06:00
|
|
|
background-color: #efefef;
|
2017-03-01 15:40:57 -06:00
|
|
|
box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
|
2017-03-07 19:35:50 -06:00
|
|
|
color: #222;
|
2017-03-01 15:40:57 -06:00
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
2017-02-05 15:24:05 -06:00
|
|
|
}
|
|
|
|
|
2017-02-11 16:04:38 -06:00
|
|
|
.loleaflet-annotation-content {
|
|
|
|
margin: 3px 3px;
|
2017-02-05 15:24:05 -06:00
|
|
|
line-height: 1.4;
|
|
|
|
}
|
2017-02-11 16:04:38 -06:00
|
|
|
|
2017-03-01 15:40:57 -06:00
|
|
|
.loleaflet-annotation-content-author {
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 2px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
2017-02-14 14:37:16 -06:00
|
|
|
.loleaflet-annotation-edit {
|
|
|
|
margin: 3px 3px;
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
|
2017-02-11 16:04:38 -06:00
|
|
|
.loleaflet-annotation-textarea {
|
2017-03-01 15:40:57 -06:00
|
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
|
|
font-size: 13px;
|
2017-02-11 16:04:38 -06:00
|
|
|
border: 1px solid #c8c8c8;
|
|
|
|
resize: none;
|
2017-03-01 15:40:57 -06:00
|
|
|
background-color: white;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
width: 95%;
|
2017-02-11 16:04:38 -06:00
|
|
|
}
|
2017-02-24 13:19:48 -06:00
|
|
|
|
|
|
|
.loleaflet-cell-annotation {
|
|
|
|
background: red;
|
|
|
|
border: 1px solid red;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-div-layer {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
2017-03-01 15:40:57 -06:00
|
|
|
|
|
|
|
.loleaflet-annotation-table {
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: separate;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-img {
|
|
|
|
max-width: 32px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-author {
|
|
|
|
padding-left: 10px;
|
2017-04-12 09:57:37 -05:00
|
|
|
padding-right: 10px;
|
2017-03-01 15:40:57 -06:00
|
|
|
vertical-align: top;
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
2017-04-12 09:57:37 -05:00
|
|
|
.loleaflet-annotation-menu, .loleaflet-annotation-menu-redline, .loleaflet-redline-accept-button, .loleaflet-redline-reject-button {
|
|
|
|
margin: 0;
|
2017-03-23 07:04:35 -05:00
|
|
|
padding: 0;
|
2017-04-12 09:57:37 -05:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
vertical-align: top;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
display: inline-block;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-redline-accept-button {
|
2017-04-12 09:57:37 -05:00
|
|
|
background: url('../images/lc_accepttrackedchanges.svg') no-repeat center !important;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-redline-reject-button {
|
2017-04-12 09:57:37 -05:00
|
|
|
background: url('../images/lc_rejecttrackedchange.svg') no-repeat center !important;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
2017-04-12 09:57:37 -05:00
|
|
|
.loleaflet-annotation-menu, .loleaflet-annotation-menu-redline {
|
|
|
|
background: url(../images/submenu.svg) no-repeat center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-menu:hover, .loleaflet-annotation-menu-redline:hover, .loleaflet-redline-accept-button:hover, .loleaflet-redline-reject-button:hover {
|
|
|
|
border: 1px solid darkgrey;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
2017-03-01 15:40:57 -06:00
|
|
|
.loleaflet-annotation-date {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-userline {
|
|
|
|
background-color: darkblue;
|
|
|
|
width: 32px;
|
|
|
|
height: 6px;
|
|
|
|
}
|
|
|
|
|
2017-04-12 09:57:37 -05:00
|
|
|
.loleaflet-annotation-menubar {
|
2017-03-09 05:41:01 -06:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2017-04-12 09:57:37 -05:00
|
|
|
vertical-align: top;
|
2017-03-09 05:41:01 -06:00
|
|
|
}
|
2017-03-09 06:10:53 -06:00
|
|
|
|
|
|
|
.loleaflet-annotation-caption {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2017-03-09 20:39:48 -06:00
|
|
|
|
|
|
|
.loleaflet-bar {
|
|
|
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
|
|
|
border-radius: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 3px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a,
|
|
|
|
.loleaflet-bar a:hover {
|
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a {
|
|
|
|
background-position: 50% 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a:hover {
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a:first-child {
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a:last-child {
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a.leaflet-disabled {
|
|
|
|
cursor: default;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-control-scroll-up,
|
|
|
|
.loleaflet-control-scroll-down {
|
|
|
|
font: bold 18px 'Lucida Console', Monaco, monospace;
|
|
|
|
text-indent: 1px;
|
|
|
|
}
|