On améliore le rendu du tableau

This commit is contained in:
Jean-Marie Favreau 2024-12-13 16:17:14 +01:00
parent 290faf0b8f
commit 141949991c

View File

@ -1611,7 +1611,7 @@ label.required::after {
max-width: 600px; max-width: 600px;
margin: auto; margin: auto;
.total, .month { .total, .month {
font-size: 0; display: none;
} }
.label { .label {
display: none; display: none;
@ -1634,12 +1634,12 @@ label.required::after {
margin: auto; margin: auto;
border-radius: var(--border-radius); border-radius: var(--border-radius);
color: black; color: black;
padding: .5em 1em; padding: 0;
display: block; display: block;
max-width: 6em; max-width: 6em;
width: 3.2em; width: 3.2em;
height: 2em; height: 2em;
line-height: 1.1em; line-height: 2em;
} }
} }
.score_0 { .score_0 {
@ -1674,11 +1674,11 @@ label.required::after {
a, .a { a, .a {
width: 5em; width: 5em;
height: 3.2em; height: 3.2em;
line-height: 2.1em; line-height: 3.2em;
} }
} }
.total, .month { .total, .month {
font-size: auto; display: inline;
} }
.label { .label {
display: table-cell; display: table-cell;