diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
index 22959fa51f6..e6162b45b52 100644
--- a/htdocs/comm/card.php
+++ b/htdocs/comm/card.php
@@ -651,7 +651,7 @@ if ($object->id > 0) {
// Level of prospection
print '
';
- print '';
+ print '| ';
print $langs->trans('ProspectLevel');
print ' | ';
if ($action != 'editlevel' && $user->rights->societe->creer) {
@@ -686,7 +686,7 @@ if ($object->id > 0) {
print ' ';
} else {
- print '';
+ print ' ';
}
$boxstat = '';
@@ -696,7 +696,7 @@ if ($object->id > 0) {
// Lien recap
$boxstat .= '';
- $boxstat .= ' ';
+ $boxstat .= '';
$boxstat .= '| ';
if (isModEnabled("propal") && $user->rights->propal->lire) {
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index fcb4e3f8872..2276447dd13 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -4617,6 +4617,9 @@ table.noborder.boxtable tr td {
.boxtablenobottom {
border-bottom-width: 0 !important;
}
+.boxtablenomarginbottom {
+ margin-bottom: 0 !important;
+}
.boxtable .fichehalfright, .boxtable .fichehalfleft {
min-width: 275px; /* increasing this, make chart on box not side by side on laptops */
}
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index d3a56e5ae28..96cc4e0f08f 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -4643,6 +4643,9 @@ span.dashboardlineko {
.boxtablenobottom {
/* border-bottom-width: 0 !important; */
}
+.boxtablenomarginbottom {
+ margin-bottom: 0 !important;
+}
.boxtable .fichehalfright, .boxtable .fichehalfleft {
min-width: 275px;
}
| |
|
|