diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index 9e5ef8be35c..de387ce60f3 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -686,7 +686,7 @@ if ($object->id > 0) { } print '
'; - print '
'; + print '
'; $boxstat = ''; @@ -694,7 +694,7 @@ if ($object->id > 0) { $MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT; // Lien recap - $boxstat .= '
'; + $boxstat .= '
'; $boxstat .= ''; $boxstat .= '
'; diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php index 42b29fc74aa..9298c67ad9f 100644 --- a/htdocs/fourn/card.php +++ b/htdocs/fourn/card.php @@ -378,10 +378,10 @@ if ($object->id > 0) { // Nbre max d'elements des petites listes $MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT; - print '
'; + print '
'; // Lien recap - $boxstat .= '
'; + $boxstat .= '
'; $boxstat .= ''; $boxstat .= '
'; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 1d541281040..bd37c650f2f 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -7468,6 +7468,11 @@ div.clipboardCPValue.hidewithsize { margin-top: 30px; } + + .underbanner.underbanner-before-box { + border-bottom: none; + } + .valuefield.fieldname_type span.badgeneutral { margin-top: 5px; display: inline-block; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 15095b3b3e8..117bebe12ca 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -7280,6 +7280,15 @@ div.clipboardCPValue.hidewithsize { .a-mesure, .a-mesure-disabled { text-align: center; } + + + .underbanner.underbanner-before-box { + border-bottom: none; + } + + div.divButAction { + margin-bottom: 0.5em; + } }