From: Anthony Talarico Date: Fri, 3 Aug 2018 17:49:47 +0000 (-0400) Subject: removing border around manage access box and making the list vertical instead of... X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=81b9a2a4c268aba2919064510ae7ac385249bd81;p=WP-Plugins%2Fglm-member-db-contacts.git removing border around manage access box and making the list vertical instead of horizontal removing the label for the select member to add for management access box --- diff --git a/css/admin.css b/css/admin.css index 67a91c4..6abbdab 100644 --- a/css/admin.css +++ b/css/admin.css @@ -385,4 +385,12 @@ display: inline-block; .fa-question-circle:before { content: url("../assets/info.png"); margin-left: 3px; +} +#glm-table-profile #selectedMembers{ + border: none; +} +#glm-table-profile #selectedMembers .glm-dynSelect-item.glm-members-members{ + display: block; + float: left; + clear: both; } \ No newline at end of file diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index 5e52106..54562e8 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -391,7 +391,7 @@ {if $membersList && apply_filters('glm_members_menu_members',true)}    Select a member to add.
+
{if $contactMembers} {foreach $contactMembers as $m}