Modification présentation totaux (fin tableau)

This commit is contained in:
Jean-Christophe Engel 2025-12-02 14:43:10 +01:00
parent 018ee5583c
commit a9fdb1a195
5 changed files with 112 additions and 77 deletions

View file

@ -55,27 +55,3 @@ fieldset.shortFormLeft div.informations {
span.strong {
font-weight: bold;
}
aside.totals {
float : left;
width : 30em;
}
aside.totals dl.describe {
display: flex;
}
aside.totals dl.describe dt {
text-align : right;
flex : 0 0 20rem;
}
aside.totals dl.describe dt::after {
content: ' : ';
}
aside.totals dl.describe dd {
flex : 0 0 calc(100% - 25rem);
text-align : right;
}