07/08/23 -19h

recette2
cherif 2023-08-07 19:01:41 +02:00
parent b61ae5497e
commit edb4bb8b38
5 changed files with 2868 additions and 91 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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>

View File

@ -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

View File

@ -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
}