diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-22 15:28:02 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-22 15:28:02 +0200 |
| commit | c9aff025aa7e01badaad8467af6165b400cdaac4 (patch) | |
| tree | c6e56a3f13db401c9f75bf9f8e4169f50aaf25b9 /public/css/foot.css | |
| parent | 426a1a69cb73007538336debc31b34c4348e1ba1 (diff) | |
| download | cms-c9aff025aa7e01badaad8467af6165b400cdaac4.tar.gz cms-c9aff025aa7e01badaad8467af6165b400cdaac4.tar.bz2 cms-c9aff025aa7e01badaad8467af6165b400cdaac4.zip | |
possibilité d'éditer le texte dans header et footer, class JS InputText, Model::findWhateverNode
Diffstat (limited to 'public/css/foot.css')
| -rw-r--r-- | public/css/foot.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/public/css/foot.css b/public/css/foot.css index ad86305..8d0a94d 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
| @@ -11,11 +11,15 @@ footer | |||
| 11 | } | 11 | } |
| 12 | footer > div | 12 | footer > div |
| 13 | { | 13 | { |
| 14 | margin: auto; | ||
| 15 | max-width: 1200px; | 14 | max-width: 1200px; |
| 16 | display: flex; | 15 | display: flex; |
| 17 | justify-content: space-around; | 16 | justify-content: space-around; |
| 18 | } | 17 | } |
| 18 | |||
| 19 | .contact | ||
| 20 | { | ||
| 21 | margin: 16px 0; /* alignement avec la <p> autour du logo */ | ||
| 22 | } | ||
| 19 | .contact a | 23 | .contact a |
| 20 | { | 24 | { |
| 21 | color: unset; | 25 | color: unset; |
| @@ -69,11 +73,6 @@ footer > div | |||
| 69 | margin: 0 3px; | 73 | margin: 0 3px; |
| 70 | }*/ | 74 | }*/ |
| 71 | 75 | ||
| 72 | .contact | ||
| 73 | { | ||
| 74 | padding: 0 15px; | ||
| 75 | } | ||
| 76 | |||
| 77 | .footer_logo img | 76 | .footer_logo img |
| 78 | { | 77 | { |
| 79 | max-width: 288px; | 78 | max-width: 288px; |
| @@ -115,8 +114,7 @@ footer > div | |||
| 115 | } | 114 | } |
| 116 | .logged_out | 115 | .logged_out |
| 117 | { | 116 | { |
| 118 | /*display: none;*/ | 117 | justify-content: start; /* écrase le space-around dans footer > div */ |
| 119 | justify-content: start; | ||
| 120 | } | 118 | } |
| 121 | .logged_out a | 119 | .logged_out a |
| 122 | { | 120 | { |
