A little bit styling for form inputs
This commit is contained in:
parent
a6f4bfcb16
commit
b0a0c4884a
1 changed files with 14 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue