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 {