From 217224429fc15bc4f62f2182ad53bac33e93d0ff Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sat, 7 Jul 2012 22:43:49 -0400 Subject: [PATCH] Basic setup for static rewards --- styles/app/index.styl | 9 ++++++--- views/app/index.html | 25 ++++++++++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/styles/app/index.styl b/styles/app/index.styl index c4b463638d..2c02c47a05 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -75,14 +75,17 @@ li:hover .task-meta-controls .hover-show .vote-up, .vote-down text-decoration:none; - .buy-link - background-color: #DEE5F2 + .buy-link, .static-buy-link + background-color: #ccffcc padding: 2px margin-right: 10px border-radius: 5px img height:20px + + .static-buy-link + background-color: #DEE5F2 #character img @@ -110,4 +113,4 @@ footer.footer position: absolute bottom: 10px right: 10px - \ No newline at end of file + diff --git a/views/app/index.html b/views/app/index.html index fa65796848..7f9cc8296b 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -99,7 +99,12 @@
{gold(_user.money)} {silver(_user.money)}
- + +
@@ -126,8 +131,8 @@
{{{content}}} -
- + +
  • @@ -200,6 +205,20 @@
       
       
       
    +
    +  
  • +
    +      
    + +
    + +
    {{{text}}}
    +
    +
  • + + Fork me on GitHub