From 663ca2f73d88072f35dc33a6b85a3742a8f62e64 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 18 Apr 2019 00:16:42 +0200 Subject: Added icons defining the type of the file Co-authored-by: LarsVomMars --- src/main/resources/css/files.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/main/resources/css/files.css') diff --git a/src/main/resources/css/files.css b/src/main/resources/css/files.css index c7302bf..bcc97b9 100644 --- a/src/main/resources/css/files.css +++ b/src/main/resources/css/files.css @@ -37,25 +37,29 @@ tr td, tr th { } colgroup col:nth-child(1) { - width: 40%; + width: 5%; } colgroup col:nth-child(2) { - width: 15%; + width: 35%; } colgroup col:nth-child(3) { - width: 25%; + width: 15%; } colgroup col:nth-child(4) { - width: 10%; + width: 25%; } colgroup col:nth-child(5) { width: 10%; } +colgroup col:nth-child(6) { + width: 10%; +} + .drop { padding: 8px; min-height: calc(100vh - 16px); -- cgit v1.2.3