This hopefully will solve issue 1348
This commit is contained in:
parent
e224e12cb9
commit
efec7e973e
1 changed files with 11 additions and 1 deletions
|
@ -2163,9 +2163,19 @@ aside form {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
aside form .field label {
|
aside form .field label {
|
||||||
|
float: left;
|
||||||
|
width: 170px;
|
||||||
|
}
|
||||||
|
|
||||||
|
aside #div_id_remember label {
|
||||||
float: inherit;
|
float: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aside #id_username, aside #id_password {
|
||||||
|
width: 170px;
|
||||||
|
max-width: 170px;
|
||||||
|
}
|
||||||
|
|
||||||
#profile-edit-links-end {
|
#profile-edit-links-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
Loading…
Reference in a new issue