]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/mobile/status/index.mako
Right align transfers in mobile interface
[bluechips.git] / bluechips / templates / mobile / status / index.mako
index 4fc9af9aa02ead1e95d9c8bf5b827a2371432602..060d0b80d2c69fe5e005354f527f35e84e30894a 100644 (file)
@@ -18,7 +18,7 @@ ${self.tabs('status')}
         <tr>
           <td>${transfer[0].name}</td>
           <td>${transfer[1].name}</td>
-          <td>${transfer[2]}</td>
+          <td class="amount">${transfer[2]}</td>
         </tr>
       % endfor
     </table>