From d459de7413b3466c07217056ea768db9bac170c2 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 2 Mar 2024 22:57:36 +0200 Subject: [PATCH] make bank statement look better --- files/assets/css/main.css | 5 +++++ files/templates/bank_statement.html | 4 +--- files/templates/pagination.html | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index ba1c9a161..793d04822 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7763,3 +7763,8 @@ td[data-time] { .bg-red { background-color: #71000b !important; } + +.bank-statement-amount { + width: 75px; + display: inline-block; +} diff --git a/files/templates/bank_statement.html b/files/templates/bank_statement.html index 9782aa3e9..d1f6e6ae3 100644 --- a/files/templates/bank_statement.html +++ b/files/templates/bank_statement.html @@ -16,9 +16,7 @@
-
- {{log.amount}} {{log.currency}}    {{log.reason | safe}} -
+ {{log.amount}} {{log.currency}}    {{log.reason | safe}}
{{log.age_string}}
diff --git a/files/templates/pagination.html b/files/templates/pagination.html index ef40bf13d..8667bbaa7 100644 --- a/files/templates/pagination.html +++ b/files/templates/pagination.html @@ -1,6 +1,6 @@