loleaflet/css/loleaflet.css | 9 ++- loleaflet/css/mobilewizard.css | 92 ++++++++++++++++++++++---------- loleaflet/images/lc_downloadas-doc.svg | 9 +++ loleaflet/images/lc_downloadas-docx.svg | 6 ++ loleaflet/images/lc_downloadas-ppt.svg | 6 ++ loleaflet/images/lc_downloadas-pptx.svg | 5 + loleaflet/images/lc_downloadas-xls.svg | 16 +++++ loleaflet/images/lc_downloadas-xlsx.svg | 6 ++ 8 files changed, 121 insertions(+), 28 deletions(-)
New commits: commit 164ae6d9bee369732658ff16ae042a2ee0cf400a Author: Pedro Pinto Silva <pedro.si...@collabora.com> AuthorDate: Tue Feb 18 17:33:24 2020 +0100 Commit: Pedro Pinto da Silva <pedro.si...@collabora.com> CommitDate: Wed Feb 19 09:12:36 2020 +0100 Mobile: add active, focus status to elements, add missing downloadasicons, fixes - mobileWizard: force row elements to be full width and adjust accordingly - edit FAButon: add press state and transition - mobileWizard: fix white space that sometimes appears between header and content - mobilewizard: make better use of space - mobilewizard [non tab layout]: make use of flex to place content full width and aligned to the center - Calc: mobileWizard: remove unecessary labels (format: NumberFormatCurrency, NumberFormatPercent, numberFormatDecimal) - Calc mobileWizard: Fix placement of NumberFormat buttons - Hamburger Menu: Fix positions - Hamburger Menu: add missing icons under download as - mobileWizard: make sure some labels do not wrap into a second line - mobileWizard: make use of percentages instead of px regarding margins - reduce svg size Change-Id: I10e46a88cf04afe02cafa6d10931daee119be27b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88970 Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com> Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com> diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 090c57b6d..eba91a207 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -202,7 +202,14 @@ body { height: 24px; background: url('images/baseline-edit-24px.svg') no-repeat center !important; } - +#mobile-edit-button:active{ + transform: scale(1.2); + transition: transform 0.5s; +} +#mobile-edit-button-image:active { + transform: rotate(45deg); + transition: transform 0.5s; +} @media (max-width: 900px) { #menu-last-mod { display: none; diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index 3cff1744e..6e38577ae 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -1,4 +1,11 @@ @media (max-width: 767px), (max-device-height: 767px), screen (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){ + .menuwizard .menu-entry-icon{ + padding-left: 4%; + } + #mobile-wizard:not(.menuwizard) .menu-entry-with-icon { + padding-left: 10px; + white-space: nowrap; + } span.menu-entry-icon img { width: 24px !important; margin: 4px !important; @@ -36,10 +43,10 @@ #leadingzeroes .spinfieldimage, #decimalplaces .spinfieldimage, .menu-entry-icon.setanchoratchar, .menu-entry-icon.setanchortochar, .menu-entry-icon.setanchortopage, .menu-entry-icon.setanchortocellresize, .menu-entry-icon.setanchortocell{ display: none; } - .ui-header.level-1.mobile-wizard.ui-widget img[src^='images/lc_downloadas-doc'], .ui-header.level-1.mobile-wizard.ui-widget img[src^='images/lc_downloadas-pp'],.ui-header.level-1.mobile-wizard.ui-widget img[src^='images/lc_downloadas-xls'], .ui-header.level-2.mobile-wizard.ui-widget img[src='images/lc_deleterowbreak.svg'], .ui-header.level-2.mobile-wizard.ui-widget img[src='images/lc_deletecolumnbreak.svg']{ + .ui-header.level-2.mobile-wizard.ui-widget img[src='images/lc_deleterowbreak.svg'], .ui-header.level-2.mobile-wizard.ui-widget img[src='images/lc_deletecolumnbreak.svg']{ visibility: hidden; } - .menu-entry-icon.deleterowbreak, .menu-entry-icon.deletecolumnbreak, .menu-entry-icon.downloadas-xls, .menu-entry-icon.downloadas-xlsx, .menu-entry-icon.downloadas-doc, .menu-entry-icon.downloadas-docx, .menu-entry-icon.downloadas-ppt, .menu-entry-icon.downloadas-pptx{ + .menu-entry-icon.deleterowbreak, .menu-entry-icon.deletecolumnbreak{ background-color: #eeeeee; border-radius: 100px; box-shadow: inset 0 0px 0 8px white; @@ -68,7 +75,7 @@ .color-sample-selected { height: 32px !important; width: 32px !important; - border: 1px solid #8A8A8A; + box-shadow: 0px 0px 2px 0px #0000008f; border-radius: 100px; } @@ -108,6 +115,7 @@ .colors-container { display: table; + padding: 0 4%; } .colors-container-no-color-row { @@ -117,7 +125,7 @@ } .colors-container-basic-colors-row { - padding-bottom: 20px; + padding: 0 0 4% 0; } .colors-container-tints { @@ -164,13 +172,28 @@ background-repeat: no-repeat; background-size: auto; } - + p.mobile-wizard.ui-combobox-text { + margin: 0px; + display: inline-block; + width: 96%; + vertical-align: middle; + line-height: 42px; + padding-left: 4%; + } + #mobile-wizard-content > div .ui-widget, #mobile-wizard:not(.menuwizard) #mobile-wizard-content > .ui-widget{ + padding-left: 2% !important; + width: 96%; + } + #BackgroundColor > .ui-header-left { + width: 100% !important; + } p.mobile-wizard.ui-combobox-text:not(.selected) { color: #333333 !important; } p.mobile-wizard.ui-combobox-text.selected { background: url(images/lc_listitem-selected.svg) no-repeat right; + background-position-x: 94%; color: #0867af !important; } #mobile-wizard-content { @@ -187,13 +210,17 @@ background: url(images/lc_helpindex_secondary.svg) no-repeat right 16px bottom 88px / 124px !important; } #mobile-wizard-content:not(.with-slide-sorter-above){ - top: 63px !important; + top: 48px !important; } #mobile-wizard-content.with-slide-sorter-above { top: 128px !important; overflow-x: hidden; } - + #ParaPropertyPanel > .ui-content{ + display: flex; + flex-wrap: wrap !important; + justify-content: space-around; + } .with-slide-sorter-above > .ui-tabs-content > div[title=Layouts]{ justify-content: center; -ms-box-orient: horizontal !important; @@ -208,9 +235,20 @@ -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; } - #rotationlabel{ + #rotationlabel, #cellbackgroundlabel, #NumberFormatCurrency > .unolabel, #NumberFormatPercent > .unolabel, #NumberFormatDecimal > .unolabel{ display: none; } + #NumberFormatDecimal, #NumberFormatPercent{ + margin-left: 20%; + } + #NumberFormatCurrency { + margin-left: 4%; + } + #ScNumberFormatPropertyPanel .unospan-numberformat { + width: 32px; + float: left; + margin-bottom: 4%; + } @media (orientation: landscape) { #mobile-wizard-header{display: none;} #mobile-wizard-content.with-slide-sorter-above { @@ -243,10 +281,6 @@ box-shadow: 0px -2px 4px 1px #00000030 } - #mobile-wizard-tabs { - height: 63px; - } - #mobile-wizard-content *{ font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; color: #212121; @@ -263,24 +297,23 @@ .ui-content.mobile-wizard { background-color: white !important; border: none !important; - padding: 0px 12px 16px 12px; + padding: 0px 0px 16px 0px; } .ui-header.mobile-wizard { - width: 92%; + width: 100%; height: 56px !important; font-size: 11pt !important; margin: 0px; padding: 0px; border: solid 1px #fff; - padding-left: 4% !important; display: flex; flex-direction: row; align-items: center; background-color: #fff; } - .ui-header.mobile-wizard:active { + .ui-header.mobile-wizard:active, .mobile-wizard.ui-combobox-text:active, .ui-header.mobile-wizard:focus, .mobile-wizard.ui-combobox-text:focus, .ui-header.mobile-wizard:hover, .mobile-wizard.ui-combobox-text:hover { background-color: #eee; } @@ -314,7 +347,7 @@ } .sub-menu-title { - padding-left: 42px; + padding-left: 14%; } .sub-menu-title::before { width: 22px; @@ -326,6 +359,7 @@ margin: 0px 4px; background-color: #eee; border-radius: 20px; + margin-right: 4%; } .sub-menu-arrow { -webkit-transform: rotate(180deg); @@ -341,6 +375,7 @@ font-weight: bold; color: transparent !important; vertical-align: middle; + margin-right: 4%; } .func-info-icon { @@ -367,9 +402,12 @@ .ui-header-right { display: table; - margin-right: 10px; + margin-right: 4%; + } + .ui-header-left { + margin-left: 2%; + width: 42% !important; } - .ui-header.level-1.mobile-wizard.ui-widget .ui-header-left span.menu-entry-with-icon { vertical-align: middle; } @@ -382,7 +420,7 @@ height: 42px; display: table; width: 100%; - border-spacing: 10px; + padding: 0px; } .ui-tab.mobile-wizard { @@ -467,6 +505,7 @@ .spinfieldcontainer .sinfieldcontrols { height: 49px; + float: right; } .spinfieldcontainer input.spinfield { padding-top: 0px; @@ -553,9 +592,6 @@ .w2ui-icon.users{ background-size: 20px !important; } - .ui-content > div{ - margin:16px 0px; - } .ui-content label{ line-height: 44px; vertical-align: top; @@ -603,21 +639,23 @@ border-bottom: 1px solid #c2d5ed; color: #b3c5dc !important; margin-left: 4%; - width: 98%; + width: 94%; font-size: 12px; font-weight: bold; + clear: both; } + #DecrementIndent + input:disabled{display: none;} div#mobile-wizard-content input[type=number]{ height: 46px; - width: 110px; - margin-left: 10px; + width: 42%; + padding-left: 8%; border: none; -moz-appearance: textfield; } div#mobile-wizard-content .spinfieldcontainer{ height: 48px; - margin: 0px 0px 8px 4% !important; + margin: 0px 4% 8px 4% !important; border: 1px solid #ccc; border-radius: 2px; background-size: 28px; diff --git a/loleaflet/images/lc_downloadas-doc.svg b/loleaflet/images/lc_downloadas-doc.svg new file mode 100644 index 000000000..b6c0c8b25 --- /dev/null +++ b/loleaflet/images/lc_downloadas-doc.svg @@ -0,0 +1,9 @@ +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m14.283 22h5.7168v-3.3555l-5e-5 -1.5272v-9.0762c0-0.45068 0.09804-0.42541-0.60547-1.0664l-3.3066-3.2383c-0.70952-0.73686-0.71017-0.73633-1.0938-0.73633h-0.99414l-8.9999 8e-5c-0.554 0-1 0.446-1 1v17c0 0.554 0.446 1 1 1h5.1836m0.79295-0.99999h-5.9766v-17h9v4c0 0.554 0.446 1 1 1h4v7.623l5e-5 3.498v0.87893h-3.1816" fill="#808080"/> + <path d="m15 8h4l-4-4z" fill="#fff" fill-rule="evenodd"/> + <g> + <path d="m2.8008 11.926c-0.6075 0-1.1016 0.49211-1.1016 1.0996v8.7988c0 0.6075 0.49406 1.1016 1.1016 1.1016h8.7988c0.6075 0 1.0996-0.49406 1.0996-1.1016v-8.7988c0-0.6075-0.49211-1.0996-1.0996-1.0996z" fill="#185abd" stroke-width=".275"/> + <rect x="2.9492" y="18" width="8.5" height="1" fill="#fcfcfc" stroke-dasharray="13.52637089, 13.52637089" stroke-linecap="round" stroke-linejoin="round" stroke-width="13.526" style="paint-order:markers stroke fill"/> + <rect x="2.9492" y="16" width="6" height="1" fill="#fcfcfc" stroke-dasharray="11.36442466, 11.36442466" stroke-linecap="round" stroke-linejoin="round" stroke-width="11.364" style="paint-order:markers stroke fill"/> + </g> +</svg> diff --git a/loleaflet/images/lc_downloadas-docx.svg b/loleaflet/images/lc_downloadas-docx.svg new file mode 100644 index 000000000..fefb25b55 --- /dev/null +++ b/loleaflet/images/lc_downloadas-docx.svg @@ -0,0 +1,6 @@ +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m14.283 22h5.7168v-3.3555l-5e-5 -1.5272v-9.0762c0-0.45068 0.09804-0.42541-0.60547-1.0664l-3.3066-3.2383c-0.70952-0.73686-0.71017-0.73633-1.0938-0.73633h-0.99414l-8.9999 8e-5c-0.554 0-1 0.446-1 1v17c0 0.554 0.446 1 1 1h5.1836m0.79295-0.99999h-5.9766v-17h9v4c0 0.554 0.446 1 1 1h4v7.623l5e-5 3.498v0.87893h-3.1816" fill="#808080"/> + <path d="m15 8h4l-4-4z" fill="#fff" fill-rule="evenodd"/> + <path d="m2.8008 11.926c-0.6075 0-1.1016 0.49211-1.1016 1.0996v8.7988c0 0.6075 0.49406 1.1016 1.1016 1.1016h8.7988c0.6075 0 1.0996-0.49406 1.0996-1.1016v-8.7988c0-0.6075-0.49211-1.0996-1.0996-1.0996z" fill="#fcfcfc" stroke-width=".275"/> + <path d="m2.8008 11.926c-0.6075 0-1.1016 0.49211-1.1016 1.0996v8.7988c0 0.6075 0.49406 1.1016 1.1016 1.1016h8.7988c0.6075 0 1.0996-0.49406 1.0996-1.1016v-8.7988c0-0.6075-0.49211-1.0996-1.0996-1.0996h-8.7988zm0.54883 2.4746h1.1641l0.87695 4.2305c0.0195 0.08704 0.038461 0.2024 0.056641 0.3457 0.01818 0.14355 0.029486 0.27003 0.035156 0.37695h0.021484c0.0084-0.10134 0.023175-0.22364 0.046875-0.36719 0.0237-0.1433 0.047922-0.26483 0.070313-0.36328l0.9707-4.2227h1.2578l1.0059 4.1602c0.05033 0.20537 0.091535 0.46533 0.125 0.7832h0.017578c0.01397-0.21942 0.047639-0.47096 0.10352-0.75781l0.80469-4.1855h1.1445l-1.4082 6.0488h-1.3359l-0.96094-4.0078c-0.02794-0.11542-0.05883-0.26544-0.09375-0.45117-0.03493-0.18549-0.056123-0.31993-0.064453-0.4043h-0.017578c-0.01119 0.098449-0.032303 0.24352-0.064453 0.4375-0.03215 0.1942-0.058635 0.33877-0.078125 0.43164l-0.90039 3.9941h-1.3574l-1.4199-6.0488z" fill="#185abd" stroke-width=".275"/> +</svg> diff --git a/loleaflet/images/lc_downloadas-ppt.svg b/loleaflet/images/lc_downloadas-ppt.svg new file mode 100644 index 000000000..e38938026 --- /dev/null +++ b/loleaflet/images/lc_downloadas-ppt.svg @@ -0,0 +1,6 @@ +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m14.283 22h5.7168v-3.3555l-5e-5 -1.5272v-9.0762c0-0.45068 0.09804-0.42541-0.60547-1.0664l-3.3066-3.2383c-0.70952-0.73686-0.71017-0.73633-1.0938-0.73633h-0.99414l-8.9999 8e-5c-0.554 0-1 0.446-1 1v17c0 0.554 0.446 1 1 1h5.1836m0.79295-0.99999h-5.9766v-17h9v4c0 0.554 0.446 1 1 1h4v7.623l5e-5 3.498v0.87893h-3.1816" fill="#808080"/> + <path d="m15 8h4l-4-4z" fill="#fff" fill-rule="evenodd"/> + <path d="m2.8 11.925c-0.6075 0-1.1 0.4925-1.1 1.1v8.8c0 0.6075 0.4925 1.1 1.1 1.1h8.8c0.6075 0 1.1-0.4925 1.1-1.1v-8.8c0-0.6075-0.4925-1.1-1.1-1.1z" fill="#c43e1c" stroke-width=".275"/> + <path d="m10.2 17.925a3.5 3.5 0 0 1-2.1606 3.2336 3.5 3.5 0 0 1-3.8143-0.7587 3.5 3.5 0 0 1-0.7587-3.8143 3.5 3.5 0 0 1 3.2336-2.1606l-1e-7 3.5z" fill="#fcfcfc" stroke-dasharray="10.96845411, 10.96845411" stroke-linecap="round" stroke-linejoin="round" stroke-width="10.968" style="paint-order:markers stroke fill"/> +</svg> diff --git a/loleaflet/images/lc_downloadas-pptx.svg b/loleaflet/images/lc_downloadas-pptx.svg new file mode 100644 index 000000000..461ddcbc4 --- /dev/null +++ b/loleaflet/images/lc_downloadas-pptx.svg @@ -0,0 +1,5 @@ +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m14.283 22h5.7168v-3.3555l-5e-5 -1.5272v-9.0762c0-0.45068 0.09804-0.42541-0.60547-1.0664l-3.3066-3.2383c-0.70952-0.73686-0.71017-0.73633-1.0938-0.73633h-0.99414l-8.9999 8e-5c-0.554 0-1 0.446-1 1v17c0 0.554 0.446 1 1 1h5.1836m0.79295-0.99999h-5.9766v-17h9v4c0 0.554 0.446 1 1 1h4v7.623l5e-5 3.498v0.87893h-3.1816" fill="#808080"/> + <path d="m15 8h4l-4-4z" fill="#fff" fill-rule="evenodd"/> + <path d="m2.8 11.925c-0.6075 0-1.1 0.4925-1.1 1.1v8.8c0 0.6075 0.4925 1.1 1.1 1.1h8.8c0.6075 0 1.1-0.4925 1.1-1.1v-8.8c0-0.6075-0.4925-1.1-1.1-1.1zm2.2 2.2h2.7097c0.81273 0 1.4353 0.18261 1.867 0.54624 0.432 0.36388 0.64829 0.89085 0.64829 1.5807 0 0.443-0.10712 0.83685-0.32065 1.1816-0.21354 0.34507-0.51714 0.61311-0.91094 0.80459-0.39383 0.19121-0.85033 0.28682-1.3691 0.28682h-1.2499v2.475h-1.3745zm1.3745 1.1v2.2h1.0909c0.42526 0 0.74667-0.0959 0.96411-0.28735 0.21717-0.19173 0.32549-0.47139 0.32549-0.8395 0-0.71511-0.416-1.0731-1.2488-1.0731z" fill="#c43e1c" stroke-width=".275"/> +</svg> diff --git a/loleaflet/images/lc_downloadas-xls.svg b/loleaflet/images/lc_downloadas-xls.svg new file mode 100644 index 000000000..fde346b5b --- /dev/null +++ b/loleaflet/images/lc_downloadas-xls.svg @@ -0,0 +1,16 @@ +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m14.283 22h5.7168v-3.3555l-5e-5 -1.5272v-9.0762c0-0.45068 0.09804-0.42541-0.60547-1.0664l-3.3066-3.2383c-0.70952-0.73686-0.71017-0.73633-1.0938-0.73633h-0.99414l-8.9999 8e-5c-0.554 0-1 0.446-1 1v17c0 0.554 0.446 1 1 1h5.1836m0.79295-0.99999h-5.9766v-17h9v4c0 0.554 0.446 1 1 1h4v7.623l5e-5 3.498v0.87893h-3.1816" fill="#808080"/> + <path d="m15 8h4l-4-4z" fill="#fff" fill-rule="evenodd"/> + <path d="m2.8008 11.926c-0.6075 0-1.1016 0.49211-1.1016 1.0996v8.7988c0 0.6075 0.49406 1.1016 1.1016 1.1016h8.7988c0.6075 0 1.0996-0.49406 1.0996-1.1016v-8.7988c0-0.6075-0.49211-1.0996-1.0996-1.0996z" fill="#107c41" stroke-width=".275"/> + <g fill="#fcfcfc" stroke-dasharray="6.56125364, 6.56125364" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.5613"> + <rect x="2.9492" y="18" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="2.9492" y="16" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="6.1992" y="18" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="6.1992" y="16" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="9.674" y="18" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="9.674" y="16" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="2.9492" y="20" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="6.1992" y="20" width="2" height="1" style="paint-order:markers stroke fill"/> + <rect x="9.674" y="20" width="2" height="1" style="paint-order:markers stroke fill"/> + </g> +</svg> diff --git a/loleaflet/images/lc_downloadas-xlsx.svg b/loleaflet/images/lc_downloadas-xlsx.svg new file mode 100644 index 000000000..1e7eef0cf --- /dev/null +++ b/loleaflet/images/lc_downloadas-xlsx.svg @@ -0,0 +1,6 @@ +<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path d="m14.283 22h5.7168v-3.3555l-5e-5 -1.5272v-9.0762c0-0.45068 0.09804-0.42541-0.60547-1.0664l-3.3066-3.2383c-0.70952-0.73686-0.71017-0.73633-1.0938-0.73633h-0.99414l-8.9999 8e-5c-0.554 0-1 0.446-1 1v17c0 0.554 0.446 1 1 1h5.1836m0.79295-0.99999h-5.9766v-17h9v4c0 0.554 0.446 1 1 1h4v7.623l5e-5 3.498v0.87893h-3.1816" fill="#808080"/> + <path d="m15 8h4l-4-4z" fill="#fff" fill-rule="evenodd"/> + <path d="m2.8008 11.926c-0.6075 0-1.1016 0.49211-1.1016 1.0996v8.7988c0 0.6075 0.49406 1.1016 1.1016 1.1016h8.7988c0.6075 0 1.0996-0.49406 1.0996-1.1016v-8.7988c0-0.6075-0.49211-1.0996-1.0996-1.0996z" fill="#fcfcfc" stroke-width=".275"/> + <path d="m2.8008 11.926c-0.6075 0-1.1016 0.49211-1.1016 1.0996v8.7988c0 0.6075 0.49406 1.1016 1.1016 1.1016h8.7988c0.6075 0 1.0996-0.49406 1.0996-1.1016v-8.7988c0-0.6075-0.49211-1.0996-1.0996-1.0996h-8.7988zm1.5879 2.1992h1.5977l1.084 2.1035c0.099633 0.19943 0.16773 0.34914 0.20508 0.44726h0.015625c0.071968-0.1595 0.14673-0.31458 0.22461-0.46484l1.1582-2.0859h1.4668l-2.0371 3.2734 2.0879 3.3281h-1.5605l-1.252-2.3105c-0.05291-0.08569-0.10172-0.18878-0.14844-0.30859h-0.019531c-0.021752 0.07381-0.069868 0.17321-0.14453 0.29883l-1.2891 2.3203h-1.5703l2.168-3.3105-1.9863-3.291z" fill="#107c41" stroke-width=".275"/> +</svg> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits