Fix login dialog layout.
Rearrange login dialog distinguish better between logging und registering.
This commit is contained in:
parent
5d1d0d1a9f
commit
2d8a4a923f
3 changed files with 67 additions and 8 deletions
|
@ -91,6 +91,13 @@ nav ul {
|
|||
width: 100% !important; height: 110px !important;
|
||||
}
|
||||
|
||||
#login-extra-links, #login-form {
|
||||
/* width: 341px; */
|
||||
width: 100%;
|
||||
}
|
||||
#id_remember_label {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
|
|
|
@ -2422,10 +2422,60 @@ aside #div_id_remember label {
|
|||
float: inherit;
|
||||
}
|
||||
|
||||
#login-group {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#login-head {
|
||||
position: unset;
|
||||
width: unset;
|
||||
height: unset;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div #wrapper_username {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
div #wrapper_password {
|
||||
padding: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#div_id_remember {
|
||||
float: left;
|
||||
width: unset;
|
||||
}
|
||||
|
||||
#remember_tip {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#login-submit-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#login-form {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#login-extra-links, #login-form {
|
||||
/* width: 341px; */
|
||||
width: 341px;
|
||||
clear: both;
|
||||
border-top: 3px solid white;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
aside div #login-submit-button {
|
||||
margin-left:0px;
|
||||
}
|
||||
|
||||
#login-lost-password-link {
|
||||
margin-bottom: 10px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
aside #register-link, aside #lost-password-link {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue