summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/app.css4
-rw-r--r--assets/css/table.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index a23fca2d..0e031e28 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -130,6 +130,10 @@ th a:hover {
width: 10%;
}
+.column-15 {
+ width: 15%;
+}
+
.column-20 {
width: 20%;
}
diff --git a/assets/css/table.css b/assets/css/table.css
index c5ddb4c0..1a1e52a7 100644
--- a/assets/css/table.css
+++ b/assets/css/table.css
@@ -66,6 +66,10 @@ th a:hover {
width: 10%;
}
+.column-15 {
+ width: 15%;
+}
+
.column-20 {
width: 20%;
}