From c427e8900f3b1c8e1864dadc49ec885ea32ed701 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Thu, 14 May 2026 11:16:34 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20cosm=C3=A9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- add_infos.html | 2 +- style.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/add_infos.html b/add_infos.html index 72ec2c1..e8efb82 100644 --- a/add_infos.html +++ b/add_infos.html @@ -185,7 +185,7 @@ {{/if}} {{:input id="amortir" type="checkbox" value=1 name="amortir" label="Amortir cette immobilisation sur une ou plusieurs années" checked="%s"|args:$checked help="Dé-cocher pour ne pas amortir"}}
- {{:input type="number" name="duree" label="Durée d'amortissement" required=true min=1}} + {{:input type="number" name="duree" label="Durée d'amortissement" required=true min=1 suffix="année(s)"}}
diff --git a/style.css b/style.css index e7ed568..9811b17 100644 --- a/style.css +++ b/style.css @@ -102,8 +102,3 @@ span.input-list.avoirs label { aside.right { float: right; } - -span.label { - font-size : 120%; - font-weight : bold; -}