]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
wui: right-align the size column in the WUI
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 11 Jun 2011 15:37:58 +0000 (08:37 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 11 Jun 2011 15:37:58 +0000 (08:37 -0700)
Thanks to Ted "stercor" Rolle Jr. and Terrell Russell.
fixes #1412

src/allmydata/web/directory.xhtml

index 6dd6a57ba14210756b8b9a1dd7a399603896583d..a6329219ae843ca5b4eb403aa19fa3b9233835e6 100644 (file)
@@ -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>