loleaflet/css/loleaflet.css          |    2 +-
 loleaflet/css/spreadsheet-mobile.css |   10 +++++++---
 loleaflet/css/spreadsheet.css        |   12 ++++++------
 3 files changed, 14 insertions(+), 10 deletions(-)

New commits:
commit 38b4f579b42545fdc6861013319658ca792d5d5a
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Tue Feb 25 19:40:28 2020 +0530
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Feb 26 17:10:40 2020 +0100

    leaflet-CSS: Increased the sheet tab height
    
    Change-Id: Idf1d732700853d237339c16d991b32ec86ce90de
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89524
    Tested-by: Andras Timar <andras.ti...@collabora.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 512d747a6..1deeb8ad2 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -254,7 +254,7 @@ body {
 
        #document-container.readonly.spreadsheet-document {
                top: 61px !important;
-               bottom: 35px;
+               bottom: 42px;
        }
 
        #document-container.parts-preview-document {
diff --git a/loleaflet/css/spreadsheet-mobile.css 
b/loleaflet/css/spreadsheet-mobile.css
index b1cfae4fd..f9ddc4755 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -38,7 +38,7 @@
                border-radius: 3px;
                border-color: #fbfbfb;
                padding-top: 2px;
-               padding-bottom: 2px;
+               padding-bottom: 6px;
                margin-top: 4px;
        }
 
@@ -49,7 +49,7 @@
                border-top-right-radius: 0px;
                margin-top: 2px;
                padding-top: 5px;
-               padding-bottom: 3px;
+               padding-bottom: 7px;
        }
 
        .spreadsheet-tabs-container {
@@ -70,7 +70,11 @@
        #spreadsheet-toolbar{
                background-color: #fbfbfb;
                border-top: 1px solid #eceff4;
-               height: 33px;
+               height: 40px;
+               padding-top: 6px;
+               padding-left: 0px;
+               padding-bottom: 0px;
+               padding-right: 0px;
        }
        #spreadsheet-toolbar .w2ui-tb-image{
                padding-top: 0px !important;
diff --git a/loleaflet/css/spreadsheet.css b/loleaflet/css/spreadsheet.css
index 542d99a57..35b8863a7 100644
--- a/loleaflet/css/spreadsheet.css
+++ b/loleaflet/css/spreadsheet.css
@@ -2,7 +2,7 @@
                                border-top: 1px solid #B6B6B6;
                                top: 137px;
                                left: 50px;
-                               bottom: 68px;
+                               bottom: 75px;
 }
 
 #document-container.spreadsheet-document.readonly {
@@ -24,7 +24,7 @@
        bottom: 33px;
        position: absolute;
        cursor: pointer;
-       height: 32px;
+       height: 39px;
        overflow: hidden;
        white-space: nowrap;
 
@@ -46,8 +46,8 @@
        margin-right: 3px;
        padding-left: 9px;
        padding-right: 9px;
-       padding-top: 3px;
-       padding-bottom: 3px;
+       padding-top: 10px;
+       padding-bottom: 5px;
 
        font: 12px/1.5 "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
        display: inline-block;
@@ -60,7 +60,7 @@
        background: white !important;
        color: black !important;
        margin-top: 0px;
-       padding-top: 6px;
+       padding-top: 12px;
        border: 1px solid #dfdfdf;
        border-top: 0px;
        }
@@ -202,7 +202,7 @@
 .spreadsheet-header-row-resize {
        cursor: row-resize;
        }
-       
+
 .spreadsheet-cell-resize-marker {
        margin-left: 0px;
        margin-top: 0px;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to