]> asedeno.scripts.mit.edu Git - bluechips.git/commitdiff
cleaned up status page a bit
authorScott Torborg <scott@crookedmedia.com>
Wed, 4 Nov 2009 07:45:00 +0000 (21:45 -1000)
committerScott Torborg <scott@crookedmedia.com>
Wed, 4 Nov 2009 07:45:00 +0000 (21:45 -1000)
bluechips/public/css/main.css
bluechips/templates/status/index.mako

index 084666c5b6acee1cd4438ab27828cca3af44f492..f3440c6f903968dd180d497c7b1047e2fa5debfa 100644 (file)
@@ -117,3 +117,6 @@ input.currency {
     background-repeat: no-repeat;
     background-position: center left;
 }
+span.see-all {
+    font-size: 0.7em;
+}
index cd851eec6062197f8f8e682d70ef3bc90125f5f3..12b4d2a3fbb745d873d8cb0c1f149ecf9cf0e6e5 100644 (file)
 </div>
 
 <div class="block">
-  <h2>Add a new transaction</h2>
-
-  <ul>
-    <li>${h.link_to('Expenditure for the group', h.url_for(controller='spend', action='index'))}</li>
-    <li>${h.link_to('Transfer between two people', h.url_for(controller='transfer', action='index'))}</li>
-  </ul>
-</div>
-
-<div class="block">
-  <h2>Your History</h2>
-
-  ${h.link_to('See all history', h.url_for(controller='history', action='index'))}
+  <h2>
+    Your History
+    <span class="see-all">
+      ${h.link_to('See all history', h.url_for(controller='history', action='index'))}
+    </span>
+  </h2>
 
   <h3>Expenditures</h3>