]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/status/index.mako
Right align total debit/credit on status pages
[bluechips.git] / bluechips / templates / status / index.mako
index 0d94dce0d95927742cfc6b16662677b7c72eadab..377179c621c68c43bc153e0a5d71964dea999b96 100644 (file)
@@ -18,7 +18,7 @@
         <tr>
           <td>${transfer[0].name}</td>
           <td>${transfer[1].name}</td>
-          <td>${transfer[2]}</td>
+          <td class="amount">${transfer[2]}</td>
         </tr>
       % endfor
       % if c.net != 0:
@@ -30,7 +30,7 @@
               You owe the group:
             % endif
           </th>
-          <th>${abs(c.net)}</th>
+          <th class="amount">${abs(c.net)}</th>
         </tr>
       % endif
     </table>