From e13136ea7dbab33a010c4437ae7f1cc15a0fab78 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 19 Jul 2020 20:52:04 +0200 Subject: [PATCH] restore tracker to known ugliness --- WebHostLib/static/static.css | 4 ++++ WebHostLib/templates/tracker.html | 16 ++-------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/WebHostLib/static/static.css b/WebHostLib/static/static.css index b2d69f70..8f1ed3d1 100644 --- a/WebHostLib/static/static.css +++ b/WebHostLib/static/static.css @@ -7,6 +7,10 @@ table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) { content: "" !important; } +.dataTable > thead > tr > th :not(.sorting_disabled) { + padding-right: 0 !important; +} + th { padding: 1px !important; } diff --git a/WebHostLib/templates/tracker.html b/WebHostLib/templates/tracker.html index 64a9e446..0db3b818 100644 --- a/WebHostLib/templates/tracker.html +++ b/WebHostLib/templates/tracker.html @@ -2,21 +2,9 @@ {% block head %} Multiworld Tracker for Room {{ room.id }} - - - - - + +