From d52b7ef36e608f95b54b2c65c06b90a00a65d982 Mon Sep 17 00:00:00 2001 From: TANAKA Koichi Date: Wed, 18 Feb 2015 17:53:23 +0900 Subject: [PATCH] flagrate.css: add space to vertical form fields --- flagrate.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flagrate.css b/flagrate.css index 638a4924..b015c3d7 100644 --- a/flagrate.css +++ b/flagrate.css @@ -1444,6 +1444,9 @@ form.flagrate-form.flagrate-form-vertical { form.flagrate-form:not(.flagrate-form-vertical) > div:nth-child(even) { background-color: rgba(0,0,0,0.025); } + form.flagrate-form.flagrate-form-vertical > div:not(last-child) { + margin-bottom: 20px; } + form.flagrate-form.flagrate-form-nolabel > div, form.flagrate-form.flagrate-form-vertical > div { display : block; } @@ -1567,4 +1570,4 @@ form.flagrate-form.flagrate-form-vertical { form.flagrate-form.flagrate-form-vertical > div > div > p.flagrate-form-field-text:nth-child(5) { border-top : none; border-left: 2px solid #ddd; - background : none; } \ No newline at end of file + background : none; }