From 4b492eae85ab94a5a51d5c3e2496f9bb9209146e Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Wed, 12 Dec 2018 22:29:40 +0100 Subject: [PATCH] HTML formatting fix for issue #448. --- .../Views/Account/ResetPassword.cshtml | 54 ++++++++++--------- 1 file changed, 30 insertions(+), 24 deletions(-) diff --git a/BTCPayServer/Views/Account/ResetPassword.cshtml b/BTCPayServer/Views/Account/ResetPassword.cshtml index a501ff2df..d802fc462 100644 --- a/BTCPayServer/Views/Account/ResetPassword.cshtml +++ b/BTCPayServer/Views/Account/ResetPassword.cshtml @@ -3,33 +3,39 @@ ViewData["Title"] = "Reset password"; } -

@ViewData["Title"]

-

Reset your password.

-
-
-
-
-
- -
- - - +
+
+
+
+
-
- - - +
+
+
+ +
+ +
+ + + +
+
+ + + +
+
+ + + +
+ +
-
- - - -
- - +
-
+
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial")