Fix error display

This commit is contained in:
Ludovic Stephan 2020-06-28 22:02:49 +02:00
parent ba53b924c6
commit 43ef283005

View file

@ -63,6 +63,7 @@ h2 {
ul.errorlist { ul.errorlist {
text-align: left; text-align: left;
font-size: 0.8em; font-size: 0.8em;
padding-left: 20px;
} }
.auth_form table { .auth_form table {
@ -83,6 +84,8 @@ input {
input[type="text"], input[type="password"] { input[type="text"], input[type="password"] {
border: 0; border: 0;
padding: 5px; padding: 5px;
width: 100%;
max-width: 390px;
} }
input[type="submit"] { input[type="submit"] {
@ -104,7 +107,7 @@ select {
font-size: 1em; font-size: 1em;
background-color: white; background-color: white;
width: 100%; width: 100%;
padding:5px; max-width: 400px;
text-align: end; text-align: end;
} }