From f7b307ffaf20646ffb6340457767a163b612af04 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Tue, 5 Sep 2017 17:25:39 +0200 Subject: [PATCH] disable scrollable table; small style improvements --- site/static/css/custom.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/site/static/css/custom.css b/site/static/css/custom.css index 99af1e2..66c5807 100644 --- a/site/static/css/custom.css +++ b/site/static/css/custom.css @@ -213,15 +213,11 @@ table#sigtable td:nth-child(3), table#sigtable th:nth-child(3) { width: 50%; } table#sigtable thead { - overflow-y: scroll; display: table; - width: calc(100% - 16px); - background-color: rgba(230, 230, 230, 0.2); + background-color: rgba(230, 230, 230, 0.3); } -table#sigtable tbody { - overflow: auto; - max-height: 250px; - display: block; +table#sigtable th { + text-transform: uppercase; } table#sigtable tr { width: 100%;