Fixed it
Cette révision appartient à :
Parent
dd1cdfac82
révision
bd19c6ae02
2 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -310,7 +310,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
.navbar-nav > li > .profile-image > span {
|
||||
.badgemenu > li > a > span {
|
||||
/* Ensure the member name is always centered */
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</ul>
|
||||
{{ else }}
|
||||
<a href="#" class="dropdown-toggle profile-image" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="glyphicon glyphicon-user hidden-md hidden-lg"></span> {{ call $.T "member" }} <span class="caret"></span>
|
||||
<span>{{ call $.T "member" }}</span><span class="caret"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="{{ genRoute "user_login" }}"><i class="fa fa-sign-out"></i> {{ call $.T "sign_in"}}</a></li>
|
||||
|
|
Référencer dans un nouveau ticket