From 6edfe5146c96c49978cb95875de776298f115515 Mon Sep 17 00:00:00 2001 From: Nicholas Skinsacos Date: Fri, 4 Aug 2017 22:33:29 -0400 Subject: [PATCH] Migrate width attribute to CSS (Fixes #436) --- public/main.css | 16 ++++++++++++++++ views/index.handlebars | 8 ++++---- 2 files changed, 20 insertions(+), 4 deletions(-) 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 49a849bb..db6fae7c 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -21,10 +21,10 @@ - - - - + + + +