mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Merge pull request #2418 from divyanshu013/master
A small fix for confusing Hero Modal weaopons list for #1774
This commit is contained in:
commit
f2ab176fd6
4 changed files with 13 additions and 2 deletions
app
locale
styles
templates/play
|
@ -449,7 +449,7 @@
|
|||
weapons: "Weapons"
|
||||
weapons_warrior: "Swords - Short Range, No Magic"
|
||||
weapons_ranger: "Crossbows, Guns - Long Range, No Magic"
|
||||
weapons_wizard: "Wands, Staffs - Long Range, Magic"
|
||||
weapons_wizard: "Wands, Staffs - Long Range Staffs, Magic"
|
||||
attack: "Damage" # Can also translate as "Attack"
|
||||
health: "Health"
|
||||
speed: "Speed"
|
||||
|
|
|
@ -200,3 +200,10 @@ body[lang='fr']
|
|||
|
||||
#subscribe-modal .comparison-table tbody
|
||||
font-size: 13px
|
||||
|
||||
body[lang='de-DE']
|
||||
#subscribe-modal .comparison-blurb
|
||||
font-size: 16px
|
||||
|
||||
#subscribe-modal .comparison-table tbody
|
||||
font-size: 12px
|
||||
|
|
|
@ -391,6 +391,9 @@ $gameControlMargin: 30px
|
|||
|
||||
.player-name
|
||||
margin-left: 45px
|
||||
|
||||
a
|
||||
color: white
|
||||
|
||||
$spriteSheetSize: 30px
|
||||
|
||||
|
|
|
@ -103,7 +103,8 @@ else
|
|||
button.btn.btn-illustrated.login-button.btn-warning(data-i18n="login.log_in")
|
||||
button.btn.btn-illustrated.signup-button.btn-danger(data-i18n="signup.sign_up")
|
||||
else
|
||||
span.player-name.spr= me.get('name')
|
||||
a(href="/account")
|
||||
span.player-name.spr= me.get('name')
|
||||
button#logout-button.btn.btn-illustrated.btn-warning(data-i18n="login.log_out") Log Out
|
||||
if me.isPremium()
|
||||
button.btn.btn-illustrated.btn-primary(data-i18n="nav.contact", data-toggle="coco-modal", data-target="core/ContactModal") Contact
|
||||
|
|
Loading…
Add table
Reference in a new issue