Adjusted styles for snowball and spookDust so they would align like the coins
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
line-height: 1.5em
|
||||
padding-left: 0.75em
|
||||
|
||||
.shop_gold, .shop_silver, .shop_copper
|
||||
.shop_gold, .shop_silver, .shop_copper, .shop_spell
|
||||
vertical-align: top
|
||||
display: inline-block
|
||||
|
||||
|
||||
@@ -103,13 +103,13 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
||||
span.task-notes
|
||||
span.glyphicon.glyphicon-comment
|
||||
//left-hand size commands
|
||||
.task-controls
|
||||
.task-controls.task-primary
|
||||
a.money.btn-buy.item-btn(ng-click='castStart(Content.spells.special.#{k})')
|
||||
if canceler
|
||||
span.shop_gold
|
||||
span.reward-cost {{Content.spells.special.#{k}.value}}
|
||||
else
|
||||
span(class='shop_#{k}',style='display:inline-block;vertical-align:top;')
|
||||
span.shop_spell(class='shop_#{k}')
|
||||
span.reward-cost {{user.items.special.#{k}}}
|
||||
// main content
|
||||
p.task-text {{Content.spells.special.#{k}.text()}}
|
||||
|
||||
Reference in New Issue
Block a user