CSS enhancement

This commit is contained in:
Laurent Destailleur 2017-03-23 13:19:00 +01:00
parent e72f0076ed
commit 22247271f6
3 changed files with 5 additions and 1 deletions

View File

@ -539,7 +539,8 @@ if ($result)
// Releve rappro // Releve rappro
if ($acct->canBeConciliated() > 0) // Si compte rapprochable if ($acct->canBeConciliated() > 0) // Si compte rapprochable
{ {
print '<br>'."\n"; print '<br><hr>'."\n";
print load_fiche_titre($langs->trans("Reconciliation"), '', 'title_bank.png'); print load_fiche_titre($langs->trans("Reconciliation"), '', 'title_bank.png');
print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'?rowid='.$objp->rowid.'">'; print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'?rowid='.$objp->rowid.'">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">'; print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';

View File

@ -388,6 +388,8 @@ input[name=surface] { margin-right: 4px; }
fieldset { border: 1px solid #AAAAAA !important; } fieldset { border: 1px solid #AAAAAA !important; }
.legendforfieldsetstep { padding-bottom: 10px; } .legendforfieldsetstep { padding-bottom: 10px; }
hr { border: 0; border-top: 1px solid #ccc; }
.button, .buttonDelete, input[name="sbmtConnexion"] { .button, .buttonDelete, input[name="sbmtConnexion"] {
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
border-color: #c5c5c5; border-color: #c5c5c5;

View File

@ -393,6 +393,7 @@ input:-moz-placeholder { color:#ccc; }
fieldset { border: 1px solid #AAAAAA !important; } fieldset { border: 1px solid #AAAAAA !important; }
.legendforfieldsetstep { padding-bottom: 10px; } .legendforfieldsetstep { padding-bottom: 10px; }
hr { border: 0; border-top: 1px solid #ccc; }
.button, .buttonDelete, input[name="sbmtConnexion"] { .button, .buttonDelete, input[name="sbmtConnexion"] {
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;