diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 38e4847a6..ae16c156c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7756,15 +7756,14 @@ td[data-time] { white-space: pre; } -.bg-green { +.bg-green, .bg-green * { background-color: #0a6936 !important; } -.bg-red { +.bg-red, .bg-red * { background-color: #71000b !important; } -.bank-statement-amount { - width: 140px; - display: inline-block; +table.border-0 * { + border: none !important; } diff --git a/files/templates/bank_statement.html b/files/templates/bank_statement.html index 1d3ab7064..ae932779f 100644 --- a/files/templates/bank_statement.html +++ b/files/templates/bank_statement.html @@ -7,28 +7,37 @@

@{{user.username}}'s Bank Statement

@{{user.username}}'s Bank Statement

-
-
Balance
- {% for log in logs %} -
-
-
- {{log.currency}} -
-
-
- {% if log.amount > 0 %}+{% endif %}{{log.amount}} {{log.currency}}    {{log.reason | safe}} + +
+ + + + + + + + + + + {% for log in logs %} + + + + + + + {% endfor %} + +
Balance
+ {{log.currency}} + + {% if log.amount > 0 %}+{% endif %}{{log.amount}}
- {{log.age_string}} + + {{log.age_string}} +
- - - {{log.balance}} {{log.currency}} - - - {% else %} -
There's nothing here right now.
- {% endfor %} +
{{log.reason | safe}}{{log.balance}}
{% include "pagination.html" %}
diff --git a/files/templates/pagination.html b/files/templates/pagination.html index b70436269..833bc37a6 100644 --- a/files/templates/pagination.html +++ b/files/templates/pagination.html @@ -1,6 +1,6 @@