From 5f940df1b4b92d219ebb11944b9c27158f47208b Mon Sep 17 00:00:00 2001 From: lepipele Date: Wed, 18 Apr 2018 23:44:01 -0500 Subject: [PATCH] Migrating Invoice styling --- BTCPayServer/Views/Invoice/Invoice.cshtml | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/BTCPayServer/Views/Invoice/Invoice.cshtml b/BTCPayServer/Views/Invoice/Invoice.cshtml index b0ad873db..25e52b522 100644 --- a/BTCPayServer/Views/Invoice/Invoice.cshtml +++ b/BTCPayServer/Views/Invoice/Invoice.cshtml @@ -176,24 +176,24 @@

On-Chain payments

- +
- + - + @foreach(var payment in Model.OnChainPayments) { - var replaced = payment.Replaced ? "text-decoration: line-through;" : ""; + var replaced = payment.Replaced ? "class='linethrough'" : ""; - - - - + + + + } @@ -206,10 +206,10 @@

Off-Chain payments

-
CryptoCrypto Deposit address Transaction IdConfirmationsConfirmations
@payment.Crypto@payment.DepositAddress@payment.TransactionId@payment.Confirmations@payment.Crypto@payment.DepositAddress@payment.TransactionId@payment.Confirmations
+
- + @@ -217,8 +217,8 @@ @foreach(var payment in Model.OffChainPayments) { - - + + }
CryptoCrypto BOLT11
@payment.Crypto@payment.BOLT11@payment.Crypto@payment.BOLT11