This commit is contained in:
Laurent Destailleur 2019-10-12 18:40:41 +02:00
parent 67d76787eb
commit 9c94ffeea9
3 changed files with 7 additions and 1 deletions

View File

@ -338,7 +338,7 @@ if ($object->fetch($id) >= 0)
print '<div class="tagtd">';
if (empty($obj->picto)) $obj->picto='generic';
print img_object($langs->trans("EmailingTargetSelector").': '.get_class($obj), $obj->picto);
print img_object($langs->trans("EmailingTargetSelector").': '.get_class($obj), $obj->picto, 'class="valignmiddle pictomodule"');
print ' ';
print $obj->getDesc();
print '</div>';

View File

@ -1293,6 +1293,9 @@ div.nopadding {
.pictowarning {
vertical-align: text-bottom;
}
.pictomodule {
width: 14px;
}
.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
.tagtdnote span.pictoedit {

View File

@ -1483,6 +1483,9 @@ table.noborder tr.liste_titre td {
.pictowarning {
vertical-align: text-bottom;
}
.pictomodule {
width: 14px;
}
.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
.tagtdnote span.pictoedit {