float reward & todo h1s

This commit is contained in:
Tyler Renelle
2012-06-26 16:55:41 -04:00
parent a88898729b
commit 4b95476cb8
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -36,6 +36,10 @@ html,body,p,h1,ul,li,table,tr,th,td
color: rgb(153, 153, 153)
.reward
background-color: white
h1.todos, h1.rewards
float:left
margin-right:15px
.task:hover
cursor: move
+2 -2
View File
@@ -55,7 +55,7 @@
</div>
<div class="span3">
<h1>Todos</h1>
<h1 class='todos'>Todos</h1>
<div class="tabbable"> <!-- Only required for left/right tabs -->
<ul class="nav nav-tabs">
<li class="active"><a href="#tab1" data-toggle="tab">Remaining</a></li>
@@ -74,7 +74,7 @@
</div>
<div class="span3">
<h1>Rewards</h1>
<h1 class='rewards'>Rewards</h1>
{gold(_user.money)} <img src='/img/coin_single_gold.png'/> {silver(_user.money)} <img src='/img/coin_single_silver.png'/>
<ul class='rewards'>{#each _rewardList as :task}<app:task />{/}</ul>
<app:newTask type=reward><input value={_newReward} class="input-medium" type="text" /></app:newTask>