10/04/23 - 15h

recette2
cherif 2023-04-10 15:40:58 +02:00
parent 866aef1f2a
commit d6bdc50174
8 changed files with 1053 additions and 78 deletions

View File

@ -92,8 +92,6 @@ const AddClassManual = (props) => {
const value = event.target.value; const value = event.target.value;
setmypresence(value); setmypresence(value);
setdatamodification("1"); setdatamodification("1");
} }
const handleChangePublished = (event) => { const handleChangePublished = (event) => {

File diff suppressed because it is too large Load Diff

BIN
src/mysy_img/classer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
src/mysy_img/plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
src/mysy_img/seminaire.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -25,7 +25,7 @@
float: left; float: left;
// border:1px solid black; // border:1px solid black;
// border-width:0.01rem; // border-width:0.01rem;
width: 50%; width: 100%;
border-radius: 1rem; border-radius: 1rem;
text-align: left; text-align: left;
} }
@ -34,7 +34,7 @@
float: right; float: right;
//border:1px solid black; //border:1px solid black;
//border-width:0.01rem; //border-width:0.01rem;
width: 50%; width: 100%;
border-radius: 1rem; border-radius: 1rem;
text-align: right; text-align: right;
} }
@ -92,6 +92,7 @@
font-size: small; font-size: small;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
font-weight: normal; font-weight: normal;
width: 100%;
} }
.detail_class_submenu:hover:active, .detail_class_submenu:hover:active,
@ -126,13 +127,13 @@
//background-color: #ECEFF1; //background-color: #ECEFF1;
font-size: small !important; font-size: small !important;
color: black; color: black;
width: 90% !important; width: 97% !important;
height: 2rem !important; height: 2rem !important;
margin: 5px !important; margin: 5px !important;
} }
.training_caract { .training_caract {
width: 90%; width: 100%;
padding: 5px; padding: 5px;
float: left; float: left;
} }
@ -146,7 +147,7 @@
} }
.selectsession { .selectsession {
width: 90%; width: 100%;
height: 2rem; height: 2rem;
font-size: small; font-size: small;
} }
@ -164,7 +165,7 @@
} }
.session_caract { .session_caract {
width: 90%; width: 100%;
padding: 5px; padding: 5px;
float: left; float: left;
text-align: left; text-align: left;
@ -213,15 +214,40 @@
.preview_certif { .preview_certif {
display: block; display: block;
width: 90%; width: 100%;
height: 180px; height: 180px;
border-radius: 1rem !important; border-radius: 1rem !important;
margin-top: 1rem !important; margin-top: 1rem !important;
} }
.hr_break { .hr_break {
border: 2px solid grey; border: 2px solid grey;
} }
.icon_plus {
width: 6%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 100%;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 100%;
}
.div_row_gauche_etendu{
width: 100%;
}
.icon_excel {
width: 6%;
}
} }
@media only screen and (min-width: 601px) and (max-width: 991px) { @media only screen and (min-width: 601px) and (max-width: 991px) {
@ -452,6 +478,30 @@
.hr_break { .hr_break {
border: 3px solid grey; border: 3px solid grey;
} }
.icon_plus {
width: 6%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 45%;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 45%;
}
.div_row_gauche_etendu{
width: 80%;
}
.icon_excel {
width: 6%;
}
} }
@media only screen and (min-width: 992px) and (max-width: 1199px) { @media only screen and (min-width: 992px) and (max-width: 1199px) {
@ -679,9 +729,35 @@
transform: scale(2); transform: scale(2);
margin-left: 5rem; margin-left: 5rem;
} }
.hr_break { .hr_break {
border: 3px solid grey; border: 3px solid grey;
} }
.icon_plus {
width: 8%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 40%;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 50%;
}
.div_row_gauche_etendu{
width: 80%;
}
.icon_excel {
width: 6%;
}
} }
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
@ -908,6 +984,34 @@
border: 5px solid grey; border: 5px solid grey;
} }
.icon_plus {
width: 8%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 20% !important;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 30% !important;
}
.div_row_gauche_etendu{
width: 80%;
}
.icon_excel {
width: 6%;
}
}
.enable_style {
background-color: #FFFFFF;
} }
// end media // end media