From c5f9c597531515627f1213ebcbf39ffc119b8b96 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 3 Aug 2018 16:55:49 -0400 Subject: [PATCH] Removed display block from table td elements to let checkboxes have the right size --- css/admin.css | 9 ++++++--- views/admin/contacts/edit.html | 25 ++++++++++++------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/css/admin.css b/css/admin.css index 50c05f2..00a743f 100644 --- a/css/admin.css +++ b/css/admin.css @@ -33,6 +33,7 @@ margin-top: -5px; } .glm-table-spacer { + display: block; width: 100%; padding-bottom: 6px; } @@ -206,8 +207,12 @@ input::placeholder { padding: 10px; margin-bottom: 5px; } +#glm-table-profile #glm-members-custom-fields-glm-member-db-contacts .glm-custom-field-checkbox-field .glm-label { + font-size: 16px; +} #glm-table-profile #glm-members-custom-fields-glm-member-db-contacts .glm-custom-field-label { font-weight: normal; + font-size: 16px; } #glm-table-profile #glm-members-custom-fields-glm-member-db-contacts fieldset { background: #f8ffff; @@ -235,7 +240,6 @@ input::placeholder { display: block; } #glm-table-profile.glm-admin-table > tbody > tr > td { - display: block; } #glm-table-profile.glm-admin-table .glm-contact-citybox { display: block; @@ -269,7 +273,7 @@ input::placeholder { padding-bottom: 7px; width: 100%; color: #515151; - font-size: 15px; + font-size: 16px; padding-bottom: 14px; padding-top: 14px; line-height: 1.6px; @@ -281,7 +285,6 @@ input::placeholder { #glm-table-profile.glm-admin-table .glm-custom-field, #glm-table-profile.glm-admin-table td { clear: both; - display: block; width: 100%; max-width: 640px; } diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index 682ee9a..30e002b 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -237,9 +237,8 @@ - - Active + Active @@ -247,7 +246,7 @@ - Primary Contact + Primary Contact {if apply_filters('glm_members_permit_admin_member_contacts_set_as_primary', true)} {else} @@ -262,8 +261,8 @@ - -

+ +

@@ -451,20 +450,20 @@ - Publish on Front End + Publish on Front End - Use for Billing Information + Use for Billing Information - -

+ +

@@ -597,14 +596,14 @@ - Publish on Front End + Publish on Front End - Use for Billing Information + Use for Billing Information @@ -836,8 +835,8 @@

Removed Items

- Publish on front end - Use for Billing + Publish on front end + Use for Billing
-- 2.17.1