projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155d048
)
wui: right-align the size column in the WUI
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sat, 11 Jun 2011 15:37:58 +0000
(08:37 -0700)
committer
Zooko 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
patch
|
blob
|
history
diff --git
a/src/allmydata/web/directory.xhtml
b/src/allmydata/web/directory.xhtml
index 6dd6a57ba14210756b8b9a1dd7a399603896583d..a6329219ae843ca5b4eb403aa19fa3b9233835e6 100644
(file)
--- 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>