aboutsummaryrefslogtreecommitdiff
path: root/public/css/foot.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/foot.css')
-rw-r--r--public/css/foot.css26
1 files changed, 18 insertions, 8 deletions
diff --git a/public/css/foot.css b/public/css/foot.css
index 38284e3..ed65666 100644
--- a/public/css/foot.css
+++ b/public/css/foot.css
@@ -79,16 +79,16 @@ footer .data > div
79 margin: 0 3px; 79 margin: 0 3px;
80}*/ 80}*/
81 81
82#footer_logo_img 82#footer_logo_content
83{ 83{
84 max-width: 288px; 84 max-width: 288px;
85 min-width: 150px; 85 min-width: 150px;
86} 86}
87@media screen and (max-width: 1000px) 87@media screen and (max-width: 800px)
88{ 88{
89 .footer .contact 89 footer .contact
90 { 90 {
91 width: 70px; 91 font-size: smaller;
92 } 92 }
93} 93}
94 94
@@ -119,10 +119,6 @@ footer .data > div
119 color: black; 119 color: black;
120 text-decoration: none; 120 text-decoration: none;
121} 121}
122.empty_admin_zone
123{
124 height: 70px;
125}
126.logged_in 122.logged_in
127{ 123{
128 /*height: 70px;*/ 124 /*height: 70px;*/
@@ -149,6 +145,20 @@ footer .data > div
149 background-color: yellow; 145 background-color: yellow;
150 border-radius: 4px; 146 border-radius: 4px;
151} 147}
148@media screen and (max-width: 550px){
149 .logged_in, .logged_in button
150 {
151 font-size: 96%;
152 }
153 .admin_buttons_zone
154 {
155 margin: 3px;
156 }
157}
158.empty_admin_zone
159{
160 height: 93px; /* 40 => 1 ligne, 70/64 => 2 lignes, 93/83 => 3 lignes */
161}
152.modif_mode 162.modif_mode
153{ 163{
154 background-color: #ffae1a; /* orange clair soupe de poisson */ 164 background-color: #ffae1a; /* orange clair soupe de poisson */