BUGFIX:re-styled register form as it looks quite broken re: Trac 7316

This commit is contained in:
Jeremy Bridson 2012-07-19 12:29:24 +12:00
parent bf3fd0f088
commit 911a447feb
1 changed files with 4 additions and 2 deletions

View File

@ -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;