wui: right-align the size column in the WUI

Thanks to Ted "stercor" Rolle Jr. and Terrell Russell.
fixes #1412
This commit is contained in:
Zooko O'Whielacronx 2011-06-11 08:37:58 -07:00
parent 155d048d17
commit 06bf0360d6

View File

@ -29,7 +29,7 @@
<tr n:pattern="item" n:render="row"> <tr n:pattern="item" n:render="row">
<td><n:slot name="type"/></td> <td><n:slot name="type"/></td>
<td><n:slot name="filename"/></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="times"/></td>
<td><n:slot name="delete"/></td> <td><n:slot name="delete"/></td>
<td><n:slot name="rename"/></td> <td><n:slot name="rename"/></td>