diff --git a/public/css/items.styl b/public/css/items.styl index b4929dfb66..35dd7e7ef2 100644 --- a/public/css/items.styl +++ b/public/css/items.styl @@ -40,6 +40,9 @@ .rewards .task-text padding-left: 5em +.rewards .reward-img + margin-left: 5em + .rewards .task-options background: white diff --git a/views/shared/tasks/lists.jade b/views/shared/tasks/lists.jade index 9eb9f01b75..7ddb92b292 100644 --- a/views/shared/tasks/lists.jade +++ b/views/shared/tasks/lists.jade @@ -41,12 +41,12 @@ 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='buy(item)') span.reward-cost {{item.value}} span.shop_gold // main content - span(bo-class='{"shop_{{item.key}} shop-sprite item-img": true}') + span(bo-class='{"shop_{{item.key}} shop-sprite item-img": true}').reward-img p.task-text {{item.text()}} // Events @@ -84,7 +84,7 @@ 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(spell)') span.reward-cost strong {{spell.mana}}