Fixed #1868. Fixed #1846. Made sure that home view slogan always fits in all languages.

This commit is contained in:
Nick Winter 2014-12-07 20:17:22 -08:00
parent 4a659903fe
commit 7854d6bf5a
3 changed files with 20 additions and 1 deletions

View file

@ -66,7 +66,7 @@
@media screen and ( max-height: 800px )
top: 451px
.alert
top: 213px
border: 5px solid darkred
@ -82,3 +82,8 @@
a
color: lighten(#0b63bc, 10%)
body[lang='ru'], body[lang^='de'], body[lang^='pt'], body[lang='pl'], body[lang='tr'], body[lang^='nl'], body[lang^='cs'], body[lang^='sv'], body[lang^='el'], body[lang^='hu'], body[lang^='bg']
#home-view #slogan
font-size: 22px
line-height: 23px

View file

@ -107,3 +107,16 @@
.unequippable
position: absolute
body:not([lang^='en'])
#item-details-view
#item-details-body
.stat-row
text-align: center
.stat-label, .stat
position: initial
display: inline-block
.stat-label
margin-right: 8px

View file

@ -55,6 +55,7 @@ exports.config =
regJoin('^app/core')
regJoin('^app/views/core')
'app/locale/locale.coffee'
'app/locale/en.coffee'
'app/lib/sprites/SpriteBuilder.coffee' # loaded by ThangType
]