aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css
diff options
context:
space:
mode:
authorMarvin Borner2019-04-18 00:16:42 +0200
committerMarvin Borner2019-04-18 00:16:42 +0200
commit663ca2f73d88072f35dc33a6b85a3742a8f62e64 (patch)
treea463667902898a7d24bc109740af726a83319485 /src/main/resources/css
parentf71843df94f1d89dbec7283854dddb76e35598dc (diff)
Added icons defining the type of the file
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'src/main/resources/css')
-rw-r--r--src/main/resources/css/files.css12
1 files changed, 8 insertions, 4 deletions
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);