male zmiany w css

This commit is contained in:
Mateusz Gruszczyński
2025-02-25 22:32:58 +01:00
parent ab88b752f5
commit 4bac59a118
4 changed files with 24 additions and 6 deletions

View File

@ -56,6 +56,7 @@
</div>
</form>
<!-- Tabela z eksportami -->
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead class="table-dark">
<tr>
@ -116,6 +117,7 @@
{% endfor %}
</tbody>
</table>
</div>
{% else %}
<p class="text-muted">Brak plików /export.</p>
{% endif %}
@ -136,6 +138,7 @@
</div>
</form>
<!-- Tabela z backupami binarnymi -->
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead class="table-dark">
<tr>
@ -192,6 +195,7 @@
{% endfor %}
</tbody>
</table>
</div>
{% else %}
<p class="text-muted">Brak plików binarnych.</p>
{% endif %}