[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/css

gokaysatir (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 2 16:42:33 UTC 2020


 loleaflet/css/toolbar.css |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 0c9d7bd8b6c8661cc29cc012933de03f22410fcc
Author:     gokaysatir <gokaysatir at collabora.com>
AuthorDate: Wed Sep 2 19:36:24 2020 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Sep 2 18:42:14 2020 +0200

    leaflet: Insert shape dialog icon height adjustment.
    
    Change-Id: I17cd5701cb5b8fa2f03be76ee83df225b25bca39
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101949
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index b5c69c9f8..0c99b92f5 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -799,7 +799,6 @@ button.leaflet-control-search-next
 }
 
 .insertshape-grid .row {
-		height: 30px;
 		height: auto;
 		position: static;
 		text-align: left;
@@ -810,8 +809,7 @@ button.leaflet-control-search-next
 }
 
 .insertshape-grid .col {
-		height: 100%;
-		float: left;
+		height: 30px;
 		padding: 2px;
 		width: 30px;
 		border: 1px solid transparent;


More information about the Libreoffice-commits mailing list