From f0adad5ec850ad3a8e3acddb3dcf7a73dea53bbf Mon Sep 17 00:00:00 2001 From: Trevor Leeming <46264947+Trevor89@users.noreply.github.com> Date: Thu, 21 Oct 2021 22:32:56 +0100 Subject: [PATCH] Spacing and collapsable options space the panes out a little, space the checkboxes, make them collapsable --- website.py | 255 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 148 insertions(+), 107 deletions(-) diff --git a/website.py b/website.py index f30ca78f..fafd6285 100755 --- a/website.py +++ b/website.py @@ -123,7 +123,7 @@ def print_headers(content_type: str) -> None: """ ) - print("
", end="") + print(" ", end="") # assuming this is the result page, any chance of adding rough syntax highlighting? print(res.stdout.decode("utf-8", "replace")) elif "?go" in os.environ.get("REQUEST_URI", ""): print_headers(content_type="text/html") @@ -133,129 +133,170 @@ def print_headers(content_type: str) -> None: """ - + +