Add margin to view all links
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user