Fix frontend scrollable table styling

This commit is contained in:
Brian Miyaji
2014-05-09 18:56:54 +10:00
parent b9004101c1
commit 11fc488992
11 changed files with 27 additions and 23 deletions

View File

@@ -41,7 +41,7 @@ foreach( $teams as $key => $team_id ):
$data = sp_array_combine( $players, sp_array_value( $stats, $team_id, array() ) );
?>
<h3><?php echo get_the_title( $team_id ); ?></h3>
<div class="sp-table-wrapper">
<div class="sp-table-wrapper sp-scrollable-table-wrapper">
<table class="sp-event-performance sp-data-table <?php if ( $responsive ) { ?> sp-responsive-table<?php } if ( $has_players && $sortable ) { ?> sp-sortable-table<?php } ?>">
<thead>
<tr>