mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-28 23:13:59 -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
|
float: left
|
||||||
|
|
||||||
.hero-stats
|
.hero-stats
|
||||||
width: 384px
|
width: 400px
|
||||||
height: $heroCanvasHeight
|
height: $heroCanvasHeight
|
||||||
float: left
|
float: left
|
||||||
|
|
||||||
|
@ -198,10 +198,10 @@ $heroCanvasHeight: 275px
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
.hero-description
|
.hero-description
|
||||||
margin-bottom: 7px
|
margin-bottom: 4px
|
||||||
|
|
||||||
.hero-stat-row
|
.hero-stat-row
|
||||||
margin: 4px 0
|
margin: 3px 0
|
||||||
|
|
||||||
.stat-label
|
.stat-label
|
||||||
float: left
|
float: left
|
||||||
|
@ -419,5 +419,9 @@ body.ipad #play-heroes-modal
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
body[lang='ru']
|
body[lang='ru']
|
||||||
#play-heroes-modal #confirm-button
|
#play-heroes-modal
|
||||||
font-size: 14px
|
#hero-carousel .hero-item .hero-stats h2
|
||||||
|
font-size: 24px
|
||||||
|
|
||||||
|
#confirm-button
|
||||||
|
font-size: 14px
|
||||||
|
|
|
@ -393,3 +393,12 @@
|
||||||
|
|
||||||
#selected-item-unlock-button, .unequippable
|
#selected-item-unlock-button, .unequippable
|
||||||
left: 645px
|
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