1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/9758] Changes class name of new "span" in overall_header.html

PHPBB3-9758
This commit is contained in:
Crizzo 2014-03-15 15:04:54 +01:00
parent ddbdde53ab
commit e149c266ce
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@
<!-- EVENT overall_header_navigation_append -->
<!-- IF not S_IS_BOT -->
<li class="small-icon icon-logout rightside no-bulletin"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a> <span class="avatar-index">{CURRENT_USER_AVATAR}</span></li>
<li class="small-icon icon-logout rightside no-bulletin"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a> <span class="avatar-overall-header">{CURRENT_USER_AVATAR}</span></li>
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="small-icon icon-register rightside no-bulletin"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
<!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members rightside no-bulletin"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
<!-- ENDIF -->

View File

@ -445,7 +445,7 @@ ul.linklist.bulletin li.no-bulletin:before {
}
/* Avatar in overall_header.html */
span.avatar-index img {
span.avatar-overall-header img {
max-height: 25px;
vertical-align: top;
width: auto;