mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Fixed issues with gems prompt not laying out properly from item store details view.
This commit is contained in:
parent
343ad28761
commit
1ba57c7ae1
2 changed files with 3 additions and 0 deletions
app
|
@ -248,6 +248,8 @@ kbd
|
|||
|
||||
&.btn-lg
|
||||
border-width: 14px 20px 20px 20px
|
||||
height: 60px
|
||||
line-height: 34px
|
||||
|
||||
&.btn-primary
|
||||
border-image-source: url(/images/common/button-background-primary-active-border.png)
|
||||
|
|
|
@ -202,6 +202,7 @@ module.exports = class PlayItemsModal extends ModalView
|
|||
unlockButton.popover(
|
||||
animation: true
|
||||
trigger: 'manual'
|
||||
placement: 'top'
|
||||
content: ' ' # template has it
|
||||
container: @$el
|
||||
template: popoverTemplate
|
||||
|
|
Loading…
Add table
Reference in a new issue