aboutsummaryrefslogtreecommitdiff
path: root/VPNAuth.Server/wwwroot/style.css
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-04-21 16:15:39 +0200
committerTim <contact@bytim.eu>2025-04-21 16:15:39 +0200
commitfd6636a720b759bea131adec22dac5f39f4b71a1 (patch)
tree9f08d3b72959c60f7e1b06aa0aca3c293d21abcd /VPNAuth.Server/wwwroot/style.css
parenta930e972917575c46ff9f59ab69d62be657ecac8 (diff)
downloadVPNAuth-fd6636a720b759bea131adec22dac5f39f4b71a1.tar.xz
VPNAuth-fd6636a720b759bea131adec22dac5f39f4b71a1.zip
Update user interface
Diffstat (limited to 'VPNAuth.Server/wwwroot/style.css')
-rw-r--r--VPNAuth.Server/wwwroot/style.css25
1 files changed, 25 insertions, 0 deletions
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;
+}