Improving form display : vertical space between fields

This commit is contained in:
Marc Ducobu
2014-11-20 12:13:09 +01:00
parent 0f3503015b
commit 54c197afcf
3 changed files with 17 additions and 6 deletions

View File

@@ -55,4 +55,8 @@ ul.custom_fields.choice li {
.errors {
color: $red;
}
.blop label {
line-height: 1 + ($base-spacing / 3);
}