the admin side edit and delete links on the list trail page needed padding
}
.no-padding{
padding: 0 !important;
+}
+.trail-edit{
+ display: inlike-block;
+ padding: 5px;
}
\ No newline at end of file
<td>{$data.report_date.date}</td>
<td>{$data.report_blurb}</td>
<td>{$data.report_notes}</td>
- <td><a href="{$thisUrl}?page={$thisPage}&glm_action=index&option=edit&report={$data.id}">Edit</a><a href="{$thisUrl}?page={$thisPage}&glm_action=index&option=delete&report={$data.id}">Delete</a></td>
+ <td><a class="trail-edit" href="{$thisUrl}?page={$thisPage}&glm_action=index&option=edit&report={$data.id}">Edit</a><a class="trail-edit" href="{$thisUrl}?page={$thisPage}&glm_action=index&option=delete&report={$data.id}">Delete</a></td>
</tr>
{/foreach}
</table>