Merge pull request #9 from silverstripe-rebelalliance/open/7316

FIX: re-styled register form as it looks quite broken re: Trac 7316
This commit is contained in:
Will Rossiter 2012-07-18 22:54:39 -07:00
commit 03eb3f8cd7
1 changed files with 1 additions and 2 deletions

View File

@ -75,9 +75,9 @@ div.field {
font-family: Arial, Helvetica, sans-serif font-family: Arial, Helvetica, sans-serif
} }
form label.left { form label.left {
float: left;
width: 20%; width: 20%;
padding-right: 5%; padding-right: 5%;
padding-bottom:10px;
margin-top: 3px; margin-top: 3px;
display: block; display: block;
font-size: 13px; font-size: 13px;
@ -221,7 +221,6 @@ a.btn:after {
} }
div.field { div.field {
position:relative; position:relative;
border-bottom:1px solid #E5E5E5;
padding-bottom: 20px; padding-bottom: 20px;
} }
.checkbox label.right, .checkbox label.right,