diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index b4e11125aee..8ec011f5e9d 100644
--- a/htdocs/comm/action/index.php
+++ b/htdocs/comm/action/index.php
@@ -429,36 +429,33 @@ if ($mode == 'show_day' || $mode == 'show_week' || $mode == 'show_month') {
}
// Show navigation bar
+$nav = '';
+$nav .= '
';
+$newtitle = '
';
$newtitle .= ' '.$langs->trans("LocalAgenda").' ';
$newtitle .= '
';
//$newtitle=$langs->trans($title);
diff --git a/htdocs/comm/action/pertype.php b/htdocs/comm/action/pertype.php
index ce33d0f40b2..c13de5fb183 100644
--- a/htdocs/comm/action/pertype.php
+++ b/htdocs/comm/action/pertype.php
@@ -368,12 +368,15 @@ $max_day_in_month = date("t", dol_mktime(0, 0, 0, $month, 1, $year, 'gmt'));
$tmpday = $first_day;
$picto = 'calendarweek';
-$nav = "
".img_previous($langs->trans("Previous"))."\n";
+// Show navigation bar
+$nav = '
';
$nav .= $form->selectDate($dateselect, 'dateselect', 0, 0, 1, '', 1, 0);
$nav .= '
';
diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
index bd35fc16e7d..0ee3b6db4a1 100644
--- a/htdocs/comm/action/peruser.php
+++ b/htdocs/comm/action/peruser.php
@@ -363,13 +363,16 @@ $max_day_in_month = date("t", dol_mktime(0, 0, 0, $month, 1, $year, 'gmt'));
$tmpday = $first_day;
$picto = 'calendarweek';
-$nav = "
trans("Previous"))."\"> \n";
+// Show navigation bar
+$nav = '
';
$nav .= $form->selectDate($dateselect, 'dateselect', 0, 0, 1, '', 1, 0);
$nav .= '
';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 0ba59834d71..061af67d2b5 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -1432,6 +1432,9 @@ select.flat.selectlimit {
.tablelistofcalendars {
margin-top: 25px !important;
}
+.navselectiondate {
+ width: 250px;
+}
/* Styles for amount on card */
table.paymenttable td.amountpaymentcomplete, table.paymenttable td.amountremaintopay, table.paymenttable td.amountremaintopayback {
@@ -1604,6 +1607,7 @@ table[summary="list_of_modules"] .fa-cog {
.minwidth100 { min-width: 100px; }
.minwidth150 { min-width: 150px; }
.minwidth200 { min-width: 200px; }
+ .minwidth250 { min-width: 250px; }
.minwidth300 { min-width: 300px; }
.minwidth400 { min-width: 400px; }
.minwidth500 { min-width: 500px; }
@@ -1626,6 +1630,7 @@ table[summary="list_of_modules"] .fa-cog {
.width125 { width: 125px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
+.width250 { width: 250px; }
.width300 { width: 300px; }
.width400 { width: 400px; }
.width500 { width: 500px; }
@@ -7532,6 +7537,14 @@ div.clipboardCPValue.hidewithsize {
{
.imgopensurveywizard, .imgautosize { width:95%; height: auto; }
+ .fiche > .listactionsfilter .table-fiche-title .col-title .titre {
+ display: none;
+ }
+
+ .navselectiondate {
+ width: 220px;
+ }
+
#tooltip {
position: absolute;
width: px;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 39f6858570a..afc43936695 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1824,6 +1824,7 @@ tr.nobottom td {
.minwidth100 { min-width: 100px; }
.minwidth150 { min-width: 150px; }
.minwidth200 { min-width: 200px; }
+ .minwidth250 { min-width: 250px; }
.minwidth300 { min-width: 300px; }
.minwidth400 { min-width: 400px; }
.minwidth500 { min-width: 500px; }
@@ -1847,6 +1848,7 @@ tr.nobottom td {
.width125 { width: 125px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
+.width250 { width: 250px; }
.width300 { width: 300px; }
.width400 { width: 400px; }
.width500 { width: 500px; }