From: Zooko O'Whielacronx <zooko@zooko.com> Date: Sat, 11 Jun 2011 15:37:58 +0000 (-0700) Subject: wui: right-align the size column in the WUI X-Git-Url: https://git.rkrishnan.org/frontends/specifications/%22news.html/flags/%3C?a=commitdiff_plain;h=06bf0360d63141e6a4fbd21a5a8d9261223196cf;p=tahoe-lafs%2Ftahoe-lafs.git wui: right-align the size column in the WUI Thanks to Ted "stercor" Rolle Jr. and Terrell Russell. fixes #1412 --- 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>