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

@@ -81,7 +81,7 @@ endforeach;
$output .= '</tbody>' . '</table>';
if ( $show_full_table_link )
$output .= '<a class="sp-league-table-link" href="' . get_permalink( $id ) . '">' . SP()->text->string('View full table', 'team') . '</a>';
$output .= '<a class="sp-league-table-link sp-view-all-link" href="' . get_permalink( $id ) . '">' . SP()->text->string('View full table', 'team') . '</a>';
$output .= '</div>';