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' %}