css
This commit is contained in:
parent
ca55bd157a
commit
7b84b3e92d
@ -686,7 +686,7 @@ if ($object->id > 0) {
|
||||
}
|
||||
|
||||
print '</div><div class="fichehalfright">';
|
||||
print '<div class="underbanner clearboth"></div>';
|
||||
print '<div class="underbanner underbanner-before-box clearboth"></div>';
|
||||
|
||||
$boxstat = '';
|
||||
|
||||
@ -694,7 +694,7 @@ if ($object->id > 0) {
|
||||
$MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
|
||||
|
||||
// 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 .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">';
|
||||
|
||||
|
||||
@ -378,10 +378,10 @@ if ($object->id > 0) {
|
||||
// Nbre max d'elements des petites listes
|
||||
$MAXLIST = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
|
||||
|
||||
print '<div class="underbanner clearboth"></div>';
|
||||
print '<div class="underbanner underbanner-before-box clearboth"></div>';
|
||||
|
||||
// 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 .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">';
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user