From 5d958b14566b223d1d8d0f10f75cfa102a660e96 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 31 Dec 2014 09:31:56 -0600 Subject: [PATCH] Adjusted styles for snowball and spookDust so they would align like the coins --- public/css/items.styl | 2 +- views/shared/tasks/lists.jade | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/items.styl b/public/css/items.styl index 35dd7e7ef2..213e499835 100644 --- a/public/css/items.styl +++ b/public/css/items.styl @@ -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 diff --git a/views/shared/tasks/lists.jade b/views/shared/tasks/lists.jade index e73661adfc..372410dda7 100644 --- a/views/shared/tasks/lists.jade +++ b/views/shared/tasks/lists.jade @@ -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()}}