From 4327245c9229854fe31ec72e343e18ea87dc5121 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 3 Aug 2018 16:31:09 -0400 Subject: [PATCH] adding clickable label to the checkbox field adding clickable label that turns red for required --- css/admin.css | 2 +- views/admin/entity/fields.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/admin.css b/css/admin.css index 04279db..7b8c083 100644 --- a/css/admin.css +++ b/css/admin.css @@ -24,5 +24,5 @@ } .glm-custom-field-checkbox-wrapper .glm-custom-field-checkbox-label, .glm-custom-field-checkbox-wrapper .glm-custom-field-checkbox-field{ float: left; - padding: 10px 0; + padding: 15px 0; } \ No newline at end of file diff --git a/views/admin/entity/fields.html b/views/admin/entity/fields.html index b6e93e0..1df0b5b 100644 --- a/views/admin/entity/fields.html +++ b/views/admin/entity/fields.html @@ -12,6 +12,7 @@
+ {else}
{$field.field_name}
@@ -44,8 +45,11 @@ )); {/php} {elseif $field.field_type.value == 'checkbox'} + {elseif $field.field_type.value == 'picklist'} {if $field.options}