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;