[Libreoffice-commits] online.git: loleaflet/dist

Henry Castro hcastro at collabora.com
Sun Nov 15 15:19:21 PST 2015


 loleaflet/dist/leaflet.css |   86 ++++++++++++++++++++++++++-------------------
 1 file changed, 50 insertions(+), 36 deletions(-)

New commits:
commit 85b242a791cb63ccbd5bd9c1a4652cd782282f06
Author: Henry Castro <hcastro at collabora.com>
Date:   Sun Nov 15 19:17:26 2015 -0400

    loleaflet: update row/columns styles

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index af534ee..d31be8a 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -737,7 +737,7 @@ a.leaflet-control-buttons:hover:first-child {
         top: 100px !important;
         left: 50px !important;
 	bottom: 20px !important;
-}
+        }
 
 .spreadsheet-container-column {
         position: absolute;
@@ -747,9 +747,7 @@ a.leaflet-control-buttons:hover:first-child {
         height: 20px;
         margin: 0px;
         padding: 0px;
-        border-width: 0px;
-        overflow: hidden;
-}
+        }
 
 .spreadsheet-container-table {
         table-layout: fixed;
@@ -760,53 +758,70 @@ a.leaflet-control-buttons:hover:first-child {
         border-width: 0px;
         margin: 0px;
         padding: 0px;
-}
+        }
 
-.spreadsheet-container-th-corner {
+.spreadsheet-table-corner {
+        table-layout: fixed;
+        width: 100%;
+        height: 100%;
+        border-spacing: 0px;
+        margin: 0px;
+        padding: 0px;
         border: 1px solid black;
         background-color: darkgrey;
+        }
+
+.spreadsheet-container-th-corner {
         padding: 0px;
         margin: 0px;
-        border-width: 1px;
-        width: 47px;  /* 50px - 2px (border) - 1px (border-collapse)*/
-        height: 19px;
-}
+        width: 50px;
+        height: 20px;
+        }
 
 .spreadsheet-container-th-column {
         padding: 0px;
         margin: 0px;
         border-width: 0px;
-}
-
-.spreadsheet-container-column-inner {
-        width: 100%;
-        height: 100%;
         overflow: hidden;
-}
+        }
 
-#spreadsheet-table-column {
+.spreadsheet-table-column {
         table-layout: fixed;
         left: 0px;
         width: 100%;
         height: 100%;
-        border-spacing: 0px !important;
-        border-collapse: collapse !important;
+        border-spacing: 0px;
         position: relative;
         margin: 0px;
         padding: 0px;
-}
+        }
 
 .spreadsheet-table-column-cell {
-        border: 1px solid black;
+        border-left: 0px;
+        border-right: 1px solid black;
+        border-top: 1px solid black;
+        border-bottom: 1px solid black;
         background-color: darkgrey;
         overflow: hidden;
-        min-width: 1px;
+        font-size: 90%;
+        padding: 0px;
+        margin: 0px;
+        }
+
+.spreadsheet-table-column-cell-text {
         text-overflow: ellipsis;
         white-space: nowrap;
-        font-size: 90%;
         padding: 0px;
         margin: 0px;
-}
+        }
+
+.spreadsheet-table-row-cell-text {
+        text-overflow: ellipsis;
+        white-space: nowrap;
+        padding: 0px;
+        margin: 0px;
+        height: 100%;
+        }
 
 .spreadsheet-container-row {
         position: absolute;
@@ -815,30 +830,29 @@ a.leaflet-control-buttons:hover:first-child {
         width: 50px;
         bottom: 20px;
         overflow: hidden;
-}
-
-.spreadsheet-container-row-inner {
-        width: 100%;
-}
+        }
 
-#spreadsheet-table-row {
+.spreadsheet-table-row {
         table-layout: fixed;
         width: 100%;
         height: 100%;
         border-spacing: 0px !important;
-        border-collapse: collapse !important;
         position: relative;
-}
+        margin: 0px;
+        padding: 0px;
+        }
 
 .spreadsheet-table-row-cell {
-        border: 1px solid black;
+        border-top: 0px;
+        border-left: 1px solid black;
+        border-right: 1px solid black;
+        border-bottom: 1px solid black;
         background-color: darkgrey;
-        white-space: nowrap;
-        text-overflow: ellipsis;
         font-size: 90%;
         padding: 0px;
         margin: 0px;
-}
+        overflow: hidden;
+        }
 
 .spreadsheet-tab {
 	margin: 0;


More information about the Libreoffice-commits mailing list