DTFL Gruppentabelle Hauptrunde Styling

This commit is contained in:
Daniel Goerlich
2021-06-09 22:04:41 +02:00
parent 6c033c5764
commit 3cfc26566a
@@ -2190,7 +2190,8 @@ global $params;
} }
?> ?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <!-- Gruppentabelle Hauptrunde -->
<table class="uk-table uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"> <tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th> <th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th> <th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th>