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

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


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

New commits:
commit 1854c0242bee0ad3c7507780042085b74781670f
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Mon Oct 7 12:04:32 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Oct 7 15:35:27 2019 +0200

    Fix paddings from insert_mobile_wizard icon in the toolbar
    
    Change-Id: I6adca9a0b009f11bdf481048aea891265e279d70
    Reviewed-on: https://gerrit.libreoffice.org/80363
    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 da67b03a5..34eb8974c 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -27,7 +27,7 @@
 		border-right: none;
 		height: 35px !important;
 	}
-	#tb_actionbar_item_undo .w2ui-tb-image, #tb_actionbar_item_redo .w2ui-tb-image, #tb_actionbar_item_userlist, #tb_actionbar_item_mobile_wizard .w2ui-tb-image, #tb_actionbar_item_prev  .w2ui-tb-image, #tb_actionbar_item_next  .w2ui-tb-image{
+	#tb_actionbar_item_undo .w2ui-tb-image, #tb_actionbar_item_redo .w2ui-tb-image, #tb_actionbar_item_userlist, #tb_actionbar_item_mobile_wizard .w2ui-tb-image, #tb_actionbar_item_prev  .w2ui-tb-image, #tb_actionbar_item_next  .w2ui-tb-image, #tb_actionbar_item_insertion_mobile_wizard .w2ui-tb-image{
 	  min-width: 48px;
 	}
 	#toolbar-up .checked{


More information about the Libreoffice-commits mailing list