From 911a447feb2b56833bbbbf779db53f7e5373f9b6 Mon Sep 17 00:00:00 2001 From: Jeremy Bridson Date: Thu, 19 Jul 2012 12:29:24 +1200 Subject: [PATCH 1/2] BUGFIX:re-styled register form as it looks quite broken re: Trac 7316 --- css/form.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/form.css b/css/form.css index 2c31f8c..15a9656 100644 --- a/css/form.css +++ b/css/form.css @@ -69,9 +69,9 @@ div.field { font-family: Arial, Helvetica, sans-serif } form label.left { - float: left; width: 20%; padding-right: 5%; + padding-bottom:10px; margin-top: 3px; display: block; font-size: 13px; @@ -188,9 +188,11 @@ input[type="submit"] { } div.field { position:relative; - border-bottom:1px solid #E5E5E5; padding-bottom: 20px; } + .main div.field { + border-bottom:1px solid #E5E5E5; + } .checkbox label.right, .radio label.right { float:left; From 544bf2d6e8d89e3a79198d58cc48d66265c5a9c8 Mon Sep 17 00:00:00 2001 From: Jeremy Bridson Date: Thu, 19 Jul 2012 15:54:24 +1200 Subject: [PATCH 2/2] BUGFIX:Fixed underlining of all checkboxes and other random fields trac 7316 --- css/form.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/form.css b/css/form.css index 15a9656..aafd827 100644 --- a/css/form.css +++ b/css/form.css @@ -190,9 +190,6 @@ input[type="submit"] { position:relative; padding-bottom: 20px; } - .main div.field { - border-bottom:1px solid #E5E5E5; - } .checkbox label.right, .radio label.right { float:left;