mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:02:54 +00:00
Improved register link and open-id input.
This commit is contained in:
parent
efec7e973e
commit
72c8fff909
1 changed files with 11 additions and 1 deletions
|
@ -2171,7 +2171,17 @@ aside #div_id_remember label {
|
|||
float: inherit;
|
||||
}
|
||||
|
||||
aside #id_username, aside #id_password {
|
||||
aside div #login-submit-button {
|
||||
margin-left:0px;
|
||||
}
|
||||
|
||||
aside #register-link, aside #lost-password-link {
|
||||
display: block;
|
||||
}
|
||||
|
||||
aside #id_username,
|
||||
aside div #id_openid_url,
|
||||
aside #id_password {
|
||||
width: 170px;
|
||||
max-width: 170px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue