12/12/2023 - 22h30
parent
77a8c1d2bc
commit
da0a4c4628
|
@ -1242,7 +1242,7 @@ const Config_Champs_Personnalise = (props) => {
|
|||
<br />
|
||||
</div>
|
||||
|
||||
<div className="div_row">
|
||||
<div className="div_row" style={{paddingRight: '10px' }}>
|
||||
<div className="session_data">
|
||||
<div style={{ "border": "None" }}>
|
||||
|
||||
|
|
|
@ -8365,11 +8365,6 @@ Update du 22/10/2023 - Gestion des champs spécifiques ajoutés par le partenair
|
|||
{Dialog_tuteur_1_message}
|
||||
</DialogContentText>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</DialogContent>
|
||||
|
||||
|
||||
|
@ -8841,7 +8836,7 @@ Update du 22/10/2023 - Gestion des champs spécifiques ajoutés par le partenair
|
|||
|
||||
|
||||
<br />
|
||||
<div style={{ "textAlign": "left", "float": "left", "width": "100%" }} id="participant_menu_tab">
|
||||
<div style={{ "textAlign": "left", "float": "left", "width": "100%" , "paddingRight":"10px"}} id="participant_menu_tab">
|
||||
|
||||
|
||||
<div className="session_data">
|
||||
|
@ -10707,7 +10702,7 @@ Update du 22/10/2023 - Gestion des champs spécifiques ajoutés par le partenair
|
|||
|
||||
<h5> Gestion séquences </h5>
|
||||
|
||||
<div className="div_row" style={{ "border": "None" }}>
|
||||
<div className="div_row" style={{ "border": "None", paddingRight: '10px' }}>
|
||||
|
||||
<div className="session_data">
|
||||
<div style={{ "border": "None" }}>
|
||||
|
|
|
@ -5617,10 +5617,10 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div style={{ "textAlign": "left", "float": "left", "width": "100%" }} id="participant_menu_tab">
|
||||
<div style={{ "textAlign": "left", "float": "left", "width": "100%", "paddingRight":"10px" }} id="participant_menu_tab">
|
||||
|
||||
<div className="session_data">
|
||||
<div style={{ "border": "None" }}>
|
||||
<div style={{ "border": "None", paddingRight: '10px' }}>
|
||||
|
||||
<div style={{ height: 550, width: '100%', paddingRight: '5px' }}>
|
||||
|
||||
|
|
|
@ -1468,7 +1468,7 @@ const DistplayPartnerTraningsPage = (props) => {
|
|||
|
||||
|
||||
{String(myApiResponse) === "True" &&
|
||||
<div style={{ height: "800px", width: '100%', paddingRight: '1px' }}>
|
||||
<div style={{ height: "800px", width: '100%', paddingRight: '10px' }}>
|
||||
|
||||
{/*!createtraining && <div className='div_row' >
|
||||
|
||||
|
@ -1480,7 +1480,7 @@ const DistplayPartnerTraningsPage = (props) => {
|
|||
|
||||
</div>*/}
|
||||
<div className="session_data">
|
||||
<div style={{ "border": "None" }}>
|
||||
<div style={{ "border": "None", paddingRight: '10px' }}>
|
||||
<Box
|
||||
sx={{
|
||||
height: "500px",
|
||||
|
|
|
@ -4134,7 +4134,7 @@ const Employes = (props) => {
|
|||
<br />
|
||||
</div>
|
||||
|
||||
<div className="div_row">
|
||||
<div className="div_row" style={{paddingRight: '10px' }}>
|
||||
<div className="session_data">
|
||||
<div style={{ "border": "None" }}>
|
||||
|
||||
|
@ -5606,7 +5606,7 @@ const Employes = (props) => {
|
|||
|
||||
|
||||
|
||||
{String(submenu) === "affectation" && <div className="div_row">
|
||||
{String(submenu) === "affectation" && <div className="div_row" style={{paddingRight: '10px' }}>
|
||||
<div className="div_row">
|
||||
<Button variant="outlined" onClick={submenu_detail_employe} className="detail_class_submenu" id='detail_employe' name='detail_employe'>Détail employé</Button>
|
||||
<Button variant="outlined" onClick={submenu_droit_acces} className="detail_class_submenu" id='droit_acces' name='droit_acces'>Droits d'acces </Button>
|
||||
|
|
|
@ -618,7 +618,7 @@ const Partner_Client = (props) => {
|
|||
|
||||
</div>
|
||||
|
||||
<div className="div_row">
|
||||
<div className="div_row" style={{paddingRight: '10px' }}>
|
||||
<div style={{ height: 550, width: '100%', paddingRight: '1px' }}>
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue