Fixed layout issue with widget
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 25 Mar 2015 16:46:09 +0000 (12:46 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 25 Mar 2015 16:46:09 +0000 (12:46 -0400)
views/admin/dashboardWidget/index.html

index 3e4b740..1342844 100644 (file)
@@ -2,14 +2,14 @@
     
 {if $membersList}
         <tr>
-            <th>Members</th>
-            <td>
+            <td colspan="2">
                 <select id="glmMembersList" class="glm-right">
                     <option value=""></option>
     {foreach $membersList as $m}
                     <option value="{$m.id}">{$m.name}</option>
     {/foreach}                
                 </select>
+                Members
             </td>
         </tr>
 {/if}