11/06/2023 - 23h
parent
d7465cd7f0
commit
f76543e288
|
@ -3821,7 +3821,7 @@ function GestionAdministrative(props) {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div className="session_caract"> Code Formation LMS<br />
|
||||
<div className="session_caract"> Code Formation LMS
|
||||
<i> (le code créé dans le LMS) </i>
|
||||
<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
|
@ -4217,7 +4217,7 @@ function GestionAdministrative(props) {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div className="session_caract"> Code Formation LMS<br />
|
||||
<div className="session_caract"> Code Formation LMS
|
||||
<i> (le code créé dans le LMS) </i>
|
||||
<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.css-1v4ccyo{
|
||||
height: 3rem !important;
|
||||
}
|
||||
|
||||
padding-top: 0.5rem;
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
.gestionadministrative {
|
||||
|
||||
.Mui-disabled {
|
||||
font-size: small !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.okUpdateData {
|
||||
font-size: small;
|
||||
|
@ -22,26 +33,29 @@
|
|||
}
|
||||
|
||||
.div_row_gauche {
|
||||
float: left;
|
||||
// border:1px solid black;
|
||||
// border-width:0.01rem;
|
||||
|
||||
width: 100%;
|
||||
border-radius: 1rem;
|
||||
border-radius: 10rem !important;
|
||||
text-align: left;
|
||||
|
||||
margin: 0px !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
margin-top: 0.5rem !important;
|
||||
}
|
||||
|
||||
.div_row_droite {
|
||||
float: right;
|
||||
//border:1px solid black;
|
||||
//border-width:0.01rem;
|
||||
width: 100%;
|
||||
border-radius: 1rem;
|
||||
text-align: right;
|
||||
border-radius: 10rem !important;
|
||||
text-align: left;
|
||||
|
||||
margin: 0px !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
margin-top: 0.5rem !important;
|
||||
}
|
||||
|
||||
.selectsession {
|
||||
width: 90%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -128,7 +142,7 @@
|
|||
font-size: small !important;
|
||||
color: black;
|
||||
width: 97% !important;
|
||||
height: 2rem !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
}
|
||||
|
||||
|
@ -148,7 +162,7 @@
|
|||
|
||||
.selectsession {
|
||||
width: 100%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -189,7 +203,7 @@
|
|||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
background: #81BC3A;
|
||||
|
||||
}
|
||||
|
@ -199,7 +213,7 @@
|
|||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
color: #104277 !important;
|
||||
}
|
||||
|
@ -240,7 +254,7 @@
|
|||
width: 100% !important;
|
||||
}
|
||||
|
||||
.div_row_gauche_etendu{
|
||||
.div_row_gauche_etendu {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -248,6 +262,17 @@
|
|||
width: 6%;
|
||||
}
|
||||
|
||||
|
||||
.bton_envoyer {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 100%;
|
||||
background: #81BC3A;
|
||||
margin-top: 1rem;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
||||
|
@ -291,7 +316,7 @@
|
|||
|
||||
.selectsession {
|
||||
width: 90%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -376,8 +401,8 @@
|
|||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
width: 80% !important;
|
||||
height: 2rem !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 5px;
|
||||
|
@ -399,7 +424,7 @@
|
|||
|
||||
.selectsession {
|
||||
width: 90%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -495,7 +520,7 @@
|
|||
width: 65% !important;
|
||||
}
|
||||
|
||||
.div_row_gauche_etendu{
|
||||
.div_row_gauche_etendu {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
|
@ -545,7 +570,7 @@
|
|||
|
||||
.selectsession {
|
||||
width: 90%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -630,8 +655,8 @@
|
|||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
width: 80% !important;
|
||||
height: 2rem !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 5px;
|
||||
|
@ -653,7 +678,7 @@
|
|||
|
||||
.selectsession {
|
||||
width: 90%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -670,7 +695,7 @@
|
|||
}
|
||||
|
||||
.session_caract {
|
||||
width: 30%;
|
||||
width: 33%;
|
||||
padding: 5px;
|
||||
float: left;
|
||||
text-align: left;
|
||||
|
@ -750,7 +775,7 @@
|
|||
width: 50% !important;
|
||||
}
|
||||
|
||||
.div_row_gauche_etendu{
|
||||
.div_row_gauche_etendu {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
|
@ -801,7 +826,7 @@
|
|||
|
||||
.selectsession {
|
||||
width: 90%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -886,8 +911,8 @@
|
|||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
width: 80% !important;
|
||||
height: 2rem !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 5px;
|
||||
|
@ -909,7 +934,7 @@
|
|||
|
||||
.selectsession {
|
||||
width: 90%;
|
||||
height: 2rem;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
@ -926,7 +951,7 @@
|
|||
}
|
||||
|
||||
.session_caract {
|
||||
width: 30%;
|
||||
width: 33%;
|
||||
padding: 5px;
|
||||
float: left;
|
||||
text-align: left;
|
||||
|
@ -1000,7 +1025,7 @@
|
|||
width: 30% !important;
|
||||
}
|
||||
|
||||
.div_row_gauche_etendu{
|
||||
.div_row_gauche_etendu {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
|
@ -1008,6 +1033,36 @@
|
|||
width: 6%;
|
||||
}
|
||||
|
||||
.bton_envoyer {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 60%;
|
||||
background: #81BC3A;
|
||||
}
|
||||
|
||||
|
||||
.bton_traiter_en_mass {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 40%;
|
||||
background: #81BC3A;
|
||||
margin-left: 5%;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
.bton_fermer {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 60%;
|
||||
background-color: white;
|
||||
color: #104277 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.enable_style {
|
||||
|
@ -1022,9 +1077,9 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 5px !important;
|
||||
font-size: small;
|
||||
padding: 0px !important;
|
||||
font-size: medium;
|
||||
height: 3rem !important;
|
||||
}
|
||||
|
||||
.css-1t10bd6-MuiFormControl-root-MuiTextField-root fieldset {
|
||||
|
@ -1045,35 +1100,6 @@
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
.bton_envoyer {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 60%;
|
||||
background: #81BC3A;
|
||||
}
|
||||
|
||||
|
||||
.bton_traiter_en_mass {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 40%;
|
||||
background: #81BC3A;
|
||||
margin-left: 5%;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
.bton_fermer {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
padding: 0.3rem;
|
||||
width: 60%;
|
||||
background-color: white;
|
||||
color: #104277 !important;
|
||||
}
|
||||
|
||||
.css-1x5jdmq {
|
||||
padding: 6px !important;
|
||||
|
|
Loading…
Reference in New Issue