From 8688334f0dd01fee748a805ce758eb9e0a75db48 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 20 Jul 2020 15:05:51 +0200 Subject: [PATCH] Update views dependent on simple layout --- BTCPayServer/Views/Account/Login.cshtml | 81 ++++++++--------- BTCPayServer/Views/Account/Register.cshtml | 90 ++++++++---------- BTCPayServer/Views/Error/404.cshtml | 20 +++- BTCPayServer/Views/Error/429.cshtml | 20 +++- BTCPayServer/Views/Error/500.cshtml | 20 +++- BTCPayServer/Views/Error/Handle.cshtml | 22 ++++- .../Views/Shared/_BTCPaySupporters.cshtml | 91 +++++++------------ BTCPayServer/Views/Shared/_LayoutPlain.cshtml | 84 ----------------- .../wwwroot/img/icons/onion-purple.svg | 1 + BTCPayServer/wwwroot/main/site.css | 31 +++++-- .../wwwroot/main/themes/default-dark.css | 4 + 11 files changed, 211 insertions(+), 253 deletions(-) delete mode 100644 BTCPayServer/Views/Shared/_LayoutPlain.cshtml create mode 100644 BTCPayServer/wwwroot/img/icons/onion-purple.svg diff --git a/BTCPayServer/Views/Account/Login.cshtml b/BTCPayServer/Views/Account/Login.cshtml index 5735baa87..fa3356075 100644 --- a/BTCPayServer/Views/Account/Login.cshtml +++ b/BTCPayServer/Views/Account/Login.cshtml @@ -3,38 +3,37 @@ @inject BTCPayServer.HostedServices.CssThemeManager themeManager @{ ViewData["Title"] = "Log in"; - ViewData["Headline"] = "Welcome to your BTCPay Server"; Layout = "_LayoutSimple"; } - +
+
+ + BTCPay Server + + +

Welcome to your BTCPay Server

-
- +
- - -