mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -04:00
Added a close button to the game menu modal.
This commit is contained in:
parent
b1de5e0045
commit
bfae70ef13
2 changed files with 7 additions and 0 deletions
app
|
@ -1,4 +1,10 @@
|
|||
#game-menu-modal
|
||||
|
||||
.close
|
||||
position: absolute
|
||||
top: 10px
|
||||
right: 20px
|
||||
|
||||
.modal-dialog
|
||||
margin-top: 0
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ extends /templates/modal/modal_base
|
|||
block modal-header
|
||||
|
||||
block modal-body-content
|
||||
.button.close(type="button", data-dismiss="modal", aria-hidden="true") ×
|
||||
.tabbable.tabs-left
|
||||
- var submenus = ["inventory", "choose-hero", "save-load", "options", "guide", "multiplayer"]
|
||||
- if (!showDevBits) { // Not done yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue