| '.$board->img.' | '.$board->label.' | ';
- print ''.$board->nbtodo.' | ';
+ print ''.$board->nbtodo.' | ';
print '';
- print '';
- print $board->nbtodolate;
- print ' | ';
+ //if ($board->nbtodolate > 0)
+ //{
+ print '';
+ print $board->nbtodolate;
+ print '';
+ //}
+ print '';
print '';
- if ($board->nbtodolate > 0) print img_picto($langs->trans("NActionsLate",$board->nbtodolate),"warning");
+ if ($board->nbtodolate > 0) print img_picto($langs->trans("NActionsLate",$board->nbtodolate).' (>'.ceil($board->warning_delay).' '.$langs->trans("days").')',"warning");
else print ' ';
print ' | ';
print '';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index a83f3430bc4..d17cd7aec1f 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2323,8 +2323,6 @@ div.pagination li.paginationafterarrows {
{
background: rgb() !important;
-
- /* background: rgba(0, 0, 0, 0.05) !important; */
}
@@ -2524,9 +2522,20 @@ div.tabBar .noborder {
border-radius: 4px;
}
.boxstats:hover {
+
+ background: rgb() !important;
+
background-color: #;
+
+}
+span.boxstatsindicator {
+ font-size: 110%;
+ font-weight: bold;
+}
+span.dashboardlineindicator, span.dashboardlineindicatorlate {
+ font-size: 120%;
+ font-weight: bold;
}
-
.boxtable {
-moz-box-shadow: 3px 3px 4px #DDD;
-webkit-box-shadow: 3px 3px 4px #DDD;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index ad4237dc769..453365f3908 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2349,9 +2349,22 @@ div.tabBar .noborder {
border: 1px solid #AAA;
text-align: center;
border-radius: 2px;
+ min-height: 38px;
}
.boxstats:hover {
+
+ background: rgb() !important;
+
background-color: #;
+
+}
+span.boxstatsindicator {
+ font-size: 110%;
+ font-weight: bold;
+}
+span.dashboardlineindicator, span.dashboardlineindicatorlate {
+ font-size: 120%;
+ font-weight: bold;
}
.boxtable {
|