Responsive

This commit is contained in:
Laurent Destailleur 2021-02-21 13:12:16 +01:00
parent 0d01041166
commit 1bb27f8f18
2 changed files with 2 additions and 1 deletions

View File

@ -1376,7 +1376,7 @@ if ($resql)
// Alias
if (!empty($arrayfields['s.name_alias']['checked']))
{
print '<td>';
print '<td class="tdoverflowmax150" title="'.$obj->name_alias.'">';
print $obj->name_alias;
print '</td>';
if (!$i) $totalarray['nbfield']++;

View File

@ -3503,6 +3503,7 @@ table.hidepaginationnext .paginationnext {
}
/* Set the color for hover lines */
.oddeven:hover, .evenodd:hover, .impair:hover, .pair:hover
{