loleaflet/debug/document/document_simple_example.html |    2 
 loleaflet/dist/leaflet.css                            |   99 -------------
 loleaflet/dist/spreadsheet.css                        |  128 ++++++++++++++++++
 loleaflet/dist/tabsControl.css                        |   29 ----
 4 files changed, 129 insertions(+), 129 deletions(-)

New commits:
commit 31b4e3a80092635aa94520a673a14b995c218584
Author: Jan Holesovsky <[email protected]>
Date:   Wed Jan 20 12:32:44 2016 +0100

    loleaflet: Move the spreadsheet headers / footers css to spreadsheet.css

diff --git a/loleaflet/debug/document/document_simple_example.html 
b/loleaflet/debug/document/document_simple_example.html
index f6d7d69..1f5b050 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 9fc4011..4170f47 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 0000000..6240514
--- /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 030cb95..0000000
--- 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;
-       }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to