loleaflet/css/toolbar.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 97300e1591895f8eb352b307302e8b6e41f845dc Author: Pedro <[email protected]> AuthorDate: Tue Oct 15 16:38:49 2019 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Wed Oct 16 10:12:05 2019 +0200 Fix alignment of pop-down arrow and its header Change-Id: Iee1248b374af7977414c16b034f3bbfeef5b6b91 Reviewed-on: https://gerrit.libreoffice.org/80843 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 6581602e3..8609c02ce 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -1005,12 +1005,11 @@ tr.useritem > td > img { #mobile-wizard-back.close-button { transform: rotate(-90deg); background-position-x: center; - background-position-y: 16px; } #mobile-wizard-back { background-image: url('images/lc_closedocmobile.svg'); background-repeat: no-repeat; - width: 68px; + width: 48px; background-position-x: 16px; background-position-y: center; height: 20px; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
