loleaflet/css/toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1854c0242bee0ad3c7507780042085b74781670f Author: Pedro <[email protected]> AuthorDate: Mon Oct 7 12:04:32 2019 +0200 Commit: Szymon Kłos <[email protected]> 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 <[email protected]> Tested-by: Szymon Kłos <[email protected]> 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{ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
