Skip to content

Commit

Permalink
Merge CSS class statut-origine into groupe-label
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinedupre committed Jan 22, 2025
1 parent 228a92b commit 899656a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions atlas/static/css/ficheEspece.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,10 @@ div#statut-bdc .modale-statuts-container {
gap: 0.8rem 1rem;
}

div#statut-bdc .modale-statuts-container .statut-origine {
div#statut-bdc .modale-statuts-container .groupe-label {
margin-top: 0.3rem;
grid-column: span 2;
text-align: start;
}

div#statut-bdc .modale-statuts-container ul {
Expand All @@ -411,8 +412,7 @@ div#statut-bdc .modale-statuts-container p {
grid-template-columns: minmax(30%, max-content) 1fr;
}

div#statut-bdc .modale-statuts-container .statut-origine {
text-align: right;
div#statut-bdc .modale-statuts-container .groupe-label {
margin-top: 0;
grid-column: span 1;
}
Expand Down
2 changes: 1 addition & 1 deletion atlas/static/custom/templates/statuts.html.sample
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<div class="modal-body">
<div class="modale-statuts-container">
{% for groupe in groupesStatuts %}
<div class="statut-origine">{{ groupe.label }}</div>
<div class="groupe-label">{{ groupe.label }}</div>
<ul>
{% for statut in groupe.statuts %}
{% if statut.cd_type_statut == 'ZDET' and statut.code_statut == 'true' %}
Expand Down

0 comments on commit 899656a

Please sign in to comment.