Menu user

fix #43
This commit is contained in:
Olivier Mayer
2015-04-17 20:38:29 +09:00
parent e7065497bb
commit 1190d336dc
3 changed files with 6 additions and 1 deletions

View File

@@ -118,7 +118,7 @@
</a> </a>
</li> </li>
{% endif %} {% endif %}
<li> <li class="user">
{% if app['authentication'].isAuthenticated() %} {% if app['authentication'].isAuthenticated() %}
{% if app['authentication'].getUser().isGuest %} {% if app['authentication'].getUser().isGuest %}
<span> <span>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -3225,6 +3225,11 @@ DIV.thesaurus U.w {
padding: 0 15px; padding: 0 15px;
} }
#mainMenu .PNB.right li.user {
background: url('/skins/icons/icon_user.png') 15px 7px no-repeat;
padding-left: 45px;
}
#mainMenu, .publi_group { #mainMenu, .publi_group {
background-color: #3b3b3b; background-color: #3b3b3b;
} }