diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 8c1f2af7b1f..53153c62189 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -539,7 +539,8 @@ if ($result) // Releve rappro if ($acct->canBeConciliated() > 0) // Si compte rapprochable { - print '
'."\n"; + print '

'."\n"; + print load_fiche_titre($langs->trans("Reconciliation"), '', 'title_bank.png'); print '
'; print ''; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4495f5e2719..6197458fc74 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -388,6 +388,8 @@ input[name=surface] { margin-right: 4px; } fieldset { border: 1px solid #AAAAAA !important; } .legendforfieldsetstep { padding-bottom: 10px; } +hr { border: 0; border-top: 1px solid #ccc; } + .button, .buttonDelete, input[name="sbmtConnexion"] { font-family: ; border-color: #c5c5c5; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index e464482addb..26c3f75b8e2 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -393,6 +393,7 @@ input:-moz-placeholder { color:#ccc; } fieldset { border: 1px solid #AAAAAA !important; } .legendforfieldsetstep { padding-bottom: 10px; } +hr { border: 0; border-top: 1px solid #ccc; } .button, .buttonDelete, input[name="sbmtConnexion"] { font-family: ;