diff --git a/BTCPayServer/Views/Account/ForgotPassword.cshtml b/BTCPayServer/Views/Account/ForgotPassword.cshtml index 48d7fc087..5c3262a8b 100644 --- a/BTCPayServer/Views/Account/ForgotPassword.cshtml +++ b/BTCPayServer/Views/Account/ForgotPassword.cshtml @@ -14,8 +14,8 @@ }
You have requested to login with a recovery code. This login will not be remembered until you provide
diff --git a/BTCPayServer/Views/Account/LoginWithU2F.cshtml b/BTCPayServer/Views/Account/LoginWithU2F.cshtml
index e7b832382..97949f43d 100644
--- a/BTCPayServer/Views/Account/LoginWithU2F.cshtml
+++ b/BTCPayServer/Views/Account/LoginWithU2F.cshtml
@@ -16,10 +16,10 @@
Insert your U2F device or a hardware wallet into your computer's USB port. If it has a button, tap on it. Create and manage apps. @Model.ApplicationName is requesting access to your account. Bitpay is using a deprecated standard in their invoices that most wallets do not support. Use this tool to transform their invoices to a regular address/amount.
BTCPay Server is proudly free and open-source, built and maintained
An open source project is nothing without its community Create, search or pay an invoice. (Help) Create and manage store settings. Create and manage store settings.U2F Authentication
+ U2F Authentication
-
+
@ViewData["Title"]
+ @ViewData["Title"]
-
+
Both 2FA and U2F Authentication Methods are not available. Please go to the https endpoint
+ Both 2FA and U2F Authentication Methods are not available. Please go to the https endpoint
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+ @ViewData["Title"]
Authorization Request
+ Authorization Request
The Bitpay Translator
+ The Bitpay Translator
A Payment Server for Bitcoin
+ A Payment Server for Bitcoin
Donate
+ Donate
by a world-wide community of passionate contributors.
@@ -92,7 +92,7 @@
Let's Get In Touch!
+ Let's Get In Touch!
@@ -100,6 +100,8 @@
+
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+ @ViewData["Title"]
@(string.IsNullOrEmpty(Model.Id) ? "Create" : "Edit") Payment Request
+ @(string.IsNullOrEmpty(Model.Id) ? "Create" : "Edit") Payment Request
Payment Requests
+ Payment Requests
+
@title
+ @title
}
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+ @ViewData["Title"]
@ViewData["Title"]
+
diff --git a/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml b/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml
index f2b76fe8d..7cb09e21f 100644
--- a/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml
+++ b/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml
@@ -12,8 +12,8 @@
Transaction review
+ Transaction review
@if (Model.CanCalculateBalance)
{
diff --git a/BTCPayServer/wwwroot/css/creative.css b/BTCPayServer/wwwroot/css/creative.css
index eced54071..e24433398 100644
--- a/BTCPayServer/wwwroot/css/creative.css
+++ b/BTCPayServer/wwwroot/css/creative.css
@@ -22,17 +22,18 @@ p {
}
hr {
- max-width: 50px;
- border-width: 3px;
- border-color: var(--btcpay-color-primary);
+ width: 50px;
+ height: 3px;
+ background: var(--btcpay-color-primary);
+ display: inline-block;
}
hr.light {
- border-color: var(--btcpay-color-white);
+ background: var(--btcpay-color-white);
}
#mainNav {
- background-color: var(--btcpay-bg-dark);
+ background: var(--btcpay-bg-dark);
font-family: var(--btcpay-font-family-head);
transition: all 0.2s;
}
diff --git a/BTCPayServer/wwwroot/css/site.css b/BTCPayServer/wwwroot/css/site.css
index 0c8ffc162..4e600a79c 100644
--- a/BTCPayServer/wwwroot/css/site.css
+++ b/BTCPayServer/wwwroot/css/site.css
@@ -45,6 +45,10 @@ html {
}
}
+.section-heading {
+ text-align: var(--btcpay-section-heading-text-align, center);
+}
+
a.nav-link {
color: var(--btcpay-color-nav-link, var(--btcpay-color-neutral-600));
background: var(--btcpay-bg-nav-link, transparent);
diff --git a/BTCPayServer/wwwroot/css/themes/classic.css b/BTCPayServer/wwwroot/css/themes/classic.css
index d53fc6a1a..49c98c7a8 100644
--- a/BTCPayServer/wwwroot/css/themes/classic.css
+++ b/BTCPayServer/wwwroot/css/themes/classic.css
@@ -68,7 +68,7 @@ html {
}
.table {
- margin: 16px 0;
+ margin: 1rem 0;
border: 1px solid var(--btcpay-color-neutral-300);
border-radius: 4px;
border-collapse: separate !important;
diff --git a/BTCPayServer/wwwroot/css/themes/modern.css b/BTCPayServer/wwwroot/css/themes/modern.css
index 490f52fb4..e269aa816 100644
--- a/BTCPayServer/wwwroot/css/themes/modern.css
+++ b/BTCPayServer/wwwroot/css/themes/modern.css
@@ -53,6 +53,8 @@
--btcpay-color-link: var(--btcpay-color-primary);
--btcpay-color-link-hover: var(--btcpay-color-primary-dark);
+ --btcpay-section-heading-text-align: left;
+
--btcpay-font-size-base: 16px;
--btcpay-font-family-head: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
--btcpay-font-family-base: -apple-system, 'Open Sans', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@@ -72,7 +74,7 @@ header.masthead::before,
filter: hue-rotate(410deg) saturate(33%); }
.table {
- margin: 24px 0 48px;
+ margin: 1.5rem 0 3rem;
}
.table th {