removing border around manage access box and making the list vertical instead of...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 17:49:47 +0000 (13:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 17:49:47 +0000 (13:49 -0400)
removing the label for the select member to add for management access box

css/admin.css
views/admin/contacts/edit.html

index 67a91c4..6abbdab 100644 (file)
@@ -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
index 5e52106..54562e8 100644 (file)
                             {if $membersList && apply_filters('glm_members_menu_members',true)}
                                     <!-- Other Member Selection -->
                                     <select name="memberSelect" id="memberSelect">
-                                        <option id="memberName" value=""></option>
+                                        <option id="memberName" value="">Select a member to add</option>
                                 {foreach $membersList as $m}
                                 {if $m.id != $memberID}
                                             <option value="{$m.id}">
                                             </option>
                                 {/if}
                                 {/foreach}
-                                    </select>&nbsp;&nbsp; Select a member to add.<br>
+                                    </select>
                                     <div id="selectedMembers" class="glm-dynSelect-box">
                                 {if $contactMembers}
                                 {foreach $contactMembers as $m}