diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html
index 107a841..027fac5 100644
--- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html
+++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html
@@ -12,7 +12,7 @@
Want to add a new line?
-
| ID | diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index d6b1c24..7bfb21e 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -83,8 +83,13 @@ table th:last-child, table td:last-child table tr:last-child td { - text-align: center; vertical-align: middle; + border-bottom: none; +} + +table.queryresults tr:last-child td +{ + text-align: center; } table th:first-child, table td:first-child @@ -100,12 +105,18 @@ table tr:first-child td .inputcell { padding: 0; - margin: 0; } .inputcell input { color: white; + width: 100%; + height: 100%; + box-sizing: border-box; + margin-left: 10px; + border: none; + font-family: monospace; + font-size: 20px; } table td input, table button
|---|