mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
@@ -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>
|
||||||
|
BIN
www/skins/icons/icon_user.png
Normal file
BIN
www/skins/icons/icon_user.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user