improvements of forms labels and inputs

This commit is contained in:
Serghei Mihai 2013-10-29 17:45:41 +01:00
parent 6e863e0fcc
commit e03eaa371c
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 9 additions and 0 deletions

View File

@ -3367,4 +3367,13 @@ body.largeText #content-core p {
width: 100%;
}
form label {
float: left;
width: 100px;
}
.field input[type='text'], .field input[type='submit'] {
border: 1px solid #aaa;
}
}