From b5957634468f85e4c85969cfad1d0893e37a1019 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 24 May 2022 16:13:37 +0200 Subject: [PATCH] Wallet export UI fixes --- .../Views/UIWallets/WalletTransactions.cshtml | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml index 8b431f404..07a890990 100644 --- a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml @@ -17,12 +17,19 @@ max-width: 200px; } } + /* pull actions area, so that it is besides the search form */ @@media (min-width: 1200px) { - #Actions { + #Filter + #Dropdowns { margin-top: -4rem; + float: right; + } + + #Filter + #Dropdowns #Actions { + order: 1; } } + .unconf > * { opacity: 0.5; } @@ -85,7 +92,7 @@ { @if (Model.Labels.Any()) { -
+
Filter
@@ -101,8 +108,8 @@
} -
-