amortization/style.css
2025-04-30 11:36:23 +02:00

39 lines
563 B
CSS

.disabled {
pointer-events: none;
font-style : oblique;
}
.nombre {
text-align: right !important;
}
.aide {
list-style: revert;
padding: revert;
line-height : 1.5em;
}
h2[class="aide"], h3[class="aide"] {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.informations {
margin-top : 0.5em;
margin-bottom : 0.5em;
padding : 0.5em;
}
.informations legend {
font-weight: bold;
border-bottom : solid 1px var(--gLightBorderColor);
margin-bottom : 0.5em;
}
.informations dt::after {
content: ' :';
}
.informations dl.describe > dt {
margin-right: 0;
}