diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index 36b87d680d4..cf51092a4de 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -2147,7 +2147,7 @@ if ($action == 'create' && $user->rights->commande->creer)
print '
';
print '';
@@ -2165,7 +2165,7 @@ if ($action == 'create' && $user->rights->commande->creer)
print '';
print ' | ';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index fb8f993ccf2..52ee642719c 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2653,7 +2653,7 @@ form.liste_total div {
border-bottom: none;
}
-.margintable {
+.paymenttable, .margintable {
border-top-width: px !important;
border-top-color: rgb() !important;
border-top-style: solid !important;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 90733fb6670..559f464a6df 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2527,6 +2527,12 @@ input.liste_titre {
border-bottom: none;
}
+.paymenttable, .margintable {
+ border-top-width: px !important;
+ border-top-color: rgb() !important;
+ border-top-style: solid !important;
+}
+
.margintable td {
border: 0px !important;
}
|