CSS
This commit is contained in:
parent
35d6c754d2
commit
0a27855141
@ -1926,7 +1926,7 @@ else
|
||||
print $langs->trans("DateEndReal").': ';
|
||||
print dol_print_date($objp->date_fin_reelle, 'day');
|
||||
}
|
||||
if (! empty($objp->comment)) print "<br>".$objp->comment;
|
||||
if (! empty($objp->comment)) print " - ".$objp->comment;
|
||||
print '</td>';
|
||||
|
||||
print '<td align="center"> </td>';
|
||||
|
||||
@ -2203,6 +2203,9 @@ div.tabBarWithBottom {
|
||||
div.tabBar table.tableforservicepart2:last-child {
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
.tableforservicepart1 .tdhrthin {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
div.popuptabset {
|
||||
padding: 6px;
|
||||
@ -3021,6 +3024,8 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
||||
.boxstats, .boxstats130 {
|
||||
display: inline-block;
|
||||
margin: 3px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
|
||||
background: #f8f8f8;
|
||||
@ -3051,6 +3056,9 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
||||
.boxstats, .boxstats130 {
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: none;
|
||||
background: #ddd;
|
||||
}
|
||||
.boxstats130 {
|
||||
text-align: <?php echo $left; ?>
|
||||
}
|
||||
.thumbstat {
|
||||
|
||||
@ -2198,6 +2198,9 @@ div.tabBarWithBottom {
|
||||
div.tabBar table.tableforservicepart2:last-child {
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
.tableforservicepart1 .tdhrthin {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Boutons actions */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user