Fix CSS
This commit is contained in:
parent
b142ac1c06
commit
cf274a7e3f
@ -525,7 +525,7 @@ if(!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE)) $totallate = round($to
|
||||
//var_dump($totallate);
|
||||
$boxwork='';
|
||||
$boxwork.='<div class="box">';
|
||||
$boxwork.='<table summary="'.dol_escape_htmltag($langs->trans("WorkingBoard")).'" class="noborder boxtable boxtablenobottom" width="100%">'."\n";
|
||||
$boxwork.='<table summary="'.dol_escape_htmltag($langs->trans("WorkingBoard")).'" class="noborder boxtable boxtablenobottom boxworkingboard" width="100%">'."\n";
|
||||
$boxwork.='<tr class="liste_titre">';
|
||||
$boxwork.='<th class="liste_titre">'.$langs->trans("DolibarrWorkBoard").'</th>';
|
||||
$boxwork.='</tr>'."\n";
|
||||
|
||||
@ -3027,6 +3027,10 @@ span.dashboardlineko {
|
||||
.tdboxstats {
|
||||
text-align: center;
|
||||
}
|
||||
.boxworkingboard .tdboxstats {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
a.valignmiddle.dashboardlineindicator {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
@ -3093,11 +3093,14 @@ span.dashboardlineko {
|
||||
.tdboxstats {
|
||||
text-align: center;
|
||||
}
|
||||
.boxworkingboard .tdboxstats {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
a.valignmiddle.dashboardlineindicator {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
|
||||
.box {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user