From 7aefaa33ba9f4445feaecf0b3835075f5edf4672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 11:25:48 +0200 Subject: [PATCH] styling --- .../wwwroot/style.css | 42 +++++++++++++------ 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index dd3274e..d6b1c24 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -61,6 +61,8 @@ table color: white; margin-left: auto; margin-right: auto; + border-radius: 10px; + border-collapse: collapse; } table th, table td @@ -69,6 +71,32 @@ table th, table td padding: 10px; } +table th +{ + border-top: none; +} + +table th:last-child, table td:last-child +{ + border-right: none; +} + +table tr:last-child td +{ + text-align: center; + vertical-align: middle; +} + +table th:first-child, table td:first-child +{ + border-left: none; +} + +table tr:first-child td +{ + border-top: none; +} + .inputcell { padding: 0; @@ -80,19 +108,7 @@ table th, table td color: white; } -table td input -{ - width: 100%; - box-sizing: border-box; - height: 30px; -} - -.list table -{ - border-collapse: collapse; -} - -table button +table td input, table button { width: 100%; box-sizing: border-box;