BUGFIX:widths were causing strange styling on log in form and forum registration

This commit is contained in:
Jeremy Bridson 2012-07-20 09:51:35 +12:00
parent 544bf2d6e8
commit d7d335a767
1 changed files with 2 additions and 7 deletions

View File

@ -69,7 +69,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;
@ -77,8 +77,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;
@ -221,9 +221,4 @@ input[type="submit"] {
}
@media only screen and (min-width: 700px) {
#MemberLoginForm_LoginForm #Remember,
#MemberLoginForm_LoginForm .Actions,
#MemberLoginForm_LostPasswordForm .Actions {
padding-left: 30%
}
}