Make the "Add a new bill" button visible on small resolutions. Fixes #896 (#904)

The clearfix should be applied before the pagination blocks.
This commit is contained in:
Alexis Metaireau 2021-11-01 17:52:51 +01:00 committed by GitHub
parent 6750e4f429
commit cdc98a6706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@
</div>
</div>
</div>
<div class="clearfix"></div>
{% if bills.pages > 1 %}
<ul class="pagination" id="pagination-top">
<li class="page-item {% if bills.page == 1 %}disabled{% endif %}"><a class="page-link" href="{{ url_for('main.list_bills', page=bills.prev_num) }}">&laquo; {{ _("Newer bills") }}</a></li>
@ -98,12 +98,12 @@
{% endif %}
{% if bills.total > 0 %}
<div class="clearfix"></div>
<table id="bill_table" class="col table table-striped table-hover table-responsive-sm">
<thead>
<tr><th>{{ _("When?") }}
</th><th>{{ _("Who paid?") }}
</th><th>{{ _("Who paid?") }}
</th><th>{{ _("For what?") }}
</th><th>{{ _("For whom?") }}
</th><th>{{ _("How much?") }}