diff --git a/gsl_programmation/static/css/enveloppe_summary.css b/gsl_programmation/static/css/enveloppe_summary.css index bdbb9ac..b90b712 100644 --- a/gsl_programmation/static/css/enveloppe_summary.css +++ b/gsl_programmation/static/css/enveloppe_summary.css @@ -25,7 +25,30 @@ min-width: 90px; width: 130px; border-top: 1px solid var(--border-default-grey); + line-height: calc(1rem * 15/16);; + height: 42px; } + +.enveloppe-summary th div { + display: flex; + align-items: center; + gap: 4px; + justify-content: center; +} + +.enveloppe-summary th .text { + width: min-content; +} + +.enveloppe-summary th .text.min-width-90 { + min-width: 90px; /* Hack pour éviter que le texte ne se mette sur 3 lignes */ +} + +.enveloppe-summary th .icon { + flex-shrink: 0; /* Prevents icon from shrinking */ +} + + .enveloppe-summary tr { border-bottom: 1px solid var(--border-default-grey); } diff --git a/gsl_programmation/templates/includes/_enveloppe_summary.html b/gsl_programmation/templates/includes/_enveloppe_summary.html index eb12441..eebf74f 100644 --- a/gsl_programmation/templates/includes/_enveloppe_summary.html +++ b/gsl_programmation/templates/includes/_enveloppe_summary.html @@ -7,35 +7,103 @@
- Dotation + |
+
+
+
+
+
+ Dotation
+
+ |
- - Territoire + |
+
+
+
+
+
+ Territoire
+
+ |
- - Nom territoire + |
+
+
+
+
+
+ Nom territoire
+
+ |
- - Enveloppe de dotation + |
+
+
+
+
+
+ Enveloppe de dotation
+
+ |
- - Montant total demandé + |
+
+
+
+
+ Montant total demandé
+ |
- - Montant accepté + |
+
+
+
+
+
+ Montant accepté
+
+ |
- - Projets acceptés + |
+
+
+
+
+
+ Projets acceptés
+
+ |
- - Projets refusés + |
+
+
+
+
+
+ Projets refusés
+
+ |
- - Demandeurs + |
+
+
+
+
+
+ Demandeurs
+
+ |
- - Projets déposés + |
+
+
+
+
+
+ Projets déposés
+
+ |
---|