loleaflet/css/spreadsheet-mobile.css |    2 +-
 loleaflet/css/spreadsheet.css        |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 0b4c7fd66c0122f5f84d48dd67b1321cf74a69df
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Thu Feb 27 11:15:23 2020 +0530
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Fri Mar 27 09:58:45 2020 +0100

    leaflet-css: follow up for making sheet tab taller
    
    "+" button for adding sheets aligned
    sheets name aligned to center
    
    Change-Id: Ie180ba668172ed4853bc43e49a1c143c56ef80ad
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89607
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/spreadsheet-mobile.css 
b/loleaflet/css/spreadsheet-mobile.css
index f9ddc4755..a981eb030 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -72,7 +72,7 @@
                border-top: 1px solid #eceff4;
                height: 40px;
                padding-top: 6px;
-               padding-left: 0px;
+               padding-left: 1px;
                padding-bottom: 0px;
                padding-right: 0px;
        }
diff --git a/loleaflet/css/spreadsheet.css b/loleaflet/css/spreadsheet.css
index bf70c9663..260411847 100644
--- a/loleaflet/css/spreadsheet.css
+++ b/loleaflet/css/spreadsheet.css
@@ -47,7 +47,7 @@
        margin-right: 3px;
        padding-left: 9px;
        padding-right: 9px;
-       padding-top: 10px;
+       padding-top: 8px;
        padding-bottom: 5px;
 
        font: 12px/1.5 "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
@@ -61,7 +61,9 @@
        background: white !important;
        color: black !important;
        margin-top: 0px;
-       padding-top: 12px;
+       padding-top: 9px;
+       padding-bottom: 5px;
+       margin-top: 2px;
        border: 1px solid #dfdfdf;
        border-top: 0px;
        }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to