Modification présentation totaux (fin tableau)
This commit is contained in:
parent
018ee5583c
commit
a9fdb1a195
5 changed files with 112 additions and 77 deletions
24
style.css
24
style.css
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue