mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix css
This commit is contained in:
@@ -118,7 +118,7 @@ $langs->load("contracts");
|
|||||||
if (empty($user->societe_id))
|
if (empty($user->societe_id))
|
||||||
{
|
{
|
||||||
$boxstat.='<div class="box">';
|
$boxstat.='<div class="box">';
|
||||||
$boxstat.='<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="noborder boxtable" width="100%">';
|
$boxstat.='<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="noborder boxtable nohover" width="100%">';
|
||||||
$boxstat.='<tr class="liste_titre">';
|
$boxstat.='<tr class="liste_titre">';
|
||||||
$boxstat.='<th class="liste_titre">'.$langs->trans("DolibarrStateBoard").'</th>';
|
$boxstat.='<th class="liste_titre">'.$langs->trans("DolibarrStateBoard").'</th>';
|
||||||
$boxstat.='</tr>';
|
$boxstat.='</tr>';
|
||||||
@@ -541,7 +541,7 @@ if ($showweather)
|
|||||||
$boxwork.='</tr>';
|
$boxwork.='</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer">';
|
$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer centpercent">';
|
||||||
|
|
||||||
// Show dashboard
|
// Show dashboard
|
||||||
$nbworkboardempty=0;
|
$nbworkboardempty=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user