18/01/23 - 22h
parent
bcefd531bd
commit
7ef8a2f743
|
@ -920,7 +920,7 @@ const AddClassManual = (props) => {
|
|||
return (
|
||||
<div className="addclassmanual">
|
||||
|
||||
<div className="div_row_ch">
|
||||
{String(props.mytrainingclass.ref).trim() !== "" && <div className="div_row_ch">
|
||||
|
||||
|
||||
|
||||
|
@ -952,7 +952,7 @@ const AddClassManual = (props) => {
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
</div>}
|
||||
|
||||
<div className="training_data" onChange={DataUpdated}>
|
||||
<div className="training_caract">
|
||||
|
|
|
@ -2021,9 +2021,8 @@ const DisplayDetailClass_new_v2 = (props) => {
|
|||
|
||||
<div className="sous_crossell">
|
||||
|
||||
<div className="sous_crossell_title"> Cela pourrait aussi vous intéresser</div>
|
||||
|
||||
|
||||
{associatedtraining_message && String(associatedtraining_api) === "True" && associatedtraining_message.length > 0 &&
|
||||
<div className="sous_crossell_title"> Cela pourrait aussi vous intéresser</div> }
|
||||
|
||||
<div className="sous_crossell_list_card">
|
||||
|
||||
|
|
|
@ -682,6 +682,51 @@
|
|||
margin-top: 1rem;
|
||||
|
||||
}
|
||||
|
||||
.row_block{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
.zone_gestion_admin{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: right;
|
||||
height: 2.5rem;
|
||||
|
||||
}
|
||||
|
||||
.bton_gestion_admin{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
background: #81BC3A!important;
|
||||
text-align: right;
|
||||
height: 2.5rem;
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.zone_retour_liste{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
height: 2.5rem;
|
||||
|
||||
}
|
||||
|
||||
.bton_retour_list{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
background: white!important;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
width: 80%;
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
||||
|
@ -1048,6 +1093,51 @@
|
|||
margin-top: 1rem;
|
||||
|
||||
}
|
||||
|
||||
.row_block{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
.zone_gestion_admin{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: right;
|
||||
height: 2.5rem;
|
||||
|
||||
}
|
||||
|
||||
.bton_gestion_admin{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
background: #81BC3A!important;
|
||||
text-align: right;
|
||||
height: 2.5rem;
|
||||
width: 60%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.zone_retour_liste{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
height: 2.5rem;
|
||||
|
||||
}
|
||||
|
||||
.bton_retour_list{
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
background: white!important;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
width: 60%;
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
@ -1460,6 +1550,7 @@
|
|||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
width: 50%;
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -203,15 +203,15 @@
|
|||
}
|
||||
|
||||
.bton_rechercher {
|
||||
border-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
font-size: small;
|
||||
width: 50%;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -390,15 +390,15 @@
|
|||
}
|
||||
|
||||
.bton_rechercher {
|
||||
border-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
font-size: small;
|
||||
width: 30%;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -577,15 +577,15 @@
|
|||
}
|
||||
|
||||
.bton_rechercher {
|
||||
border-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
font-size: small;
|
||||
width: 20%;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: black;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -765,15 +765,16 @@
|
|||
}
|
||||
|
||||
.bton_rechercher {
|
||||
border-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
font-size: small;
|
||||
|
||||
width: 20%;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -388,17 +388,19 @@
|
|||
}
|
||||
|
||||
.bt_import_mass {
|
||||
padding: 10px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
border-radius: 5px;
|
||||
width: 80%;
|
||||
background: #104277;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.zone_import_fichier {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
margin-bottom: 2rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -804,17 +806,19 @@
|
|||
}
|
||||
|
||||
.bt_import_mass {
|
||||
padding: 10px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
border-radius: 5px;
|
||||
width: 50%;
|
||||
background: #104277;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.zone_import_fichier {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
margin-bottom: 2rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1260,17 +1264,19 @@
|
|||
}
|
||||
|
||||
.bt_import_mass {
|
||||
padding: 10px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
border-radius: 5px;
|
||||
width: 50%;
|
||||
background: #104277;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.zone_import_fichier {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
margin-bottom: 2rem;
|
||||
width: 80%;
|
||||
}
|
||||
|
@ -1688,17 +1694,19 @@
|
|||
}
|
||||
|
||||
.bt_import_mass {
|
||||
padding: 10px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
border-radius: 5px;
|
||||
width: 50%;
|
||||
background: #104277;
|
||||
background: #81BC3A;
|
||||
padding: 0.3rem;
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.zone_import_fichier {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
margin-bottom: 2rem;
|
||||
width: 50%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue