diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-12-24 11:52:50 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-12-26 10:49:13 +0100 |
commit | 2e04b2c23c66a42372d0ecaea2b0f4b2c7b7c7e5 (patch) | |
tree | 9249bb0e9792a11bb27df78a4d93a0b3c0be0b33 /template/head.html | |
parent | 878cd6e8792d5ac03eea59fec9fe8e325440d50c (diff) |
delete files
Diffstat (limited to 'template/head.html')
-rw-r--r-- | template/head.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/head.html b/template/head.html index 6c6ef5b..a36c475 100644 --- a/template/head.html +++ b/template/head.html @@ -24,7 +24,12 @@ tr:not(:last-child) {border-bottom:1px solid grey} th, td {padding:0.2em} th.file-name {text-align:left} th.file-icon {width:1em} -th.file-size {white-space:nowrap;} +th.file-size { + width:2em; + white-space:nowrap; + text-align:right; +} +th.file-delete {width:1em} td.file-size { text-align:right; white-space:nowrap; |