mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
Merge branch 'production'
This commit is contained in:
commit
1b257252f9
2 changed files with 27 additions and 30 deletions
|
@ -1,25 +1,35 @@
|
|||
#level-victory-modal
|
||||
.victory-banner
|
||||
float: right
|
||||
width: 150px
|
||||
position: relative
|
||||
|
||||
.modal-footer
|
||||
clear: both
|
||||
padding-top: 15px
|
||||
|
||||
p.sign-up-poke
|
||||
text-align: left
|
||||
margin-bottom: 10px
|
||||
|
||||
.sign-up-button
|
||||
margin-left: 20px
|
||||
|
||||
.next-level-button
|
||||
margin-bottom: 10px
|
||||
margin-right: 30px
|
||||
float: right
|
||||
|
||||
.sign-up-button
|
||||
float: right
|
||||
margin-left: 10px
|
||||
|
||||
.next-level-button
|
||||
float: right
|
||||
margin-left: 10px
|
||||
|
||||
.rating
|
||||
float: center
|
||||
margin-right: 22%
|
||||
float: left
|
||||
position: relative
|
||||
top: 5px
|
||||
span
|
||||
margin-right: 5px
|
||||
i
|
||||
cursor: pointer
|
||||
padding: 2px
|
||||
|
||||
|
||||
.review
|
||||
margin-top: 5px
|
||||
width: 100%
|
||||
|
@ -31,23 +41,10 @@
|
|||
width: 100%
|
||||
height: 80px
|
||||
box-sizing: border-box
|
||||
|
||||
|
||||
.share-buttons
|
||||
padding-top: 15px
|
||||
clear: both
|
||||
|
||||
.modal-header
|
||||
text-align: left
|
||||
|
||||
.victory-banner
|
||||
width: 450px
|
||||
position: absolute
|
||||
left: -150px
|
||||
|
||||
.modal-dialog
|
||||
margin-left: 30%
|
||||
padding-left: 300px
|
||||
width: 700px
|
||||
|
||||
.modal-footer
|
||||
margin: 0px
|
||||
padding: 0px
|
||||
text-align: center
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
.modal-dialog
|
||||
|
||||
img.victory-banner(src="/images/level/victory.png", alt="")
|
||||
|
||||
.modal-header
|
||||
button(type='button', data-dismiss="modal", aria-hidden="true").close ×
|
||||
h3
|
||||
|
@ -11,7 +9,9 @@
|
|||
span= levelName
|
||||
span(data-i18n="play_level.victory_title_suffix") Complete
|
||||
|
||||
.modal-body!= body
|
||||
.modal-body
|
||||
img.victory-banner(src="/images/level/victory.png", alt="")
|
||||
div!= body
|
||||
|
||||
.modal-footer
|
||||
if hasNextLevel
|
||||
|
|
Loading…
Reference in a new issue