diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php
index 4600baf56ed..a2d189c9790 100644
--- a/htdocs/contrat/card.php
+++ b/htdocs/contrat/card.php
@@ -1926,7 +1926,7 @@ else
print $langs->trans("DateEndReal").': ';
print dol_print_date($objp->date_fin_reelle, 'day');
}
- if (! empty($objp->comment)) print "
".$objp->comment;
+ if (! empty($objp->comment)) print " - ".$objp->comment;
print '';
print '
| ';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 1b46929924c..f8ccade235e 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -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:
}
.thumbstat {
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 9c424340c12..9d5fe28b1e9 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2198,6 +2198,9 @@ div.tabBarWithBottom {
div.tabBar table.tableforservicepart2:last-child {
border-bottom: 1px solid #aaa;
}
+.tableforservicepart1 .tdhrthin {
+ height: unset;
+}
/* ============================================================================== */
/* Boutons actions */