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

@@ -121,6 +121,6 @@ $output .= "
</div>\n";
if ( $show_all_players_link )
$output .= '<a class="sp-player-list-link" href="' . get_permalink( $id ) . '">' . SP()->text->string('View all players', 'player') . '</a>';
$output .= '<a class="sp-player-list-link sp-view-all-link" href="' . get_permalink( $id ) . '">' . SP()->text->string('View all players', 'player') . '</a>';
echo apply_filters( 'sportspress_player_gallery', $output );