This commit is contained in:
Laurent Destailleur 2018-03-01 18:21:47 +01:00
parent 35d6c754d2
commit 0a27855141
3 changed files with 12 additions and 1 deletions

View File

@ -1926,7 +1926,7 @@ else
print $langs->trans("DateEndReal").': ';
print dol_print_date($objp->date_fin_reelle, 'day');
}
if (! empty($objp->comment)) print "<br>".$objp->comment;
if (! empty($objp->comment)) print " &nbsp;-&nbsp; ".$objp->comment;
print '</td>';
print '<td align="center">&nbsp;</td>';

View File

@ -2203,6 +2203,9 @@ div.tabBarWithBottom {
div.tabBar table.tableforservicepart2:last-child {
border-bottom: 1px solid #aaa;
}
.tableforservicepart1 .tdhrthin {
height: unset;
}
div.popuptabset {
padding: 6px;
@ -3021,6 +3024,8 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
background: #f8f8f8;
@ -3051,6 +3056,9 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
.boxstats, .boxstats130 {
border: 1px solid #ddd;
box-shadow: none;
background: #ddd;
}
.boxstats130 {
text-align: <?php echo $left; ?>
}
.thumbstat {

View File

@ -2198,6 +2198,9 @@ div.tabBarWithBottom {
div.tabBar table.tableforservicepart2:last-child {
border-bottom: 1px solid #aaa;
}
.tableforservicepart1 .tdhrthin {
height: unset;
}
/* ============================================================================== */
/* Boutons actions */