From 9594f6b20654ed0208d9134ebe3b4137e3d195df Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 4 Feb 2026 14:02:18 +0100 Subject: [PATCH] =?UTF-8?q?Modifications=20cosm=C3=A9tiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other_amortizations.html | 2 +- scripts.js | 2 -- style.css | 5 +++++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/other_amortizations.html b/other_amortizations.html index 4669742..5f2b493 100644 --- a/other_amortizations.html +++ b/other_amortizations.html @@ -79,7 +79,7 @@ {{if $autres_amortissements != null}}
-

Immobilisation « {{$ligne_immo.label}} »

+

Immobilisation « {{$ligne_immo.label}} »

diff --git a/scripts.js b/scripts.js index 2b1ef51..7496328 100644 --- a/scripts.js +++ b/scripts.js @@ -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); diff --git a/style.css b/style.css index e01bc5d..fd5887b 100644 --- a/style.css +++ b/style.css @@ -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 {