mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Merge pull request #2502 from laituan245/master
Fixed issues #2497 and #2501 (Text-fit bugs)
This commit is contained in:
commit
8739f6c409
2 changed files with 18 additions and 5 deletions
app/styles/play/modal
|
@ -178,7 +178,7 @@ $heroCanvasHeight: 275px
|
|||
float: left
|
||||
|
||||
.hero-stats
|
||||
width: 384px
|
||||
width: 400px
|
||||
height: $heroCanvasHeight
|
||||
float: left
|
||||
|
||||
|
@ -198,10 +198,10 @@ $heroCanvasHeight: 275px
|
|||
color: white
|
||||
|
||||
.hero-description
|
||||
margin-bottom: 7px
|
||||
margin-bottom: 4px
|
||||
|
||||
.hero-stat-row
|
||||
margin: 4px 0
|
||||
margin: 3px 0
|
||||
|
||||
.stat-label
|
||||
float: left
|
||||
|
@ -419,5 +419,9 @@ body.ipad #play-heroes-modal
|
|||
display: none
|
||||
|
||||
body[lang='ru']
|
||||
#play-heroes-modal #confirm-button
|
||||
font-size: 14px
|
||||
#play-heroes-modal
|
||||
#hero-carousel .hero-item .hero-stats h2
|
||||
font-size: 24px
|
||||
|
||||
#confirm-button
|
||||
font-size: 14px
|
||||
|
|
|
@ -393,3 +393,12 @@
|
|||
|
||||
#selected-item-unlock-button, .unequippable
|
||||
left: 645px
|
||||
|
||||
body[lang='pt-PT'], body[lang^='pt-BR']
|
||||
#play-items-modal .unlock-button
|
||||
font-size: 13px
|
||||
|
||||
body[lang='ru']
|
||||
#play-items-modal .unlock-button
|
||||
font-size: 10px
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue