mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix #34
This commit is contained in:
@@ -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
BIN
www/skins/logos/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@@ -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;
|
||||||
|
Reference in New Issue
Block a user