Add div around # of members found on front list view
authorLaury GvR <laury@gaslightmedia.com>
Tue, 20 Nov 2018 21:14:59 +0000 (16:14 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 20 Nov 2018 21:14:59 +0000 (16:14 -0500)
views/front/members/list.html

index ec0b914..cc2e5e8 100755 (executable)
                         <br>
                     {/if}
                     <br>
-                    showing {$start} through {$lastDisplayed} of {$filteredMembersFound}
+                    <div class="glm-members-found">
+                        showing {$start} through {$lastDisplayed} of {$filteredMembersFound}
+                    </div>
                 {/if}
 
                 {if $view == grid}
                 <br>
             {/if}
             <br>
-            showing {$start} through {$lastDisplayed} of {$filteredMembersFound}
+            <div class="glm-members-found">
+                showing {$start} through {$lastDisplayed} of {$filteredMembersFound}
+            </div>
         {/if}
     </div>
         {apply_filters('glm-member-db-front-members-list-pageBottom', '')}