Laurent Destailleur 2 лет назад
Родитель
Сommit
789d54b747

+ 5 - 1
htdocs/core/boxes/box_project.php

@@ -178,7 +178,7 @@ class box_project extends ModeleBoxes
 					$i++;
 				}
 				if ($max < $num) {
-					$this->info_box_contents[$i][] = array('td' => 'colspan="5"', 'text' => '...');
+					$this->info_box_contents[$i][] = array('td' => 'colspan="6"', 'text' => '...');
 					$i++;
 				}
 			}
@@ -207,6 +207,10 @@ class box_project extends ModeleBoxes
 			'td' => 'class="liste_total"',
 			'text' => "&nbsp;",
 		);
+		$this->info_box_contents[$i][] = array(
+			'td' => 'class="liste_total"',
+			'text' => "&nbsp;",
+		);
 	}
 
 	/**

+ 5 - 1
htdocs/core/boxes/box_project_opportunities.php

@@ -167,7 +167,7 @@ class box_project_opportunities extends ModeleBoxes
 					$i++;
 				}
 				if ($max < $num) {
-					$this->info_box_contents[$i][] = array('td' => 'colspan="5"', 'text' => '...');
+					$this->info_box_contents[$i][] = array('td' => 'colspan="6"', 'text' => '...');
 					$i++;
 				}
 			}
@@ -196,6 +196,10 @@ class box_project_opportunities extends ModeleBoxes
 			'td' => 'class="liste_total"',
 			'text' => "&nbsp;",
 		);
+		$this->info_box_contents[$i][] = array(
+			'td' => 'class="liste_total"',
+			'text' => "&nbsp;",
+		);
 	}
 
 	/**

+ 4 - 4
htdocs/theme/eldy/global.inc.php

@@ -2094,7 +2094,7 @@ div.blockvmenupair, div.blockvmenuimpair {
 	border-top: none !important;
 	border-left: none !important;
 	border-right: none !important;
-	border-bottom: 1px solid #e0e0e0;
+	border-bottom: 1px solid #eaeaea;
 	padding-left: 0 !important;
 }
 div.blockvmenuend, div.blockvmenubookmarks {
@@ -2164,7 +2164,7 @@ div.vmenu, td.vmenu {
 		border-top: none !important;
 		border-left: none !important;
 		border-right: none !important;
-		border-bottom: 1px solid #e0e0e0;
+		border-bottom: 1px solid #eaeaea;
 		padding-left: 0 !important;
 	}
 	div.vmenu, td.vmenu {
@@ -4437,7 +4437,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nt
 .noborder > tbody > tr:nth-child(even):not(:last-of-type) td:not(.liste_titre), .liste > tbody > tr:nth-child(even):not(:last-of-type) td:not(.liste_titre),
 .noborder .oddeven.tagtr:nth-child(even):not(:last-of-type) .tagtd:not(.liste_titre)
 {
-	border-bottom: 1px solid #e0e0e0;
+	border-bottom: 1px solid #eaeaea;
 }
 
 .noborder:not(.editmode) > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
@@ -4452,7 +4452,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nt
 .noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
 .noborder .oddeven.tagtr:nth-child(odd):not(:last-child) .tagtd:not(.liste_titre)
 {
-	border-bottom: 1px solid #e0e0e0;
+	border-bottom: 1px solid #eaeaea;
 }
 
 ul.noborder li:nth-child(even):not(.liste_titre) {

+ 3 - 3
htdocs/theme/md/style.css.php

@@ -3419,7 +3419,7 @@ div.blockvmenupair, div.blockvmenuimpair
 	background: var(--colorbackvmenu1);
 
 	padding-bottom: 10px;
-	border-bottom: 1px solid #e0e0e0;
+	border-bottom: 1px solid #e8e8e8;
 }
 div.blockvmenubookmarks
 {
@@ -4554,7 +4554,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nt
 .liste > tbody > tr:nth-child(even):not(:last-of-type) td:not(.liste_titre),
 .noborder .tagtr:nth-child(even):not(:last-of-type) .oddeven.tagtd:not(.liste_titre)
 {
-	border-bottom: 1px solid #ddd;
+	border-bottom: 1px solid #e8e8e8;
 }
 
 .noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
@@ -4572,7 +4572,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nt
 .liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
 .noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
 {
-	border-bottom: 1px solid #ddd;
+	border-bottom: 1px solid #e8e8e8;
 }
 
 ul.noborder li:nth-child(even):not(.liste_titre) {