diff --git a/styles/app/index.styl b/styles/app/index.styl index 6c60e97b92..47b160c458 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -85,8 +85,11 @@ li:hover .task-meta-controls .hover-show img height:20px - .item-buy-link - background-color: #ccffcc + .item-buy-link + background-color: #ccffcc + +.new-task-form + margin-bottom:5px; #character diff --git a/views/app/index.html b/views/app/index.html index 4a81cd927b..2b5c9bf122 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -217,7 +217,8 @@ - + +

Adds 20 tokens and removes ads.

@@ -307,11 +308,28 @@ - + {{@content}} + {#if _loggedIn} + {#unless equal(@type,'reward')} + + + + {/} + {/} +