diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index a25674325..9d5cd187a 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -2,16 +2,18 @@
-
- @if (!string.IsNullOrEmpty(Model.CustomLogoLink)) - { + @if (!string.IsNullOrEmpty(Model.CustomLogoLink)) + { +
- } - else - { - - } -
+
+ } + else + { +
+ +
+ }
diff --git a/BTCPayServer/wwwroot/checkout/css/themes/default.css b/BTCPayServer/wwwroot/checkout/css/themes/default.css index 5d5d0cea4..35e44c306 100644 --- a/BTCPayServer/wwwroot/checkout/css/themes/default.css +++ b/BTCPayServer/wwwroot/checkout/css/themes/default.css @@ -8302,6 +8302,17 @@ strong { } .top-header .header__icon { + display: inline-block; + vertical-align: middle; + position: relative; + width: 100px; + height: 50px; + margin-left: 10px; + margin-top: 10px; +} + +/* centering for new default design */ +.top-header .header__iconcentered { display: inline-block; vertical-align: middle; position: relative; @@ -8310,7 +8321,7 @@ strong { margin: 10px auto 0px; } -.header__icon__img { +.header__iconcentered__img { display: block; -moz-box-sizing: border-box; box-sizing: border-box; @@ -8320,6 +8331,7 @@ strong { height: 40px; padding-left: 92.5px; /* Must be equal to width */ } +/* eof */ .top-header .timer-row { background: #51b13e;