Modifications cosmétiques
This commit is contained in:
parent
d2b0f4eaae
commit
9594f6b206
3 changed files with 6 additions and 3 deletions
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
{{if $autres_amortissements != null}}
|
{{if $autres_amortissements != null}}
|
||||||
<section class="amortissement">
|
<section class="amortissement">
|
||||||
<h3 class="center-block ruler">Immobilisation « {{$ligne_immo.label}} »</h3>
|
<h3 class="ruler">Immobilisation « {{$ligne_immo.label}} »</h3>
|
||||||
<table class="list">
|
<table class="list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -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);
|
const div_erreur = document.getElementById(id_erreur);
|
||||||
div_erreur.setAttribute('class', 'hidden');
|
div_erreur.setAttribute('class', 'hidden');
|
||||||
// document.getElementById(id_erreur).setAttribute('class', 'hidden');
|
|
||||||
let case_montant = document.getElementById(id_montant);
|
let case_montant = document.getElementById(id_montant);
|
||||||
const selected_year = document.getElementById(id_exercices).value;
|
const selected_year = document.getElementById(id_exercices).value;
|
||||||
if (selected_year == '') {
|
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;
|
date_fin = date_choisie;
|
||||||
} else {
|
} else {
|
||||||
div_erreur.setAttribute('class', '');
|
div_erreur.setAttribute('class', '');
|
||||||
// document.getElementById(id_erreur).setAttribute('class', '');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const montant_immo = Number(document.getElementById(id_immo).value);
|
const montant_immo = Number(document.getElementById(id_immo).value);
|
||||||
|
|
|
||||||
|
|
@ -34,9 +34,14 @@ h2[class="aide"], h3[class="aide"] {
|
||||||
content: ' : ';
|
content: ' : ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.informations dl.describe {
|
||||||
|
grid-template-columns : 20rem 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
.informations dl.describe > dt {
|
.informations dl.describe > dt {
|
||||||
flex: 0 0 15rem;
|
flex: 0 0 15rem;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.informations dl.describe > dd {
|
.informations dl.describe > dd {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue