improved error messages

This commit is contained in:
Stephan Richter
2021-03-12 16:04:08 +01:00
parent 2556ea7cd9
commit 6bf7882f3b
63 changed files with 205 additions and 184 deletions

View File

@@ -256,7 +256,14 @@ fieldset{
border-radius: 5px;
}
.error{
background: red;
background: orange;
margin: 30px 10px 5px;
padding: 0;
border-radius: 10px;
}
.error p{
padding: 5px;
}
h4,ul{