mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-29 01:13:08 +00:00
add 2 <th> to fix header row border, fix alignment on action btn
This commit is contained in:
@@ -29,6 +29,8 @@ TODO: hide and show columns
|
|||||||
{% if showBudget %}
|
{% if showBudget %}
|
||||||
<th>{{ trans('list.budget') }}</th>
|
<th>{{ trans('list.budget') }}</th>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<th> </th>
|
||||||
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -174,7 +176,7 @@ TODO: hide and show columns
|
|||||||
|
|
||||||
{% if group.count == 1 %}
|
{% if group.count == 1 %}
|
||||||
<td style=" {{ style|raw }};">
|
<td style=" {{ style|raw }};">
|
||||||
<div class="btn-group btn-group-xs">
|
<div class="btn-group btn-group-xs pull-right">
|
||||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
{{ 'actions'|_ }} <span class="caret"></span></button>
|
{{ 'actions'|_ }} <span class="caret"></span></button>
|
||||||
<ul class="dropdown-menu dropdown-menu-right" role="menu">
|
<ul class="dropdown-menu dropdown-menu-right" role="menu">
|
||||||
|
Reference in New Issue
Block a user