Center-align time/results when between home and away teams in event list
This commit is contained in:
@@ -334,6 +334,9 @@
|
|||||||
float: left;
|
float: left;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
.sp-event-list-format-homeaway .data-time {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Event Blocks */
|
/* Event Blocks */
|
||||||
.sp-event-blocks thead {
|
.sp-event-blocks thead {
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ endif;
|
|||||||
<h4 class="sp-table-caption"><?php echo $title; ?></h4>
|
<h4 class="sp-table-caption"><?php echo $title; ?></h4>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="sp-table-wrapper">
|
<div class="sp-table-wrapper">
|
||||||
<table class="sp-event-list sp-data-table<?php if ( $paginated ) { ?> sp-paginated-table<?php } if ( $sortable ) { ?> sp-sortable-table<?php } if ( $scrollable ) { ?> sp-scrollable-table<?php } ?>" data-sp-rows="<?php echo $rows; ?>">
|
<table class="sp-event-list sp-event-list-format-<?php echo $title_format; ?> sp-data-table<?php if ( $paginated ) { ?> sp-paginated-table<?php } if ( $sortable ) { ?> sp-sortable-table<?php } if ( $scrollable ) { ?> sp-scrollable-table<?php } ?>" data-sp-rows="<?php echo $rows; ?>">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user