Change form structure and add relevant CSS rules

This commit is contained in:
Jef van Schendel
2011-11-19 23:46:42 +01:00
parent 7880168526
commit aea6d577cb
2 changed files with 10 additions and 8 deletions

View File

@@ -212,7 +212,11 @@ text-align: center;
width: 100%;
}
.form_field_label,.form_field_input {
.form_field_input {
margin-bottom: 10px;
}
.form_field_label {
margin-bottom: 4px;
}