Working on error handling

This commit is contained in:
2024-11-13 00:01:59 +01:00
parent b6b399febd
commit 6f18dd1ef9
2 changed files with 70 additions and 43 deletions

View File

@@ -18,12 +18,14 @@ table.schrauben {
table-layout: fixed;
}
td.right {
text-align: right;
td.error {
text-align: end;
padding-right: 10px;
}
td.left {
text-align: left;
padding: 0px 10px;
p.error {
color: red;
text-align: center;
}
textarea {
@@ -67,11 +69,6 @@ input.error {
border-color: inherit;
}
p.error_message {
color: red;
text-align: center;
}
.grid-container {
display: grid;
grid-template-columns: auto auto;