diff --git a/css/form.css b/css/form.css index aafd827..bfde4da 100644 --- a/css/form.css +++ b/css/form.css @@ -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% - } } \ No newline at end of file