Fixed background of short page (ex.: system-->providers).

This commit is contained in:
Louis Vézina 2020-05-21 19:35:45 -04:00
parent cef418a6ed
commit 99f7145169
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@
{% block head %}
<style>
html {
background: #f5f7fa;
}
.table td, .table th {
padding: .4rem !important;
}