Add margin to view all links

This commit is contained in:
Brian Miyaji
2014-03-28 21:35:46 +11:00
parent cdab219f41
commit cf6ea96da0
8 changed files with 36 additions and 17 deletions

View File

@@ -134,6 +134,6 @@ extract( $defaults, EXTR_SKIP );
</table>
<?php
if ( $id && $show_all_events_link )
echo '<a class="sp-calendar-link" href="' . get_permalink( $id ) . '">' . SP()->text->string('View all events', 'event') . '</a>';
echo '<a class="sp-calendar-link sp-view-all-link" href="' . get_permalink( $id ) . '">' . SP()->text->string('View all events', 'event') . '</a>';
?>
</div>