mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
BUGFIX:widths were causing strange styling on log in form and forum registration
This commit is contained in:
parent
544bf2d6e8
commit
d7d335a767
@ -69,7 +69,7 @@ div.field {
|
|||||||
font-family: Arial, Helvetica, sans-serif
|
font-family: Arial, Helvetica, sans-serif
|
||||||
}
|
}
|
||||||
form label.left {
|
form label.left {
|
||||||
width: 20%;
|
max-width:50%;
|
||||||
padding-right: 5%;
|
padding-right: 5%;
|
||||||
padding-bottom:10px;
|
padding-bottom:10px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
@ -77,8 +77,8 @@ form label.left {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
form label.right {
|
form label.right {
|
||||||
|
max-width:50%;
|
||||||
float: right;
|
float: right;
|
||||||
width: 20%;
|
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@ -221,9 +221,4 @@ input[type="submit"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 700px) {
|
@media only screen and (min-width: 700px) {
|
||||||
#MemberLoginForm_LoginForm #Remember,
|
|
||||||
#MemberLoginForm_LoginForm .Actions,
|
|
||||||
#MemberLoginForm_LostPasswordForm .Actions {
|
|
||||||
padding-left: 30%
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user