diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index 04fe5336d7e..9c8f4c90aa5 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.php
@@ -1867,7 +1867,11 @@ else
dol_banner_tab($object, 'socid', '', ($user->societe_id?0:1), 'rowid', 'nom');
- print '
';
+ print '';
+ print '
';
+
+ print '
';
+ print '
';
// Ref
/*
@@ -2202,6 +2206,14 @@ else
else print ' ';
print '';
+ print '
';
+
+ print '
';
+ print '
';
+
+ print '
';
+ print '
';
+
// Default language
if (! empty($conf->global->MAIN_MULTILANGS))
{
@@ -2338,6 +2350,9 @@ else
print '
';
+ print '
';
+ print '';
+
dol_fiche_end();
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index b1906a344b1..ed6c1291ef5 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -637,9 +637,12 @@ img.photoref {
object-fit: contain
}
.underrefbanner {
+}
+.underbanner {
border-bottom: 2px solid #888;
}
+
/* ============================================================================== */
/* Menu top et 1ere ligne tableau */
/* ============================================================================== */