From d7d335a7674c87b8966cd9946025638dc5a78ca7 Mon Sep 17 00:00:00 2001 From: Jeremy Bridson Date: Fri, 20 Jul 2012 09:51:35 +1200 Subject: [PATCH] BUGFIX:widths were causing strange styling on log in form and forum registration --- css/form.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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