recusfiscaux/www/admin/style.css

64 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;
}