summaryrefslogtreecommitdiff
path: root/assets/css/table.css
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-28 16:42:29 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-28 16:42:29 -0500
commit7b97c50569514deb96aca26e9162949cc6fbd89b (patch)
tree6731c64738a473561c2eaeff95013edf832c0aad /assets/css/table.css
parent4b70942bc486cb7c66beced212f25d73265129a4 (diff)
Improve css for tablets and fix minor bug
Diffstat (limited to 'assets/css/table.css')
-rw-r--r--assets/css/table.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/table.css b/assets/css/table.css
index 7c7be56b..9bc0c712 100644
--- a/assets/css/table.css
+++ b/assets/css/table.css
@@ -82,6 +82,10 @@ th a:hover {
width: 30%;
}
+.column-35 {
+ width: 35%;
+}
+
.column-40 {
width: 40%;
}