From: Anthony Talarico Date: Fri, 3 Aug 2018 18:01:00 +0000 (-0400) Subject: moving checkboxes and labels to one line X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f4b293eb1ae464c0fad67c12ab42cbad9e744af1;p=WP-Plugins%2Fglm-member-db-contacts.git moving checkboxes and labels to one line moving the checkboxes to the left of their labels --- diff --git a/css/admin.css b/css/admin.css index 9e9d56c..a42b20b 100644 --- a/css/admin.css +++ b/css/admin.css @@ -413,4 +413,9 @@ display: inline-block; display: block; float: left; clear: both; +} +#glm-table-profile .glm-contacts-checkbox{ + float: left; + margin: 0; + margin-right: 5px; } \ No newline at end of file diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index cdac8c8..0c212e7 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -235,29 +235,32 @@ - Active + - + Active + - Primary Contact - -

(Only one contact at a time may be the primary contact. If there is another primary contact, it will be deselected.)

- - - -
+ + + Primary Contact {if apply_filters('glm_members_permit_admin_member_contacts_set_as_primary', true)} - + {else} {$contactInfo.fieldData.primary_contact.name} {/if} + +

(Only one contact at a time may be the primary contact. If there is another primary contact, it will be deselected.)

+ + + +
@@ -448,15 +451,17 @@ - + - + @@ -590,15 +595,17 @@
Publish on Front End - + Publish on Front End +
Use for Billing Information - + Use for Billing Information +
- + - +
Publish on Front End - + Publish on Front End +
Use for Billing Information - + Use for Billing Information +