07/08/23 -19h
parent
b61ae5497e
commit
edb4bb8b38
File diff suppressed because it is too large
Load Diff
|
@ -5259,7 +5259,7 @@ function GestionAdministrative(props) {
|
||||||
{<div className="div_row" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
|
{<div className="div_row" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
|
||||||
|
|
||||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||||
<Button variant="contained" className="bton_envoyer" onClick={One_Create_Participant}>Enregistrer la session
|
<Button variant="contained" className="bton_envoyer" onClick={One_Create_Participant}>Enregistrer le participant
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -832,6 +832,7 @@ Cette fonction recuperer les stats des TOP 5 formations sur la periode saisie pa
|
||||||
modal
|
modal
|
||||||
nested
|
nested
|
||||||
position="center center"
|
position="center center"
|
||||||
|
|
||||||
>
|
>
|
||||||
{close => (
|
{close => (
|
||||||
<div>
|
<div>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -74,10 +74,14 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.css-14lo706{
|
.css-14lo706 {
|
||||||
padding-right: 0.5rem !important;
|
padding-right: 0.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root{
|
.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root {
|
||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.css-1knaqv7-MuiButtonBase-root-MuiButton-root {
|
||||||
|
min-width: 10rem !important
|
||||||
|
}
|
Loading…
Reference in New Issue