diff --git a/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml b/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml index c4e9a6d..9faa513 100644 --- a/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml +++ b/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml @@ -4,48 +4,46 @@ @{ ViewData["Title"] = "Log in"; } -
-

@ViewData["Title"]

-
-
-
-
-
- -
- - - -
-
- - - -
-
- -
-
- -
-
-

- Forgot your password? -

-

- Not a member yet? Create an account - here -

- -
-
-
-
+

@ViewData["Title"]

+
+
+
+
+
+ +
+ + + +
+
+ + + +
+
+ +
+
+ +
+
+

+ Forgot your password? +

+

+ Not a member yet? Create an account + here +

+ +
+
+
@section Scripts { diff --git a/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml b/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml index 1fd935d..9935024 100644 --- a/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml +++ b/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml @@ -4,36 +4,36 @@ ViewData["Title"] = "Register"; } -

@ViewData["Title"]

+

@ViewData["Title"]

-
-
+
+

- +
- +
- +
- +
- +
diff --git a/ChatRPG/Areas/Identity/Pages/Shared/_LoginPartial.cshtml b/ChatRPG/Areas/Identity/Pages/Shared/_LoginPartial.cshtml index c7a48f9..e19b311 100644 --- a/ChatRPG/Areas/Identity/Pages/Shared/_LoginPartial.cshtml +++ b/ChatRPG/Areas/Identity/Pages/Shared/_LoginPartial.cshtml @@ -8,11 +8,11 @@ @if (SignInManager.IsSignedIn(User)) {
} diff --git a/ChatRPG/Pages/Shared/_Layout.cshtml b/ChatRPG/Pages/Shared/_Layout.cshtml index 9f29a7b..c73bf56 100644 --- a/ChatRPG/Pages/Shared/_Layout.cshtml +++ b/ChatRPG/Pages/Shared/_Layout.cshtml @@ -50,7 +50,7 @@
-
+
@RenderBody()