From 2da74215682b14629f546497ecdd9869c9c9c89a Mon Sep 17 00:00:00 2001 From: Eric Fleming Date: Wed, 28 Aug 2019 20:18:20 -0400 Subject: [PATCH] Updating the styles/page layout of the register page --- .../Identity/Pages/Account/Register.cshtml | 52 ++++++++++--------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/src/Web/Areas/Identity/Pages/Account/Register.cshtml b/src/Web/Areas/Identity/Pages/Account/Register.cshtml index 53385e8..4e84dc9 100644 --- a/src/Web/Areas/Identity/Pages/Account/Register.cshtml +++ b/src/Web/Areas/Identity/Pages/Account/Register.cshtml @@ -4,32 +4,36 @@ ViewData["Title"] = "Register"; } -

@ViewData["Title"]

+
-
-
-
-

Create a new account.

-
-
-
- - - -
-
- - - -
-
- - - -
- -
+

@ViewData["Title"]

+ +
+
+
+

Create a new account.

+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ +
+
+
@section Scripts {