20/10/2023 - 22h

recette2
cherif 2023-10-20 22:49:43 +02:00
parent 417dac1f03
commit 9a58edae93
4 changed files with 10 additions and 9 deletions

View File

@ -409,14 +409,15 @@ const Formation = (props) => {
<nav style={{"width":"100%", "float":"left", "textAlign":"left", "color": "#619E31"}}>
<nav style={{"width":"auto", "float":"left"}}> <CiLocationOn className="icone_location" />&nbsp; </nav>
{GetCurrentClass_trainingsession_cities_result && GetCurrentClass_trainingsession_cities_result.slice(0, 5).map((formation_ville) => (
{GetCurrentClass_trainingsession_cities_result && GetCurrentClass_trainingsession_cities_result.sort().slice(0, 5).map((formation_ville) => (
<nav style={{"width":"auto", "float":"left"}}>
{formation_ville &&
<b> - {formation_ville.replaceAll('"', '').substring(0, 20)} &nbsp;&nbsp; </b>
<b> {formation_ville.replaceAll('"', '').substring(0, 20).toLocaleLowerCase().charAt(0).toUpperCase() +
formation_ville.replaceAll('"', '').substring(0, 20).toLocaleLowerCase().slice(1)} &nbsp;&nbsp; </b>
}

View File

@ -3079,7 +3079,7 @@ const Recherche_new_v2 = () => {
{showelement === "true" && <div className="rech_leftbox">
<div className="sous_filter">
<div className="sous_filter_txt"> Les filtres</div>
<div className="sous_filter_txt"> Les filtres </div>
<div className="tab_critere_espace">

View File

@ -4738,7 +4738,7 @@
//height: 450px;
left: 0px;
//top: 6300px;
top: 5700px;
top: 6000px;
background: #FFF5DA;
z-index: -1;
}
@ -4825,7 +4825,7 @@
width: 95%;
height: 386px;
//top: 5100px;
top: 4550px;
top: 4750px;
/* White */
@ -7701,7 +7701,7 @@
//height: 450px;
left: 0px;
//top: 6200px;
top: 5650px;
top: 5850px;
background: #FFF5DA;
z-index: -1;
@ -7790,7 +7790,7 @@
height: 386px;
left: 72px;
//top: 5000px;
top: 4450px;
top: 4650px;
/* White */
@ -10662,7 +10662,7 @@
//height: 450px;
left: 0px;
//top: 5850px;
top: 5250px;
top: 5650px;
background: #FFF5DA;
z-index: -1;
@ -10751,7 +10751,7 @@
height: 386px;
left: 72px;
//top: 4750px;
top: 4150px;
top: 4450px;
;
/* White */

0
xhtml2pdf-default.css Normal file
View File