diff --git a/styles/app/index.styl b/styles/app/index.styl index dc63f849e0..6e21bfa79c 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -38,10 +38,6 @@ html,body,p,h1,ul,li,table,tr,th,td .reward pre background-color: white -.todos h1, .rewards h1 - float:left - margin-right:15px - .todos .nav-pills > .active > a, .nav-pills > .active > a:hover color: #005580 diff --git a/views/app/index.html b/views/app/index.html index 12c197d788..f0752b4085 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -130,22 +130,29 @@ and have to pass those in via {{{content}}} instead --> - +
+

Habits

+ + - - - +
+ +
+

Daily

- +
- +
- +
+

Todos

+ +
    @@ -165,25 +172,33 @@ {/} - +
- -
{gold(_user.stats.money)} {silver(_user.stats.money)}
-
    - {#each _rewardList as :task}{/} -
- - {#if _user.items.itemsEnabled} -
    - {#with _items.armor as :item}{/} - {#with _items.weapon as :item}{/} - {#with _items.potion as :item}{/} - {#with _items.reroll as :item}{/} -
- {/} +
+ + +
+

Rewards

+
{gold(_user.stats.money)} {silver(_user.stats.money)}
+
+ + +
    + {#each _rewardList as :task}{/} +
+ + {#if _user.items.itemsEnabled} +
    + {#with _items.armor as :item}{/} + {#with _items.weapon as :item}{/} + {#with _items.potion as :item}{/} + {#with _items.reroll as :item}{/} +
+ {/} - +
+ @@ -285,15 +300,7 @@
- - -
- - -

{{{title}}}

- {{{content}}} -
- +
{{{content}}}