diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index def47747a..b50b95340 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -177,10 +177,16 @@ "menuReviewChange": "Review Change", "menuSplit": "Split", "menuViewComment": "View Comment", + "menuStartNewList": "Start new list", + "menuStartNumberingFrom": "Set numbering value", + "menuContinueNumbering": "Continue numbering", "textColumns": "Columns", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "textRows": "Rows" + "textRows": "Rows", + "textOk": "OK", + "textCancel": "Cancel", + "textNumberingValue": "Numbering Value" }, "Edit": { "notcriticalErrorTitle": "Warning", diff --git a/apps/documenteditor/mobile/src/less/app-ios.less b/apps/documenteditor/mobile/src/less/app-ios.less index d4d95057a..1fb9a1d9b 100644 --- a/apps/documenteditor/mobile/src/less/app-ios.less +++ b/apps/documenteditor/mobile/src/less/app-ios.less @@ -4,6 +4,11 @@ background: #fff; } } + + // Stepper + .content-block.stepper-block { + margin: 20px 0; + } } // Color Schemes diff --git a/apps/documenteditor/mobile/src/less/app-material.less b/apps/documenteditor/mobile/src/less/app-material.less index 981437364..7c26f1924 100644 --- a/apps/documenteditor/mobile/src/less/app-material.less +++ b/apps/documenteditor/mobile/src/less/app-material.less @@ -51,6 +51,13 @@ font-size: 18px; } } + + // Stepper + .content-block.stepper-block { + display: flex; + justify-content: center; + margin: 30px 0 0; + } } // Color Schemes