diff options
author | polo <ordipolo@gmx.fr> | 2025-03-31 18:43:53 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-03-31 18:43:53 +0200 |
commit | 43c962f442165327d73756c62501ff823d43f9f3 (patch) | |
tree | 89feaa2c625b91b1ad451e73d074378bb54555c5 /public/css/foot.css | |
parent | fb69a844f1ce20fd6ba4bbbb352004bfc5d881af (diff) | |
download | cms-43c962f442165327d73756c62501ff823d43f9f3.zip |
positions dans table page, fil d'ariane en haut, logo dans footer
Diffstat (limited to 'public/css/foot.css')
-rw-r--r-- | public/css/foot.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/public/css/foot.css b/public/css/foot.css index ef3291d..0e454ac 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
@@ -32,13 +32,13 @@ footer > div | |||
32 | border-bottom: 2px #ff1d04 solid; | 32 | border-bottom: 2px #ff1d04 solid; |
33 | } | 33 | } |
34 | 34 | ||
35 | |||
36 | /*-- fil d'ariane --*/ | 35 | /*-- fil d'ariane --*/ |
37 | .breadcrumb | 36 | .breadcrumb |
38 | { | 37 | { |
39 | max-width: 45%; | 38 | /*max-width: 45%;*/ |
40 | /*margin-right: 10px;*/ | 39 | /*margin-right: 10px;*/ |
41 | margin: 16px 0; /* = p */ | 40 | /*margin: 16px 0;*/ /* = p */ |
41 | padding: 10px; | ||
42 | list-style: none; /* retirer les puces */ | 42 | list-style: none; /* retirer les puces */ |
43 | font-size: small; | 43 | font-size: small; |
44 | text-align: right; | 44 | text-align: right; |
@@ -67,6 +67,12 @@ footer > div | |||
67 | display: block; | 67 | display: block; |
68 | margin: 0 3px; | 68 | margin: 0 3px; |
69 | }*/ | 69 | }*/ |
70 | |||
71 | .footer_logo img | ||
72 | { | ||
73 | max-width: 288px; | ||
74 | } | ||
75 | |||
70 | .breadcrumb a | 76 | .breadcrumb a |
71 | { | 77 | { |
72 | color: unset; /* ne plus hériter */ | 78 | color: unset; /* ne plus hériter */ |
@@ -101,7 +107,7 @@ footer > div | |||
101 | { | 107 | { |
102 | margin: 5px 0; | 108 | margin: 5px 0; |
103 | display: flex; | 109 | display: flex; |
104 | justify-content: space-around; | 110 | justify-content: center; |
105 | } | 111 | } |
106 | .logged_in button | 112 | .logged_in button |
107 | { | 113 | { |
@@ -117,4 +123,4 @@ footer > div | |||
117 | cursor: pointer; /* curseur qui touche du doigt */ | 123 | cursor: pointer; /* curseur qui touche du doigt */ |
118 | background-color: #ffff00; | 124 | background-color: #ffff00; |
119 | border-radius: 4px; | 125 | border-radius: 4px; |
120 | } \ No newline at end of file | 126 | } |