This commit is contained in:
Laurent Destailleur 2020-02-05 14:04:19 +01:00
parent db43b2d3dd
commit ddd1ca26b9
3 changed files with 5 additions and 3 deletions

View File

@ -4201,7 +4201,8 @@ function load_fiche_titre($titre, $morehtmlright = '', $picto = 'generic', $pict
if ($picto == 'setup') $picto = 'generic';
$return .= "\n";
$return .= '<table '.($id ? 'id="'.$id.'" ' : '').'class="centpercent notopnoleftnoright table-fiche-title '.($morecssontable ? ' '.$morecssontable : '').'"><tr>'; // maring bottom must be same than into print_barre_list
$return .= '<table '.($id ? 'id="'.$id.'" ' : '').'class="centpercent notopnoleftnoright table-fiche-title '.($morecssontable ? ' '.$morecssontable : '').'">'; // maring bottom must be same than into print_barre_list
$return .= '<tr class="titre">';
if ($picto) $return .= '<td class="nobordernopadding widthpictotitle opacityhigh valignmiddle col-picto">'.img_picto('', $picto, 'class="valignmiddle widthpictotitle pictotitle"', $pictoisfullpath).'</td>';
$return .= '<td class="nobordernopadding valignmiddle col-title">';
$return .= '<div class="titre inline-block">'.$titre.'</div>';

View File

@ -2432,7 +2432,7 @@ div.tabBar {
width: auto;
background: rgb(<?php echo $colorbacktabcard1; ?>);
}
div.tabBar div.titre {
div.tabBar tr.titre td {
padding-top: 20px;
}

View File

@ -2572,7 +2572,8 @@ div.tabBar {
background: rgb(<?php echo $colorbacktabcard1; ?>);
border-bottom: 1px solid #aaa;
}
div.tabBar div.titre {
div.tabBar tr.titre td {
padding-top: 10px;
}