forked from ZwiiCMS-Team/ZwiiCMS
changes.md
This commit is contained in:
parent
fdb814c05a
commit
923cbb750f
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user