DTFL Changed table size to css parameter

This commit is contained in:
Daniel Goerlich
2021-06-09 23:08:20 +02:00
parent 908d06fc52
commit 5e1d64c867
@@ -1925,7 +1925,7 @@ global $params;
?> ?>
<!-- Gruppentabelle mit Ergebnissen --> <!-- Gruppentabelle mit Ergebnissen -->
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle rangliste-width contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-hover uk-table-divider uk-table-middle dtfl-tabelle-small 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>
@@ -2191,7 +2191,7 @@ global $params;
?> ?>
<!-- Gruppentabelle Hauptrunde --> <!-- Gruppentabelle Hauptrunde -->
<table class="uk-table uk-table-hover uk-table-divider uk-table-middle rangliste-width contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-hover uk-table-divider uk-table-middle dtfl-table-medium 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>