Ranglistenpunkte overflow-auto table

This commit is contained in:
Daniel Goerlich
2021-02-19 16:00:55 +01:00
parent 02a75dad19
commit f775a274e5
@@ -7057,7 +7057,7 @@ global $params;
?>
<table class="uk-table uk-table-hover uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
<table class="uk-table uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
<tr>
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
<!--img src="images/M_images/arrow.png" border="0"/-->
@@ -7103,7 +7103,8 @@ global $params;
</tr>
</table>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<div class="uk-overflow-auto">
<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'); ?>">
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT'); ?></strong></th>
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LOCATION'); ?></strong></th>
@@ -7136,6 +7137,7 @@ global $params;
}
?>
</table>
</div>
<span class="article_seperator<?php echo $params->get('pageclass_sfx'); ?>">&nbsp;</span>
<?php
}