From 5c3d9ddc1c77e1196295e9fbce5ef97decff8584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 11:06:49 +0200 Subject: [PATCH] some styling --- .../wwwroot/services.html | 100 +++++++++--------- .../wwwroot/style.css | 41 +++++-- 2 files changed, 87 insertions(+), 54 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html index 1353702..107a841 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html @@ -4,6 +4,7 @@ services +

Services

@@ -11,53 +12,56 @@ Want to add a new line?

- - - - - - - - -
IDNameActions
-

Add a new line

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID
Maintainer
Name
Version
Account
Notes
Service domain
IP
Port
+ + + + + + + + + + +
IDNameActions
+

Add a new line

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ID
Maintainer
Name
Version
Account
Notes
Service domain
IP
Port
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 25884c2..4ab73cc 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -1,7 +1,6 @@ body{ background-image: url("img/backround.jpg"); background-position: right top; - background-opacity: 0.8; background-size: cover; } h1{ @@ -49,20 +48,50 @@ a.bookmark{ } table.inputs{ - text-align: left; - margin: 250px; + width: 50%; + text-align: right; + margin: 50px; + margin-left: auto; + margin-right: auto; } table { - width: 100%; + width: 80%; font-size: 20px; color: white; + margin-left: auto; + margin-right: auto; +} + +table th, table td +{ + border: 1px solid white; + padding: 10px; +} + +.inputcell +{ + padding: 0; + margin: 0; +} + +.inputcell input +{ + color: white; +} + +table td input +{ + width: 100%; + height: 100%; + height: 30px; + box-sizing: border-box; } .list table, .list th, .list td { - border: 1px solid white: + border: 1px solid white; } .list table @@ -77,7 +106,7 @@ table -.list button +table button { width: 100%; height: 30px;