diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-01-20 12:32:44 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-01-20 12:51:41 +0100 |
commit | 09e69b17a9a54019ad0dfacd76cb64abfb1f907b (patch) | |
tree | 38a89e3e2a11ede402c9a2d9f9eb5d227da83b11 /loleaflet/dist/leaflet.css | |
parent | f429001ff9ed1a903b6687b8798fa8d8698c7adb (diff) |
loleaflet: Move the spreadsheet headers / footers css to spreadsheet.css
Diffstat (limited to 'loleaflet/dist/leaflet.css')
-rw-r--r-- | loleaflet/dist/leaflet.css | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css index 9fc40118c..4170f47ce 100644 --- a/loleaflet/dist/leaflet.css +++ b/loleaflet/dist/leaflet.css @@ -644,105 +644,6 @@ a.leaflet-control-buttons:hover:first-child { border: none; } -.spreadsheet-document { - border-top: 1px solid #B6B6B6 !important; - top: 100px !important; - left: 50px !important; - bottom: 20px !important; - } - -.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%; - } - .slide-show { background: #FFF; display: block; |