Login and authenticate inputs fixes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-22 16:38:07 +01:00
parent 7fd2257141
commit ba8a9a9cd2
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
2 changed files with 3 additions and 7 deletions

View File

@ -9,12 +9,8 @@ input[type='submit'] {
margin: 6px;
}
#body-login input[type='submit'] {
position: absolute;
top: 0;
border: none;
}
fieldset > p {
position: relative;
display: flex;
align-items: center;
}

View File

@ -723,7 +723,7 @@ label.infield {
#body-login input {
font-size: 20px;
margin: 5px;
padding: 11px 10px 9px;
padding: 10px 10px 8px;
&[type='text'], &[type='password'] {
width: calc(100% - 10px); /* 5px margin */
}