'; // maring bottom must be same than into print_barre_list
- if ($picto) $return.= '| '.img_picto('', $picto, 'class="valignmiddle widthpictotitle pictotitle"', $pictoisfullpath).' | ';
- $return.= '';
+ $return.= ''; // maring bottom must be same than into print_barre_list
+ if ($picto) $return.= '| '.img_picto('', $picto, 'class="valignmiddle widthpictotitle pictotitle"', $pictoisfullpath).' | ';
+ $return.= '';
$return.= ' '.$titre.' ';
$return.= ' | ';
if (dol_strlen($morehtmlcenter))
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index ddd865cbbb2..8d1b73080de 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -3587,6 +3587,10 @@ div.titre, .secondary {
color: rgb();
}
+table.table-fiche-title .col-title div.titre{
+ line-height: 40px;
+}
+
#dolpaymenttable { min-width: 320px; font-size: 16px; } /* Width must have min to make stripe input area visible. Lower than 320 makes input area crazy for credit card that need zip code */
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
|