From 2a139f0bf33a339efa08acf0e31d79fffc3b7cc1 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Fri, 14 Dec 2018 12:18:45 +0000
Subject: [PATCH] =?UTF-8?q?Ajustements=20CSS=20sur=20la=20banni=C3=A8re=20?=
 =?UTF-8?q?en=20RWD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 noisettes/header/headerbanner.html | 6 ++++++
 stylessoyezcreateurs.css.html      | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/noisettes/header/headerbanner.html b/noisettes/header/headerbanner.html
index cb665edc..9832b431 100644
--- a/noisettes/header/headerbanner.html
+++ b/noisettes/header/headerbanner.html
@@ -85,6 +85,12 @@ if ($banniere['banniere']!='') {
 	height: #CONFIG{soyezcreateurs/hauteurbannierre}px;
 	margin-top: -#CONFIG{soyezcreateurs/hauteurbannierre}px;
 }
+@media screen and (max-width: #GET{LargeurContaineur}px) {
+[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={portailcognac}|ou{#CONFIG{soyezcreateurs_layout/pictogrammesoutils,non}|=={avecoutils}})
+  #header_inner {
+    height: auto;
+  }
+}
 ]
 
 [(#CONFIG{soyezcreateurs/afficher_titre,visible}|=={invisible}|oui)
diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 612a275c..7faf002d 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -2603,8 +2603,8 @@ a.button.triadeC:focus,
 	]
   }
   #header #cadre_outils ul {
-    padding-left: 1em;
-    padding-right: 1em;
+    padding-left: 0em;
+    padding-right: 0em;
   }
   #header #cadre_outils ul li {
     display: inline-block;
@@ -2620,7 +2620,7 @@ a.button.triadeC:focus,
 	text-align: center;
 	margin-left:0;
 	width: 100%;
-	height: inherit;
+	height: auto;
   }
   .portailcognac #header #logo img {
     display: inline-block;
-- 
GitLab