diff --git a/public/main.css b/public/main.css index b3541e23..bce304d1 100644 --- a/public/main.css +++ b/public/main.css @@ -266,6 +266,22 @@ tbody { table-layout: fixed; } +#uploaded-file { + width: 35%; +} + +#copy-file-list { + width: 25%; +} + +#expiry-file-list { + width: 21%; +} + +#delete-file-list { + width: 12%; +} + .icon-delete, .icon-copy, .icon-check { diff --git a/views/index.handlebars b/views/index.handlebars index 2b76a62b..33c1e1f7 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -21,10 +21,10 @@ - - - - + + + +