Fixed issues with gems prompt not laying out properly from item store details view.

This commit is contained in:
Nick Winter 2014-12-07 15:29:19 -08:00
parent 343ad28761
commit 1ba57c7ae1
2 changed files with 3 additions and 0 deletions
app
styles/common
views/play/modal

View file

@ -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)

View file

@ -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