This commit is contained in:
Olivier Mayer
2015-03-24 20:25:59 +09:00
parent 6c28e11dbc
commit 78cf0eb999
3 changed files with 7 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
<div class="PNB" style="right:auto;overflow:hidden;"> <div class="PNB" style="right:auto;overflow:hidden;">
<ol> <ol>
<li> <li>
<span class="title {% if module == "prod" %}selected{% endif %}"> <span class="title">
{% block menu_bar_title %}Phraseanet{% endblock %} <img src="/skins/logos/logo.png" alt="" id="mainLogo">
</span> </span>
</li> </li>
{% if module is defined and module != "lightbox" and app['authentication'].isAuthenticated() %} {% if module is defined and module != "lightbox" and app['authentication'].isAuthenticated() %}

BIN
www/skins/logos/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -2993,6 +2993,11 @@ DIV.thesaurus U.w {
vertical-align: middle; vertical-align: middle;
} }
#mainMenu #mainLogo {
margin:0 10px;
margin-top: -4px;
}
#mainMenu li, #mainMenu li span { #mainMenu li, #mainMenu li span {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;