From 378c8f2731ace02f1d2f1491e46eeca28f194462 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Mon, 22 Mar 2010 00:14:58 -0400 Subject: [PATCH] Right align transfers in mobile interface --- bluechips/templates/mobile/status/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluechips/templates/mobile/status/index.mako b/bluechips/templates/mobile/status/index.mako index 4fc9af9..060d0b8 100644 --- a/bluechips/templates/mobile/status/index.mako +++ b/bluechips/templates/mobile/status/index.mako @@ -18,7 +18,7 @@ ${self.tabs('status')} ${transfer[0].name} ${transfer[1].name} - ${transfer[2]} + ${transfer[2]} % endfor -- 2.45.2