From d314e5738f47080dacf637f1f535e982518fea90 Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Fri, 23 Mar 2018 17:07:21 +0100 Subject: [PATCH] fixes --- private/scss/modules/plugins/_form.scss | 2 +- private/scss/modules/plugins/_partner.scss | 3 ++- src/project/templates/project/includes/field.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/private/scss/modules/plugins/_form.scss b/private/scss/modules/plugins/_form.scss index 11edfc6..203288b 100644 --- a/private/scss/modules/plugins/_form.scss +++ b/private/scss/modules/plugins/_form.scss @@ -290,7 +290,7 @@ textarea { } input[type="checkbox"] + label, input[type="radio"] + label { - padding: em(12px) em(14px) em(12px) em(52px); + padding: em(14px) em(14px) em(14px) em(52px); margin-bottom: em(10px); text-indent: 0; } diff --git a/private/scss/modules/plugins/_partner.scss b/private/scss/modules/plugins/_partner.scss index 674a778..f22d878 100644 --- a/private/scss/modules/plugins/_partner.scss +++ b/private/scss/modules/plugins/_partner.scss @@ -23,7 +23,8 @@ left: 0; width: em(260px); height: em(200px); - background: $light_gray; + background: $white; + border: 3px solid $light_gray; padding: em(50px) em(30px); text-align: center; line-height: em(100px); diff --git a/src/project/templates/project/includes/field.html b/src/project/templates/project/includes/field.html index 8c31687..71c5f7b 100644 --- a/src/project/templates/project/includes/field.html +++ b/src/project/templates/project/includes/field.html @@ -1,7 +1,7 @@ {% with field.field.widget.input_type as type %}
{% if label or type == 'checkbox' or type == 'radio' %} - + {% endif %} {% if type == 'checkbox' or type == 'radio' %}