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