From 06bf0360d63141e6a4fbd21a5a8d9261223196cf Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx <zooko@zooko.com> Date: Sat, 11 Jun 2011 08:37:58 -0700 Subject: [PATCH] wui: right-align the size column in the WUI Thanks to Ted "stercor" Rolle Jr. and Terrell Russell. fixes #1412 --- src/allmydata/web/directory.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/web/directory.xhtml b/src/allmydata/web/directory.xhtml index 6dd6a57b..a6329219 100644 --- a/src/allmydata/web/directory.xhtml +++ b/src/allmydata/web/directory.xhtml @@ -29,7 +29,7 @@ <tr n:pattern="item" n:render="row"> <td><n:slot name="type"/></td> <td><n:slot name="filename"/></td> - <td><n:slot name="size"/></td> + <td align="right"><n:slot name="size"/></td> <td><n:slot name="times"/></td> <td><n:slot name="delete"/></td> <td><n:slot name="rename"/></td> -- 2.45.2