recusfiscaux/www/admin/style.css
engel c6515e18e4 paramétrage articles CGI, nom et fonction responsable
FossilOrigin-Name: be718016fdbe18eb51c7245ea996fffc6a1cce1ce4eb694a38042acd8356f782
2022-02-25 14:51:48 +00:00

40 lines
628 B
CSS

/* liste des versements */
div.pair {
padding : 0.1em;
background: rgba(var(--gSecondColor), 0.2);
}
div.impair {
padding : 0.1em;
}
fieldset {
border:1px solid brown;
-webkit-border-radius:8px;
border-radius:8px;
}
fieldset label {
font-weight:bold;
}
div span {
padding-left : 0.5em;
padding-right : 0.5em;
}
td.montant {
text-align : right;
}
summary.activite {
background: rgba(var(--gMainColor), 0.25);
}
h3.personne {
background: rgba(var(--gSecondColor), 0.35);
}
input[type="text"] {
width: 50em;
}
#signature
{
width:300px;
}
dl.config
{
padding : 1ex 0;
}