Fix style

This commit is contained in:
James Cole
2022-10-24 19:58:12 +02:00
parent e348127770
commit 5999ee406c

View File

@@ -99,7 +99,7 @@
{% set style="border-bottom:1px #aaa solid;" %} {% set style="border-bottom:1px #aaa solid;" %}
{% endif %} {% endif %}
<tr data-date="{{ transaction.date.format('Y-m-d') }}" data-count="{{ group.count }}" data-id="{{ group.id }}"> <tr data-date="{{ transaction.date.format('Y-m-d') }}" data-count="{{ group.count }}" data-id="{{ group.id }}">
<td style=" {{ style|raw }};text-align:right;" class="hidden-xs"> <td style=" {{ style|raw }}" class="hidden-xs">
{% if transaction.transaction_type_type == 'Withdrawal' %} {% if transaction.transaction_type_type == 'Withdrawal' %}
<span class="object-handle fa fa-long-arrow-left fa-fw" title="{{ trans('firefly.Withdrawal') }}"></span> <span class="object-handle fa fa-long-arrow-left fa-fw" title="{{ trans('firefly.Withdrawal') }}"></span>
{% endif %} {% endif %}
@@ -138,7 +138,7 @@
</a> </a>
{% endif %} {% endif %}
</td> </td>
<td style=" {{ style|raw }}"> <td style="{{ style|raw }};text-align:right;">
{# deposit #} {# deposit #}
{% if transaction.transaction_type_type == 'Deposit' %} {% if transaction.transaction_type_type == 'Deposit' %}
{{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }} {{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }}