backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-04-20 13:33:59 +02:00
parent 7f8107cccc
commit a2d9926dbe
5 changed files with 248 additions and 235 deletions

View file

@ -234,6 +234,11 @@ table.table-fixed, .table-fixed > table {
}
.table-responsive {
max-width: 100%;
overflow-y: hidden;
}
@media screen and (min-height: 650px) {
table.table-fixed, .table-fixed > table {
width: 100%;

View file

@ -24,6 +24,7 @@
{{ knp_pagination_render(pager) }}
</div>
<div class="table-responsive">
<table class="table" data-table-fixed>
<thead class="thead-light">
<tr>
@ -84,4 +85,5 @@
{% endfor %}
</tbody>
</table>
</div>
{% endblock %}

View file

@ -13,6 +13,7 @@
{{ knp_pagination_render(pager) }}
</div>
<div class="table-responsive">
<table class="table" data-table-fixed>
<thead class="thead-light">
<tr>
@ -68,4 +69,5 @@
{% endfor %}
</tbody>
</table>
</div>
{% endblock %}

View file

@ -22,6 +22,7 @@
{{ knp_pagination_render(pager) }}
</div>
<div class="table-responsive">
<table class="table" data-table-fixed>
<thead class="thead-light">
<tr>
@ -70,4 +71,5 @@
{% endfor %}
</tbody>
</table>
</div>
{% endblock %}

View file

@ -31,6 +31,7 @@
</div>
</div>
<div class="table-responsive">
<table class="table" data-table-fixed>
<thead class="thead-light">
<tr>
@ -111,4 +112,5 @@
{% endfor %}
</tbody>
</table>
</div>
{% endblock %}