A little bit styling for form inputs

This commit is contained in:
Martin Pépin 2020-06-12 18:06:30 +02:00
parent a6f4bfcb16
commit b0a0c4884a
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -50,6 +50,20 @@ form {
form table {
margin: auto;
border-spacing: 0.3em;
}
th {
text-align: right;
}
input {
font-size: 1em;
}
input[type="text"], input[type="password"] {
border: 0;
padding: 5px;
}
a {