12dee85ef8
Rather than accessing them using '/dist/', access them using the version (git hash) in the url. Change-Id: I999bd99a13dbf92b26641e3bd5c9e0b7468bb654
324 lines
10 KiB
CSS
324 lines
10 KiB
CSS
#toolbar {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding-bottom: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
#toolbar-up {
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
padding: 6px;
|
|
padding-top: 6px;
|
|
padding-bottom: 4px;
|
|
z-index: 1000;
|
|
margin-top: 25px;
|
|
}
|
|
|
|
#toolbar-down {
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
#toolbar-up-more {
|
|
position: absolute;
|
|
right: 10px;
|
|
width: 200px;
|
|
top: 65px;
|
|
border: 1px solid darkgrey;
|
|
z-index: 1000;
|
|
display: none;
|
|
}
|
|
|
|
#spreadsheet-toolbar {
|
|
left: 0;
|
|
text-align: center;
|
|
bottom: 33px;
|
|
padding: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
#presentation-toolbar {
|
|
background: #DFDFDF;
|
|
left: 0;
|
|
text-align: center;
|
|
bottom: 33px;
|
|
width: 203px;
|
|
padding: 0;
|
|
position: absolute;
|
|
z-index: 500;
|
|
}
|
|
|
|
/* center the toolbar */
|
|
#tb_presentation-toolbar_item_left {
|
|
width: 50%;
|
|
}
|
|
/* leave space for branding logo */
|
|
#tb_toolbar-up_item_left {
|
|
width: 0;
|
|
padding-left: 125px;
|
|
}
|
|
|
|
#formulaInput {
|
|
height: 29px;
|
|
width: 800px;
|
|
}
|
|
#tb_toolbar-up_item_close {
|
|
position: absolute;
|
|
padding-right: 6px;
|
|
margin-top: -25px;
|
|
z-index: 1050;
|
|
right: 0;
|
|
}
|
|
#tb_toolbar-up_item_right {
|
|
width: 100%;
|
|
}
|
|
|
|
#tb_toolbar-down_item_left {
|
|
width: 45%;
|
|
}
|
|
#tb_toolbar-down_item_right {
|
|
width: 100%;
|
|
}
|
|
|
|
.w2ui-button{
|
|
margin:0 !important;
|
|
}
|
|
|
|
.w2ui-tb-image {
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
}
|
|
|
|
.w2ui-break {
|
|
margin:0 4px !important;
|
|
}
|
|
|
|
.leaflet-bar a {
|
|
float: left;
|
|
}
|
|
|
|
div .leaflet-bar a:last-child {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.leaflet-control-zoom.leaflet-bar {
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
div.leaflet-control-zoom leaflet-bar {
|
|
width: 53px;
|
|
}
|
|
|
|
div .leaflet-bar a:first-child {
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
|
|
div .leaflet-bar a:last-child {
|
|
border-radius: 0 4px 4px 0;
|
|
}
|
|
|
|
label.leaflet-control-editviewswitch {
|
|
padding: 0.2em 0.4em 0.2em 0em;
|
|
}
|
|
|
|
input.leaflet-control-search-bar {
|
|
padding: 0.3em;
|
|
max-width: 100px;
|
|
}
|
|
|
|
.leaflet-control-fonts-container {
|
|
display: inline;
|
|
}
|
|
|
|
select {
|
|
padding: 0.2em 0.4em 0.4em 0em;
|
|
background-color: white;
|
|
}
|
|
|
|
button.leaflet-control-search-prev {
|
|
margin-left: 0.2em;
|
|
}
|
|
|
|
button.leaflet-control-search-next
|
|
, leaflet-control-search-cancel {
|
|
margin-right: 0.2em;
|
|
}
|
|
|
|
#toolbar label
|
|
, .leaflet-control-search {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.search-not-found {
|
|
background-color: red !important;
|
|
-webkit-transition: background-color 0.8s linear;
|
|
-moz-transition: background-color 0.8s linear;
|
|
-o-transition: background-color 0.8s linear;
|
|
transition: background-color 0.8s linear;
|
|
|
|
}
|
|
|
|
#zoomlevel {
|
|
min-width: 36px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* select box */
|
|
.select2-results__option {
|
|
padding: 5px;
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.select2-selection__rendered {
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
.styles-select {
|
|
width: 180px;
|
|
}
|
|
.fonts-select {
|
|
width: 150px;
|
|
}
|
|
.fontsizes-select {
|
|
width: 70px;
|
|
}
|
|
.evo-cp-wrap {
|
|
/* hide the color pick div */
|
|
width: 1px !important;
|
|
}
|
|
|
|
.font-color-indicator,
|
|
.back-color-indicator {
|
|
width: 24px;
|
|
height: 6px;
|
|
margin-top: -7px !important;
|
|
margin-left: 5px !important;
|
|
position: fixed;
|
|
background: transparent;
|
|
}
|
|
|
|
.back-color-indicator {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
|
|
.w2ui-icon.accepttrackedchanges{ background: url('../images/lc_accepttrackedchanges.png') no-repeat center !important; }
|
|
.w2ui-icon.alignblock{ background: url('../images/lc_alignblock.png') no-repeat center !important; }
|
|
.w2ui-icon.alignhorizontal{ background: url('../images/lc_alignhorizontalcenter.png') no-repeat center !important; }
|
|
.w2ui-icon.alignleft{ background: url('../images/lc_alignleft.png') no-repeat center !important; }
|
|
.w2ui-icon.alignright{ background: url('../images/lc_alignright.png') no-repeat center !important; }
|
|
.w2ui-icon.autosum{ background: url('../images/lc_autosum.png') no-repeat center !important; }
|
|
.w2ui-icon.backcolor{ background: url('../images/lc_backcolor.png') no-repeat center !important; }
|
|
.w2ui-icon.bold{ background: url('../images/lc_bold.png') no-repeat center !important; }
|
|
.w2ui-icon.annotation{ background: url('../images/lc_showannotations.png') no-repeat center !important; }
|
|
.w2ui-icon.bullet{ background: url('../images/lc_defaultbullet.png') no-repeat center !important; }
|
|
.w2ui-icon.cancel{ background: url('../images/lc_cancel.png') no-repeat center !important; }
|
|
.w2ui-icon.color{ background: url('../images/lc_color.png') no-repeat center !important; }
|
|
.w2ui-icon.closedoc{ background: url('../images/lc_closedoc.png') no-repeat center !important; }
|
|
.w2ui-icon.decrementindent{ background: url('../images/lc_decrementindent.png') no-repeat center !important; }
|
|
.w2ui-icon.deletepage{ background: url('../images/lc_deletepage.png') no-repeat center !important; }
|
|
.w2ui-icon.duplicatepage{ background: url('../images/lc_duplicatepage.png') no-repeat center !important; }
|
|
.w2ui-icon.edit{ background: url('../images/lc_editdoc.png') no-repeat center !important; }
|
|
.w2ui-icon.equal{ background: url('../images/lc26049.png') no-repeat center !important; }
|
|
.w2ui-icon.help{ background: url('../images/lc_helpindex.png') no-repeat center !important; }
|
|
.w2ui-icon.incrementindent{ background: url('../images/lc_decrementlevel.png') no-repeat center !important; }
|
|
.w2ui-icon.insertpage{ background: url('../images/lc_insertpage.png') no-repeat center !important; }
|
|
.w2ui-icon.italic{ background: url('../images/lc_italic.png') no-repeat center !important; }
|
|
.w2ui-icon.insertgraphic{ background: url('../images/lc_gallery.png') no-repeat center !important; }
|
|
.w2ui-icon.inserttable{ background: url('../images/lc_inserttable.png') no-repeat center !important; }
|
|
.w2ui-icon.next{ background: url('../images/lc_downsearch.png') no-repeat center !important; }
|
|
.w2ui-icon.numbering{ background: url('../images/lc_defaultnumbering.png') no-repeat center !important; }
|
|
.w2ui-icon.presentation{ background: url('../images/lc_dia.png') no-repeat center !important; }
|
|
.w2ui-icon.prev{ background: url('../images/lc_upsearch.png') no-repeat center !important; }
|
|
.w2ui-icon.print{ background: url('../images/lc_print.png') no-repeat center !important; }
|
|
.w2ui-icon.redo{ background: url('../images/lc_redo.png') no-repeat center !important; }
|
|
.w2ui-icon.save{ background: url('../images/lc_save.png') no-repeat center !important; }
|
|
.w2ui-icon.saveas{ background: url('../images/lc_saveas.png') no-repeat center !important; }
|
|
.w2ui-icon.strikeout{ background: url('../images/lc_strikeout.png') no-repeat center !important; }
|
|
.w2ui-icon.insertfootnote{ background: url('../images/lc_insertfootnote.png') no-repeat center !important; }
|
|
.w2ui-icon.underline{ background: url('../images/lc_underline.png') no-repeat center !important; }
|
|
.w2ui-icon.undo{ background: url('../images/lc_undo.png') no-repeat center !important; }
|
|
.w2ui-icon.zoomin{ background: url('../images/plus.png') no-repeat center !important; }
|
|
.w2ui-icon.zoomout{ background: url('../images/minus.png') no-repeat center !important; }
|
|
.w2ui-icon.zoomreset{ background: url('../images/lc_view100.png') no-repeat center !important; }
|
|
.w2ui-icon.more{ background: url('../images/lc_downsearch.png') no-repeat center !important; }
|
|
.w2ui-icon.firstrecord{ background: url('../images/lc_firstrecord.png') no-repeat center !important; }
|
|
.w2ui-icon.nextrecord{ background: url('../images/lc_nextrecord.png') no-repeat center !important; }
|
|
.w2ui-icon.prevrecord{ background: url('../images/lc_prevrecord.png') no-repeat center !important; }
|
|
.w2ui-icon.lastrecord{ background: url('../images/lc_lastrecord.png') no-repeat center !important; }
|
|
.w2ui-icon.wraptext{ background: url('../images/lc_wraptext.png') no-repeat center !important; }
|
|
.w2ui-icon.togglemergecells{ background: url('../images/lc_togglemergecells.png') no-repeat center !important; }
|
|
.w2ui-icon.numberformatcurrency{ background: url('../images/lc_currencyfield.png') no-repeat center !important; }
|
|
.w2ui-icon.numberformatpercent{ background: url('../images/lc_numberformatpercent.png') no-repeat center !important; }
|
|
.w2ui-icon.numberformatdecimal{ background: url('../images/lc_numberformatdecimal.png') no-repeat center !important; }
|
|
.w2ui-icon.numberformatdate{ background: url('../images/lc_datefield.png') no-repeat center !important; }
|
|
.w2ui-icon.numberformatincdecimals{ background: url('../images/lc_numberformatincdecimals.png') no-repeat center !important; }
|
|
.w2ui-icon.numberformatdecdecimals{ background: url('../images/lc_numberformatdecdecimals.png') no-repeat center !important; }
|
|
.w2ui-icon.sortascending{ background: url('../images/lc_sortascending.png') no-repeat center !important; }
|
|
.w2ui-icon.sortdescending{ background: url('../images/lc_sortdescending.png') no-repeat center !important; }
|
|
.w2ui-icon.selected{ background: url('../images/lc_ok.png') no-repeat center !important; }
|
|
.w2ui-icon.repair{ background: url('../images/lc_backward.png') no-repeat center !important; }
|
|
|
|
.inserttable-pop {
|
|
z-index: 100000;
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
/* for 10x10 grid 10x20+10*.col.margin */
|
|
.inserttable-grid {
|
|
box-sizing: border-box;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
position: relative;
|
|
padding: 2px;
|
|
display: block;
|
|
width: 232px;
|
|
height: 232px;
|
|
}
|
|
|
|
.inserttable-grid .row {
|
|
height: 20px;
|
|
}
|
|
|
|
.inserttable-grid .col {
|
|
height: 100%;
|
|
float: left;
|
|
padding: 2px;
|
|
width: 20px;
|
|
border: 1px;
|
|
border-style: solid;
|
|
border-color: rgba(120, 120, 120, 0.5);
|
|
background: rgba(255, 255, 255, 1);
|
|
margin: 3px 0 0 3px;
|
|
}
|
|
|
|
.inserttable-grid .col.bright {
|
|
border: 0px;
|
|
background: rgba(66, 151, 215, 1);
|
|
}
|
|
|
|
tr.useritem:hover {
|
|
cursor: default;
|
|
background-color: rgba(67, 172, 232, 0.25);
|
|
}
|
|
|
|
tr.useritem > td {
|
|
padding: 7px;
|
|
}
|
|
|
|
tr.useritem > td.usercolor {
|
|
display: inline-block;
|
|
top: 5px;
|
|
left: 3px;
|
|
position: relative;
|
|
}
|