mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 07:40:22 -04:00
Resolved issue #149
This commit is contained in:
parent
07c80f6354
commit
882302d66e
2 changed files with 12 additions and 1 deletions
|
@ -24,6 +24,16 @@ h1 h2 h3 h4
|
|||
font-weight: normal
|
||||
letter-spacing: 1px
|
||||
|
||||
.navbuttontext-user-name
|
||||
max-width: 125px
|
||||
overflow: hidden
|
||||
text-overflow: ellipsis
|
||||
white-space: nowrap
|
||||
display: inline-block
|
||||
padding: 0
|
||||
margin: 0
|
||||
height: 18px
|
||||
|
||||
.navbar .nav.navbar-link-text, .navbar .nav.navbar-link-text > li > a
|
||||
font-family: 'Bangers', cursive
|
||||
font-weight: normal
|
||||
|
|
|
@ -12,7 +12,8 @@ body
|
|||
if me.get('anonymous') === false
|
||||
button.btn.btn-primary.navbuttontext#logout-button(data-i18n="nav.log_out") Log Out
|
||||
a.btn.btn-primary.navbuttontext(href="/account/profile/#{me.id}")
|
||||
| #{me.displayName()}
|
||||
div.navbuttontext-user-name
|
||||
| #{me.displayName()}
|
||||
i.icon-cog.icon-white.big
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue