This commit is contained in:
Laurent Destailleur 2022-03-31 13:27:09 +02:00
parent ca55bd157a
commit 7b84b3e92d
4 changed files with 18 additions and 4 deletions

View File

@ -686,7 +686,7 @@ if ($object->id > 0) {
} }
print '</div><div class="fichehalfright">'; print '</div><div class="fichehalfright">';
print '<div class="underbanner clearboth"></div>'; print '<div class="underbanner underbanner-before-box clearboth"></div>';
$boxstat = ''; $boxstat = '';
@ -694,7 +694,7 @@ if ($object->id > 0) {
$MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT; $MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
// Lien recap // Lien recap
$boxstat .= '<div class="box">'; $boxstat .= '<div class="box box-halfright">';
$boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="border boxtable boxtablenobottom boxtablenotop" width="100%">'; $boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="border boxtable boxtablenobottom boxtablenotop" width="100%">';
$boxstat .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">'; $boxstat .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">';

View File

@ -378,10 +378,10 @@ if ($object->id > 0) {
// Nbre max d'elements des petites listes // Nbre max d'elements des petites listes
$MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT; $MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
print '<div class="underbanner clearboth"></div>'; print '<div class="underbanner underbanner-before-box clearboth"></div>';
// Lien recap // Lien recap
$boxstat .= '<div class="box">'; $boxstat .= '<div class="box box-halfright">';
$boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="border boxtable boxtablenobottom boxtablenotop" width="100%">'; $boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="border boxtable boxtablenobottom boxtablenotop" width="100%">';
$boxstat .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">'; $boxstat .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">';

View File

@ -7468,6 +7468,11 @@ div.clipboardCPValue.hidewithsize {
margin-top: 30px; margin-top: 30px;
} }
.underbanner.underbanner-before-box {
border-bottom: none;
}
.valuefield.fieldname_type span.badgeneutral { .valuefield.fieldname_type span.badgeneutral {
margin-top: 5px; margin-top: 5px;
display: inline-block; display: inline-block;

View File

@ -7280,6 +7280,15 @@ div.clipboardCPValue.hidewithsize {
.a-mesure, .a-mesure-disabled { .a-mesure, .a-mesure-disabled {
text-align: center; text-align: center;
} }
.underbanner.underbanner-before-box {
border-bottom: none;
}
div.divButAction {
margin-bottom: 0.5em;
}
} }