From b11cf7cbef08d060defeab5f876aafbbb8892e23 Mon Sep 17 00:00:00 2001 From: Alex Jackson Date: Wed, 23 Jun 2021 15:14:25 +0100 Subject: [PATCH 1/2] HEEDLS-529 Fix back link spacing for Register journey pages --- .../Views/Register/LearnerInformation.cshtml | 35 +++++++++---------- .../Views/Register/Password.cshtml | 18 +++++----- 2 files changed, 24 insertions(+), 29 deletions(-) diff --git a/DigitalLearningSolutions.Web/Views/Register/LearnerInformation.cshtml b/DigitalLearningSolutions.Web/Views/Register/LearnerInformation.cshtml index 58392925af..8bde5ea846 100644 --- a/DigitalLearningSolutions.Web/Views/Register/LearnerInformation.cshtml +++ b/DigitalLearningSolutions.Web/Views/Register/LearnerInformation.cshtml @@ -1,5 +1,4 @@ -@using DigitalLearningSolutions.Web.ViewModels.MyAccount -@using DigitalLearningSolutions.Web.ViewModels.Register +@using DigitalLearningSolutions.Web.ViewModels.Register @model LearnerInformationViewModel @{ @@ -9,24 +8,22 @@
-
- - @if (errorHasOccurred) { - - } - -
-

Learner information

-
+ @if (errorHasOccurred) { + + } + +

Learner information

+ +
- + @if (errorHasOccurred) { + + } - @if (errorHasOccurred) { - - } - -
-

Create password

-
+

Create password

+ + + css-class="nhsuk-u-width-one-half" /> + css-class="nhsuk-u-width-one-half" /> From 9340ecd1362f542b19ee9e6cc4ec4b1cad4bbfaf Mon Sep 17 00:00:00 2001 From: Alex Jackson Date: Wed, 23 Jun 2021 15:17:52 +0100 Subject: [PATCH 2/2] HEEDLS-529 Increase spacing for h1 on personal info page --- .../Views/Register/PersonalInformation.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigitalLearningSolutions.Web/Views/Register/PersonalInformation.cshtml b/DigitalLearningSolutions.Web/Views/Register/PersonalInformation.cshtml index 3ec478c206..b6b6328a35 100644 --- a/DigitalLearningSolutions.Web/Views/Register/PersonalInformation.cshtml +++ b/DigitalLearningSolutions.Web/Views/Register/PersonalInformation.cshtml @@ -14,7 +14,7 @@ }
-

Register

+

Register

@if (Model.IsCentreSpecificRegistration) {