diff --git a/app/static/css/assiduites.css b/app/static/css/assiduites.css index 088df3f66..7623736c0 100644 --- a/app/static/css/assiduites.css +++ b/app/static/css/assiduites.css @@ -730,31 +730,11 @@ tr.row-justificatif.non_valide td.assi-type { background-color: var(--color-defaut) !important; } -.color.est_just.sans_etat::before { - content: ""; - position: absolute; - width: 25%; - height: 100%; - background-color: var(--color-justi) !important; - right: 0; -} - -.color.invalide::before { - content: ""; - position: absolute; - width: 25%; - height: 100%; - right: 0; +.color.invalide { background-color: var(--color-justi-invalide) !important; } -.color.attente::before, -.color.modifie::before { - content: ""; - position: absolute; - width: 25%; - height: 100%; - right: 0; +.color.attente { background: repeating-linear-gradient(to bottom, var(--color-justi-attente-stripe) 0px, var(--color-justi-attente-stripe) 4px, @@ -762,6 +742,10 @@ tr.row-justificatif.non_valide td.assi-type { var(--color-justi-attente) 7px) !important; } +.color.est_just { + background-color: var(--color-justi) !important; +} + #gtrcontent .pdp { display: none; } diff --git a/app/templates/assiduites/pages/calendrier_assi_etud.j2 b/app/templates/assiduites/pages/calendrier_assi_etud.j2 index 3c3de3a4b..a3f2c93ec 100644 --- a/app/templates/assiduites/pages/calendrier_assi_etud.j2 +++ b/app/templates/assiduites/pages/calendrier_assi_etud.j2 @@ -75,36 +75,7 @@ Calendrier de l'assiduité

Calendrier

-

Code couleur

- - - -

Vous pouvez passer le curseur sur les jours colorés afin de voir les informations supplémentaires

+ {% include "assiduites/widgets/legende_couleur.j2" %}