Prettier dead modal

This commit is contained in:
Tyler Renelle 2012-07-08 23:34:20 -04:00
parent b974d98f36
commit 7df7f13939
3 changed files with 7 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -134,3 +134,7 @@ footer.footer
.item .task-text img
max-height: 16px
#dead-modal img
float:left
padding-right:10px

View file

@ -50,14 +50,13 @@
<Body:>
<br/>
<!-- Revive Modal -->
<div style="{#unless equal(_user.stats.lvl,0)}display:none;{/}">
<div data-action="backdrop" class="modal-backdrop"></div>
<div class="modal" id="dead-modal">
<div class="modal-header">
<h3>Game Over</h3>
</div>
<div class="modal-body">
<p>You're Dead.</p>
<img src="/img/BrowserQuest/habitrpg_mods/dead.png" />
<h3>You're Dead</h3>
<p><a x-bind=click:revive class="btn btn-danger">Revive</a></p>
</div>
</div>