mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Embedded new video in multiplayer launch modal.
This commit is contained in:
parent
db4ae0cd2d
commit
287bf0398e
2 changed files with 19 additions and 1 deletions
app
|
@ -76,3 +76,19 @@
|
|||
|
||||
.modal-footer
|
||||
padding-top: 0px
|
||||
|
||||
.multiplayer-launch-wrapper
|
||||
position: relative
|
||||
margin: 0 auto 30px
|
||||
iframe
|
||||
display: block
|
||||
margin: 0 auto
|
||||
position: relative
|
||||
top: 8px
|
||||
img
|
||||
position: absolute
|
||||
left: -7px
|
||||
top: -3px
|
||||
width: 660px
|
||||
height: 382px
|
||||
pointer-events: none
|
||||
|
|
|
@ -6,7 +6,9 @@ block modal-header-content
|
|||
|
||||
block modal-body-content
|
||||
|
||||
<iframe width="640" height="360" src="//www.youtube.com/embed/1zjaA13k-dA?rel=0&controls=0&modestbranding=1&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
|
||||
.multiplayer-launch-wrapper
|
||||
<iframe width="640" height="360" src="//www.youtube.com/embed/wfc0U74LFCk?rel=0&controls=0&modestbranding=1&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
|
||||
img(src="/images/pages/home/video_border.png")
|
||||
|
||||
h3(data-i18n="multiplayer_launch.to_battle") To Battle, Developers!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue