Working on error handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user