diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index b4b38cd40..781f4dfba 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -279,7 +279,7 @@
{{$t("InvoiceExpired_Body_3")}}
-
+
{{$t("Invoice ID")}}: {{srvModel.invoiceId}}
diff --git a/BTCPayServer/wwwroot/css/normalizer.css b/BTCPayServer/wwwroot/css/normalizer.css index 3cec53042..a4566dc46 100644 --- a/BTCPayServer/wwwroot/css/normalizer.css +++ b/BTCPayServer/wwwroot/css/normalizer.css @@ -9550,8 +9550,8 @@ strong { } .expired__body { - padding: 14px 10px; - padding-top: 8px; + padding: 0px 8px 0px; + margin-top: -10px; } .expired__header { @@ -9562,10 +9562,14 @@ strong { .expired__text { margin-top: 20px; font-weight: 100; - font-size: 14.5px; + font-size: 14px; opacity: .8; } + .expired__text .expired__text__smaller { + font-size: 11px; + } + .expired__text__bullet { font-weight: 500; }