From 6a0cda69c96afa2e30d5e8173e723515cf31e63e Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 7 Apr 2020 18:12:15 +0200 Subject: [PATCH 1/4] Wallet view improvements As brought up by @kukks with [this comment](https://github.com/btcpayserver/btcpayserver/pull/1434#issuecomment-609724703). These improvements can be applied across themes, so these fixes are separated from the originating PR. Pure visual finetunings for the Coin Selection form and amount/fee rate links. --- BTCPayServer/Views/Wallets/CoinSelection.cshtml | 8 ++++---- BTCPayServer/Views/Wallets/WalletSend.cshtml | 7 ++++--- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 10 +++++----- BTCPayServer/wwwroot/main/site.css | 4 ++++ 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/BTCPayServer/Views/Wallets/CoinSelection.cshtml b/BTCPayServer/Views/Wallets/CoinSelection.cshtml index c80fe28fb..b80f604fa 100644 --- a/BTCPayServer/Views/Wallets/CoinSelection.cshtml +++ b/BTCPayServer/Views/Wallets/CoinSelection.cshtml @@ -23,22 +23,22 @@
  • - {{item.outpoint}} + {{item.outpoint}}
    i {{label.value}}
    - {{item.amount}} + {{item.amount}}
  • diff --git a/BTCPayServer/Views/Wallets/WalletSend.cshtml b/BTCPayServer/Views/Wallets/WalletSend.cshtml index 808c1e33f..2e0906054 100644 --- a/BTCPayServer/Views/Wallets/WalletSend.cshtml +++ b/BTCPayServer/Views/Wallets/WalletSend.cshtml @@ -51,6 +51,7 @@ +
    } @if (Model.Outputs.Count == 1) @@ -71,7 +72,7 @@

    Your current balance is - @Model.CryptoCode. + @Model.CryptoCode.

    } @@ -101,7 +102,7 @@

    Your current balance is - @Model.CryptoCode. + @Model.CryptoCode.

    @@ -132,7 +133,7 @@

    The recommended value is - satoshi per byte. + satoshi per byte.

    @if (Model.Outputs.Count == 1) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index bc4cfe928..844427191 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -15,7 +15,7 @@ } } - .unconf { + .unconf > * { opacity: 0.5; } @@ -102,10 +102,10 @@ " > @label.Value -
    @@ -137,7 +137,7 @@