13/06/23 - 21h21
parent
8c16cd685f
commit
07f4c2962b
|
@ -1256,6 +1256,10 @@ function Abonnement(props) {
|
||||||
|
|
||||||
</input>
|
</input>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
{handleOnblur_Code_Promo_api && String(handleOnblur_Code_Promo_api) === "false" &&
|
||||||
|
<nav className="koUpdateData"> {handleOnblur_Code_Promo_message} </nav>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/*<div style={{ "textAlign": "right", "width": "50%", "float": "left" }} className="block_remise">
|
{/*<div style={{ "textAlign": "right", "width": "50%", "float": "left" }} className="block_remise">
|
||||||
|
|
|
@ -1339,6 +1339,9 @@ function CheckOut(props) {
|
||||||
|
|
||||||
</input>
|
</input>
|
||||||
</a>
|
</a>
|
||||||
|
{handleOnblur_Code_Promo_api && String(handleOnblur_Code_Promo_api) === "false" &&
|
||||||
|
<nav className="koUpdateData"> {handleOnblur_Code_Promo_message} </nav>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{code_promo_text_to_display && String(code_promo_text_to_display) != "" &&
|
{code_promo_text_to_display && String(code_promo_text_to_display) != "" &&
|
||||||
|
|
|
@ -3993,12 +3993,14 @@ function GestionAdministrative(props) {
|
||||||
|
|
||||||
<div className="field_droite">
|
<div className="field_droite">
|
||||||
<select id="session_liste" value={mysession} onChange={handleChangeSession} className="selectsession">
|
<select id="session_liste" value={mysession} onChange={handleChangeSession} className="selectsession">
|
||||||
<option value="">Choisir </option>
|
<option value="" className="select_option_css">Choisir</option>
|
||||||
|
|
||||||
|
|
||||||
{GetCurrentClass_trainingsession_result &&
|
{GetCurrentClass_trainingsession_result &&
|
||||||
GetCurrentClass_trainingsession_result.map((session) => (
|
GetCurrentClass_trainingsession_result.map((session) => (
|
||||||
|
|
||||||
|
|
||||||
<option value={(JSON.parse(session).formation_session_id)}>
|
<option value={(JSON.parse(session).formation_session_id)} className="select_option_css">
|
||||||
{(JSON.parse(session).session_ondemande) === "1" && " A la Demande - "}
|
{(JSON.parse(session).session_ondemande) === "1" && " A la Demande - "}
|
||||||
{( !JSON.parse(session).session_ondemande || JSON.parse(session).session_ondemande === "0" ) &&
|
{( !JSON.parse(session).session_ondemande || JSON.parse(session).session_ondemande === "0" ) &&
|
||||||
(JSON.parse(session).date_debut).substring(0, 10)+ " au "+ (JSON.parse(session).date_fin).substring(0, 10)}
|
(JSON.parse(session).date_debut).substring(0, 10)+ " au "+ (JSON.parse(session).date_fin).substring(0, 10)}
|
||||||
|
|
|
@ -117,6 +117,7 @@
|
||||||
padding-top: 0.2rem;
|
padding-top: 0.2rem;
|
||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
height: 3rem !important;
|
height: 3rem !important;
|
||||||
|
padding-left: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||||
|
@ -469,6 +470,7 @@
|
||||||
padding-top: 0.2rem;
|
padding-top: 0.2rem;
|
||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
height: 3rem !important;
|
height: 3rem !important;
|
||||||
|
padding-left: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||||
|
@ -881,6 +883,7 @@
|
||||||
padding-top: 0.2rem;
|
padding-top: 0.2rem;
|
||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
height: 3rem !important;
|
height: 3rem !important;
|
||||||
|
padding-left: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||||
|
@ -1300,6 +1303,7 @@
|
||||||
padding-top: 0.2rem;
|
padding-top: 0.2rem;
|
||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
height: 3rem !important;
|
height: 3rem !important;
|
||||||
|
padding-left: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titre1_aide_finance {
|
.titre1_aide_finance {
|
||||||
|
@ -160,8 +161,9 @@
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
color: black;
|
color: black;
|
||||||
width: 97% !important;
|
width: 97% !important;
|
||||||
height: 3rem !important;
|
border: none !important;
|
||||||
margin: 5px !important;
|
margin: 5px !important;
|
||||||
|
height: 3.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.training_caract {
|
.training_caract {
|
||||||
|
@ -199,6 +201,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.session_data {
|
.session_data {
|
||||||
|
@ -353,6 +356,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titre1_aide_finance {
|
.titre1_aide_finance {
|
||||||
|
@ -437,9 +441,9 @@
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
color: black;
|
color: black;
|
||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
height: 3rem !important;
|
height: 3.5rem !important;
|
||||||
margin: 5px !important;
|
margin: 5px !important;
|
||||||
border: 1px solid #dee2e6;
|
border: none !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -478,6 +482,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.session_data {
|
.session_data {
|
||||||
|
@ -624,6 +629,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titre1_aide_finance {
|
.titre1_aide_finance {
|
||||||
|
@ -708,9 +714,9 @@
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
color: black;
|
color: black;
|
||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
height: 3rem !important;
|
height: 3.5rem !important;
|
||||||
margin: 5px !important;
|
margin: 5px !important;
|
||||||
border: 1px solid #dee2e6;
|
border: none !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -749,6 +755,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.session_data {
|
.session_data {
|
||||||
|
@ -897,6 +904,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titre1_aide_finance {
|
.titre1_aide_finance {
|
||||||
|
@ -981,9 +989,9 @@
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
color: black;
|
color: black;
|
||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
height: 3rem !important;
|
height: 3.5rem !important;
|
||||||
margin: 5px !important;
|
margin: 5px !important;
|
||||||
border: 1px solid #dee2e6;
|
border: none !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1022,6 +1030,7 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.session_data {
|
.session_data {
|
||||||
|
@ -1210,6 +1219,14 @@
|
||||||
padding: 6px !important;
|
padding: 6px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
font-weight: normal;
|
||||||
|
display: block;
|
||||||
|
white-space-collapse: collapse;
|
||||||
|
text-wrap: nowrap;
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1263,3 +1280,7 @@
|
||||||
.css-1x5jdmq {
|
.css-1x5jdmq {
|
||||||
height: 3rem !important;
|
height: 3rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select_option_css {
|
||||||
|
border-radius: 0px !important;
|
||||||
|
}
|
Loading…
Reference in New Issue