From 923cbb750f9890d2d4de81df0d162772cbe4378b Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 26 Jan 2019 11:37:31 +0100 Subject: [PATCH] changes.md --- CHANGES.md | 2 +- site/data/custom.css | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 33f357ba..26283468 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,7 @@ - Case à cocher dans les formulaires - Bouton d'export au format CSV - Bouton effacer toutes les données - - Correction faille CSRF + - Correction faille CSRF dans Data Correctif : - contrôle CSRF de la configuration du compte connecté - Problème dans data/.htaccess diff --git a/site/data/custom.css b/site/data/custom.css index a33c45b7..a81e4242 100644 --- a/site/data/custom.css +++ b/site/data/custom.css @@ -15,6 +15,14 @@ body { #site { } +/* Grille du site */ +#contentleft { +} +#contentright { +} +#contentsite { +} + /* Bannière */ header { } @@ -43,8 +51,11 @@ nav a.active { footer { } +footer #footersite, #footerbody { +} + /* Liens du bas de page */ -footer a { +footer #footersite, #footerbody a { } /* footer bloc gauche */ @@ -59,6 +70,16 @@ footer #footersiteCenter, #footerbodyCenter { footer #footersiteRight, #footerbodyRight { } +/* footer bloc de chaque élément */ +#footerText { +} +#footerSocials { +} +#footerCopyright { +} + + + /** * Éléments de contenu */