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:
Normann Lou 2012-07-19 16:08:46 -07:00
commit 6b282a674f
1 changed files with 2 additions and 7 deletions

View File

@ -75,7 +75,7 @@ div.field {
font-family: Arial, Helvetica, sans-serif
}
form label.left {
width: 20%;
max-width:50%;
padding-right: 5%;
padding-bottom:10px;
margin-top: 3px;
@ -83,8 +83,8 @@ form label.left {
font-size: 13px;
}
form label.right {
max-width:50%;
float: right;
width: 20%;
padding-left: 5%;
display: block;
font-size: 13px;
@ -254,9 +254,4 @@ a.btn:after {
}
@media only screen and (min-width: 700px) {
#MemberLoginForm_LoginForm #Remember,
#MemberLoginForm_LoginForm .Actions,
#MemberLoginForm_LostPasswordForm .Actions {
padding-left: 30%
}
}