From d75eb80c4d382f4ff4b928a679a65e36b8ef2276 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 19 Jul 2021 19:48:11 +0300 Subject: [PATCH 1/3] [PE mobile] Fix Bug 51377 --- apps/presentationeditor/mobile/locale/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 4989a84af..4e78ef552 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -374,7 +374,9 @@ "textZoom": "Zoom", "textZoomIn": "Zoom In", "textZoomOut": "Zoom Out", - "textZoomRotate": "Zoom and Rotate" + "textZoomRotate": "Zoom and Rotate", + "textBullets": "Bullets", + "textNumbers": "Numbers" }, "Settings": { "mniSlideStandard": "Standard (4:3)", From 5117ed8834e78c4f036d3896c7a8d981262e1a83 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 19 Jul 2021 19:54:51 +0300 Subject: [PATCH 2/3] [DE mobile] Fix Bug 51378 --- apps/documenteditor/mobile/locale/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 2c38f5860..5baddb132 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -293,7 +293,9 @@ "textTopAndBottom": "Top and Bottom", "textTotalRow": "Total Row", "textType": "Type", - "textWrap": "Wrap" + "textWrap": "Wrap", + "textBullets": "Bullets", + "textNumbers": "Numbers" }, "Error": { "convertationTimeoutText": "Conversion timeout exceeded.", From 24f74aa1999c7f6fa811e5cbf65452687b0119a8 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 20 Jul 2021 18:30:21 +0300 Subject: [PATCH 3/3] Fix Bug 51402 --- apps/common/mobile/resources/less/common.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/common/mobile/resources/less/common.less b/apps/common/mobile/resources/less/common.less index 9b9d9ee48..fd53af7de 100644 --- a/apps/common/mobile/resources/less/common.less +++ b/apps/common/mobile/resources/less/common.less @@ -386,9 +386,9 @@ .page { .color-palettes { .list { - .palette { - padding: 8px 0px; - .row { + ul { + .palette { + padding: 8px 0px; a { flex-grow: 1; position: relative; @@ -411,7 +411,7 @@ background-size: 100% 100%; .encoded-svg-background(""); } - } + } } } }