Modifications cosmétiques

This commit is contained in:
Jean-Christophe Engel 2026-02-04 14:02:18 +01:00
parent d2b0f4eaae
commit 9594f6b206
3 changed files with 6 additions and 3 deletions

View file

@ -79,7 +79,7 @@
{{if $autres_amortissements != null}}
<section class="amortissement">
<h3 class="center-block ruler">Immobilisation « {{$ligne_immo.label}} »</h3>
<h3 class="ruler">Immobilisation « {{$ligne_immo.label}} »</h3>
<table class="list">
<thead>
<tr>

View file

@ -100,7 +100,6 @@ function displayAmort(id_immo, id_duree, id_amort, id_years, id_exercices, id_mo
{
const div_erreur = document.getElementById(id_erreur);
div_erreur.setAttribute('class', 'hidden');
// document.getElementById(id_erreur).setAttribute('class', 'hidden');
let case_montant = document.getElementById(id_montant);
const selected_year = document.getElementById(id_exercices).value;
if (selected_year == '') {
@ -123,7 +122,6 @@ function displayAmort(id_immo, id_duree, id_amort, id_years, id_exercices, id_mo
date_fin = date_choisie;
} else {
div_erreur.setAttribute('class', '');
// document.getElementById(id_erreur).setAttribute('class', '');
}
}
const montant_immo = Number(document.getElementById(id_immo).value);

View file

@ -34,9 +34,14 @@ h2[class="aide"], h3[class="aide"] {
content: ' : ';
}
.informations dl.describe {
grid-template-columns : 20rem 1fr;
}
.informations dl.describe > dt {
flex: 0 0 15rem;
margin-right: 0;
white-space: nowrap;
}
.informations dl.describe > dd {