summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loleaflet/debug/document/document_simple_example.html2
-rw-r--r--loleaflet/dist/leaflet.css99
-rw-r--r--loleaflet/dist/spreadsheet.css128
-rw-r--r--loleaflet/dist/tabsControl.css29
4 files changed, 129 insertions, 129 deletions
diff --git a/loleaflet/debug/document/document_simple_example.html b/loleaflet/debug/document/document_simple_example.html
index e336b605a..da859079a 100644
--- a/loleaflet/debug/document/document_simple_example.html
+++ b/loleaflet/debug/document/document_simple_example.html
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="../../dist/partsPreviewControl.css">
<link rel="stylesheet" href="../../dist/scrollBar.css">
<link rel="stylesheet" href="../../dist/searchControl.css">
-<link rel="stylesheet" href="../../dist/tabsControl.css">
+<link rel="stylesheet" href="../../dist/spreadsheet.css">
<link rel="stylesheet" href="../../plugins/draw-0.2.4/dist/leaflet.draw.css">
<link rel="stylesheet" href="../../src/scrollbar/jquery.mCustomScrollbar.css">
<link rel="stylesheet" href="../../dist/dialog/vex.css" />
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;
diff --git a/loleaflet/dist/spreadsheet.css b/loleaflet/dist/spreadsheet.css
new file mode 100644
index 000000000..624051439
--- /dev/null
+++ b/loleaflet/dist/spreadsheet.css
@@ -0,0 +1,128 @@
+.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%;
+ }
diff --git a/loleaflet/dist/tabsControl.css b/loleaflet/dist/tabsControl.css
deleted file mode 100644
index 030cb95bc..000000000
--- a/loleaflet/dist/tabsControl.css
+++ /dev/null
@@ -1,29 +0,0 @@
-.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;
- }