recusfiscaux/www/admin/style.css
engel c51bc9a97f améliorations cosmétiques
FossilOrigin-Name: 7d5cb4f8bf9819281d67cc67f69d1894a1f4e6480b74d52c761f43dbf5d358bb
2022-04-27 13:14:27 +00:00

63 lines
920 B
CSS

/* liste des versements */
div.impair {
background: rgba(var(--gSecondColor), 0.15);
}
fieldset {
-webkit-border-radius:8px;
border-radius:8px;
}
div span {
padding-left : 0.5em;
padding-right : 0.5em;
}
td.montant {
text-align : right;
}
span.montant {
width : 5em;
text-align : right;
}
span.total
{
font-weight : bold;
}
summary.activite
{
background: rgba(var(--gSecondColor), 0.5);
margin-bottom : 0.5em;
}
summary.personne
{
margin-bottom : 0.5em;
padding-top : 0;
padding-bottom : 0;
}
h3.personne, h4.personne
{
font-weight : normal;
background: rgba(var(--gSecondColor), 0.25);
}
#signature
{
padding : 1em 0.5em 0 0.5em;
max-width: 300px;
max-height: 150px;
}
dl.config
{
padding : 1ex 0;
}
div.explications ul
{
list-style : initial;
}
div.actions
{
display : inline;
}
input.check_global
{
margin : 0.2em 0.5em;
}