mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Merge pull request #10 from silverstripe-rebelalliance/open/7316
BUGFIX:widths were causing strange styling on log in form and forum regi...
This commit is contained in:
commit
6b282a674f
@ -75,7 +75,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;
|
||||||
@ -83,8 +83,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;
|
||||||
@ -254,9 +254,4 @@ a.btn:after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@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