From 25d0f9dad68806dce95d38096bf68b7e71bdcc04 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Fri, 5 Oct 2018 18:26:45 +0200
Subject: [PATCH] FEAT #8526 adapt css header with v2 style

---
 apps/maarch_entreprise/css/styles.css       | 2 +-
 apps/maarch_entreprise/template/header.html | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/apps/maarch_entreprise/css/styles.css b/apps/maarch_entreprise/css/styles.css
index 0ef8e407e08..b747096eb9b 100755
--- a/apps/maarch_entreprise/css/styles.css
+++ b/apps/maarch_entreprise/css/styles.css
@@ -1487,7 +1487,7 @@ th.ref {
     position: absolute;
     position: absolute;
     margin: 0px;
-    left: 170px;
+    left: 5px;
     top: 5px;
     font-size: 0.9em;
     height: 18px;
diff --git a/apps/maarch_entreprise/template/header.html b/apps/maarch_entreprise/template/header.html
index 3baa64dc701..e549e58d883 100755
--- a/apps/maarch_entreprise/template/header.html
+++ b/apps/maarch_entreprise/template/header.html
@@ -3,7 +3,7 @@
         <div><p id="ariane"></p></div>
         <div style="display:flex;padding-left: 20px;padding-right: 20px;height:100%;">
             <a href="index.php">
-                <div style="background: url(static.php?filename=logo_white.svg) #135F7F;background-size: 80%;background-position: center;background-repeat: no-repeat;width: 140px;height: 100%;">
+                <div style="background: url(static.php?filename=logo_white.svg) #135F7F;background-size: 80%;background-position-y: 26px;background-repeat: no-repeat;width: 140px;height: 100%;">
                 </div>
             </a>
             <div style="justify-content: flex-end;display: flex;width: 100%;color: white;align-items: center;">
@@ -70,6 +70,11 @@
                             ?>
                         </ul>
                         <div class="header_menu_blank">&nbsp;</div>
+                        <div class="footer_menu">
+                            <a href="index.php?display=true&page=logout&logout=true" style="cursor: pointer;color:white;float:left;"><?php echo _LOGOUT;?></a>
+                            <a onclick="triggerAngular('#/profile')" style="cursor: pointer;color:white;float:right;"><?php echo _MY_INFO;?></a>
+                            <div style="clear:both;"></div>
+                        </div>
                     </div>
                 </span>
             </div>
-- 
GitLab