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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 13:28:00 UTC 2019


 loleaflet/css/toolbar.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ce491c6a227872e584808e49eca50ef93ae4899
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Mon Oct 7 12:22:16 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Oct 7 15:27:42 2019 +0200

    Fix mobille-wizard content's padding
    
    Change-Id: I7fc8ef5e3df51cf782a293cf0385b018e9c0ecbd
    Reviewed-on: https://gerrit.libreoffice.org/80366
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index a8e03e266..7dad0f77b 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -801,7 +801,7 @@ tr.useritem > td > img {
 .ui-content.mobile-wizard {
 	background-color: white !important;
 	border: none !important;
-	padding: 10px;
+	padding: 0px 12px 16px 12px;
 }
 
 .ui-header.mobile-wizard {


More information about the Libreoffice-commits mailing list