From fd6636a720b759bea131adec22dac5f39f4b71a1 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 21 Apr 2025 16:15:39 +0200 Subject: Update user interface --- VPNAuth.Server/wwwroot/style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 VPNAuth.Server/wwwroot/style.css (limited to 'VPNAuth.Server/wwwroot/style.css') diff --git a/VPNAuth.Server/wwwroot/style.css b/VPNAuth.Server/wwwroot/style.css new file mode 100644 index 0000000..c1dfc25 --- /dev/null +++ b/VPNAuth.Server/wwwroot/style.css @@ -0,0 +1,25 @@ +@import url("/static/chota.css"); + +body { + text-align: center; +} + +ul, li { + list-style-position: inside; +} + +table { + margin-left: auto; + margin-right: auto; +} + +th.normal { + text-align: left; + font-weight: normal; +} + +form { + width: fit-content; + margin-left: auto; + margin-right: auto; +} -- cgit v1.2.3