From e3ef7e564acf3bccb96fa4af78dd4ad8e3d33b23 Mon Sep 17 00:00:00 2001
From: JosephK <josephk@framasoft.org>
Date: Mon, 21 Sep 2015 10:24:25 +0200
Subject: [PATCH] Fix css header responsive

---
 tpl/header.tpl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tpl/header.tpl b/tpl/header.tpl
index 95239017..07758af8 100644
--- a/tpl/header.tpl
+++ b/tpl/header.tpl
@@ -1,4 +1,4 @@
-    <header role="banner">
+    <header role="banner" class="clearfix">
     {if count($langs)>1}
         <form method="post" action="" class="hidden-print">
             <div class="input-group input-group-sm pull-right col-xs-12 col-sm-2">
@@ -14,12 +14,12 @@
         </form>
     {/if}
 
-        <h1>
+        <h1 class="row col-xs-12 col-sm-10">
             <a href="{$SERVER_URL|html}" title="{__('Generic', 'Home')} - {$APPLICATION_NAME|html}" >
                 <img src="{$TITLE_IMAGE|resource}" alt="{$APPLICATION_NAME|html}" class="img-responsive"/>
             </a>
         </h1>
-        {if !empty($title)}<h2 class="lead"><i>{$title|html}</i></h2>{/if}
-        <hr class="trait" role="presentation" />
+        {if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if}
+        <hr class="trait col-xs-12" role="presentation" />
     </header>
     <main role="main">
-- 
GitLab