ajout case tarif ; réorganisation code

FossilOrigin-Name: 80c6f13938d5f02786155717bf1ab8b89c6ade3c58bba572bf8c471b54886666
This commit is contained in:
engel 2022-05-04 11:53:12 +00:00
parent 7ca41ea6b7
commit 6165ff531e
6 changed files with 177 additions and 126 deletions

View file

@ -2,7 +2,9 @@
div.impair {
background: rgba(var(--gSecondColor), 0.15);
}
fieldset {
fieldset.versements
{
margin-left : 4em;
-webkit-border-radius:8px;
border-radius:8px;
}
@ -23,7 +25,6 @@ span.total
}
summary.activite
{
background: rgba(var(--gSecondColor), 0.5);
margin-bottom : 0.5em;
}
summary.personne
@ -32,11 +33,19 @@ summary.personne
padding-top : 0;
padding-bottom : 0;
}
h3.personne, h4.personne
div.personne, div.activite
{
font-weight : normal;
background: rgba(var(--gSecondColor), 0.25);
}
h3.activite
{
display : inline;
}
p.activite
{
margin-left : 2.5em;
}
#signature
{
padding : 1em 0.5em 0 0.5em;