Skip to content
Snippets Groups Projects
Verified Commit 25d0f9da authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #8526 adapt css header with v2 style

parent 1eac4471
No related branches found
No related tags found
No related merge requests found
......@@ -1487,7 +1487,7 @@ th.ref {
position: absolute;
position: absolute;
margin: 0px;
left: 170px;
left: 5px;
top: 5px;
font-size: 0.9em;
height: 18px;
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment