'."\n";
- $weatherDashBoard.= '
'."\n";
+ $weatherDashBoard.= '
';
+
+ $weatherDashBoard.= ' ';
+
+ $weatherDashBoard.= ' '."\n";
$weatherDashBoard.= '
'."\n";
$weatherDashBoard.= ' '.$langs->trans('GlobalOpenedElemView').'' . "\n";
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 1c49ab1053c..b065fb26937 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -3414,6 +3414,10 @@ a.impayee:hover { font-weight: bold; color: #550000; }
* Other
*/
+.opened-dash-board-wrap {
+ margin-bottom: 25px;
+}
+
div.boximport {
min-height: unset;
}
@@ -5250,7 +5254,6 @@ div.tabsElem a.tab {
}
-
/* ============================================================================== */
/* Public */
/* ============================================================================== */
diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php
index 7aa00c2fade..3159428ce0a 100644
--- a/htdocs/theme/eldy/info-box.inc.php
+++ b/htdocs/theme/eldy/info-box.inc.php
@@ -120,32 +120,32 @@ a.info-box-text{ text-decoration: none;}
background-color: #605ca8 !important;
}
.bg-infoxbox-action{
- background-color: #d81b60 !important;
+ background-color: #d84b80 !important;
}
.bg-infoxbox-propal,
.bg-infoxbox-facture,
.bg-infoxbox-commande{
- background-color: #dd4b39 !important;
+ background-color: #abb87b !important;
}
.bg-infoxbox-supplier_proposal,
.bg-infoxbox-invoice_supplier,
.bg-infoxbox-order_supplier{
- background-color: #00c0ef !important;
+ background-color: #40b0cf !important;
}
.bg-infoxbox-contrat{
- background-color: #00a65a !important;
+ background-color: #20a68a !important;
}
.bg-infoxbox-bank_account{
- background-color: #f39c12 !important;
+ background-color: #e39c42 !important;
}
.bg-infoxbox-adherent{
//background-color: #f39c12 !important;
}
.bg-infoxbox-expensereport{
- background-color: #a55114 !important;
+ background-color: #755114 !important;
}
.bg-infoxbox-holiday{
- background-color: #cbd81b !important;
+ background-color: #755114 !important;
}
diff --git a/htdocs/theme/eldy/theme_vars.inc.php b/htdocs/theme/eldy/theme_vars.inc.php
index cbf1ab000be..05417b11bc7 100644
--- a/htdocs/theme/eldy/theme_vars.inc.php
+++ b/htdocs/theme/eldy/theme_vars.inc.php
@@ -78,9 +78,9 @@ $toolTipFontColor='#333';
$badgePrimary ='#007bff';
$badgeSecondary ='#999999';
$badgeSuccess ='#28a745';
-$badgeDanger ='#dc3545';
+$badgeDanger ='#9f4705';
$badgeWarning ='#ffc107';
-$badgeInfo ='#17a2b8';
+$badgeInfo ='#aaaabb';
$badgeDark ='#343a40';
$badgeLight ='#f8f9fa';
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index c63c38af33a..4329bedde81 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -3449,6 +3449,10 @@ a.impayee:hover { font-weight: bold; color: #550000; }
* Other
*/
+.opened-dash-board-wrap {
+ margin-bottom: 25px;
+}
+
div.boximport {
min-height: unset;
}