libreoffice-online/loleaflet/dist/spreadsheet.css

128 lines
2.3 KiB
CSS

.spreadsheet-document {
border-top: 1px solid #B6B6B6 !important;
top: 100px !important;
left: 50px !important;
bottom: 20px !important;
}
.spreadsheet-tab {
margin: 0;
padding: 0;
bottom: 0;
position: absolute;
cursor: pointer;
}
.spreadsheet-tab li {
float: left;
list-style: none;
margin: 0;
padding: 0;
margin-left: 2px;
}
.spreadsheet-tab li {
display: block;
border: #B9B9B9 1px solid;
background: #A8A8A8;
color: #FFFFFF;
text-decoration: none;
}
.spreadsheet-tab li.selected {
background: #FFFFFF;
color: #7E7E7E;
border-top: #FFF 1px solid;
}
.spreadsheet-header-corner {
border-top: 1px solid darkgrey;
border-left: 1px solid darkgrey;
border-right: 1px solid darkgrey;
border-bottom: 1px solid darkgrey;
background-color: lightgrey;
position: absolute;
padding: 0px;
margin: 0px;
left: 0px;
top: 80px;
width: 49px;
height: 19px;
}
.spreadsheet-header-columns-container {
border-top: 1px solid darkgrey;
border-left: 1px solid darkgrey;
border-right: 1px solid darkgrey;
border-bottom: 1px solid darkgrey;
background-color: lightgrey;
position: absolute;
display: inline-block;
white-space: nowrap;
left: 49px;
top: 80px;
right: 0;
height: 19px;
overflow: hidden;
}
.spreadsheet-header-columns {
display: inline-block;
white-space: nowrap;
width: 100%;
height: 100%;
position: relative;
margin: 0px;
padding: 0px;
}
.spreadsheet-header-column {
border-right: 1px solid darkgrey;
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
display: inline-block;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0px;
margin: 0px;
height: 100%;
}
.spreadsheet-header-rows-container {
border-top: 1px solid darkgrey;
border-left: 1px solid darkgrey;
border-right: 1px solid darkgrey;
border-bottom: 1px solid darkgrey;
background-color: lightgrey;
position: absolute;
left: 0;
top: 100px;
width: 48px;
bottom: 20px;
overflow: hidden;
}
.spreadsheet-header-rows {
width: 100%;
height: 100%;
border-spacing: 0px !important;
position: relative;
margin: 0px;
padding: 0px;
}
.spreadsheet-header-row {
border-bottom: 1px solid darkgrey;
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
text-overflow: ellipsis;
text-align: center;
white-space: nowrap;
padding: 0px;
margin: 0px;
height: 100%;
}