Adjusted styles for snowball and spookDust so they would align like the coins

This commit is contained in:
Blade Barringer
2014-12-31 09:31:56 -06:00
parent 774bb7bc3a
commit 5d958b1456
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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()}}