|
@@ -4054,10 +4054,10 @@ function load_fiche_titre($titre, $morehtmlright='', $picto='title_generic.png',
|
|
|
if ($picto == 'setup') $picto='title_generic.png';
|
|
|
|
|
|
$return.= "\n";
|
|
|
- $return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 2px;"><tr>';
|
|
|
+ $return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 6px;"><tr>'; // maring bottom must be same than into print_barre_list
|
|
|
if ($picto) $return.= '<td class="nobordernopadding widthpictotitle opacityhigh" valign="middle">'.img_picto('',$picto, 'class="valignmiddle widthpictotitle pictotitle"', $pictoisfullpath).'</td>';
|
|
|
- $return.= '<td class="nobordernopadding" valign="middle">';
|
|
|
- $return.= '<div class="titre">'.$titre.'</div>';
|
|
|
+ $return.= '<td class="nobordernopadding valignmiddle">';
|
|
|
+ $return.= '<div class="titre inline-block">'.$titre.'</div>';
|
|
|
$return.= '</td>';
|
|
|
if (dol_strlen($morehtmlcenter))
|
|
|
{
|
|
@@ -4116,7 +4116,7 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so
|
|
|
|
|
|
print "\n";
|
|
|
print "<!-- Begin title '".$titre."' -->\n";
|
|
|
- print '<table width="100%" border="0" class="notopnoleftnoright'.($morecss?' '.$morecss:'').'" style="margin-bottom: 6px;"><tr>';
|
|
|
+ print '<table border="0" class="centpercent notopnoleftnoright'.($morecss?' '.$morecss:'').'" style="margin-bottom: 6px;"><tr>'; // maring bottom must be same than into load_fiche_tire
|
|
|
|
|
|
// Left
|
|
|
//if ($picto && $titre) print '<td class="nobordernopadding hideonsmartphone" width="40" align="left" valign="middle">'.img_picto('', $picto, 'id="pictotitle"', $pictoisfullpath).'</td>';
|