recette2
parent
3b5fb13d60
commit
33a8d9abde
File diff suppressed because it is too large
Load Diff
|
@ -728,9 +728,6 @@ const Module_Agenda = (props) => {
|
|||
if (JSON.parse(res.data.message).planning_fin_journee)
|
||||
setPartner_Fin_Journee(String(JSON.parse(res.data.message).planning_fin_journee))
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
else if (String(res.data.status) === String("Err_Connexion")) {
|
||||
alert('Erreur: ' + res.data.message);
|
||||
|
@ -1155,8 +1152,7 @@ const Module_Agenda = (props) => {
|
|||
else
|
||||
setp_detail_justified(true);
|
||||
|
||||
}
|
||||
}
|
||||
} }
|
||||
|
||||
id="toggleSwitchNav" name="toggleSwitchNav">
|
||||
<ToggleSwitch id="toggleSwitch" name="toggleSwitch" checked={p_detail_justified}
|
||||
|
|
|
@ -2618,6 +2618,8 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.div_row_gauche_dialog_session {
|
||||
width: 30%;
|
||||
float: left;
|
||||
|
@ -2660,11 +2662,22 @@
|
|||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.DialogContent_width_for_week_model {
|
||||
width: 900px !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// end media
|
||||
|
||||
|
||||
.DialogContent_width_for_week_model {
|
||||
width: 900px !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.disabled_style_with_visualiser {
|
||||
width: 80% !important;
|
||||
}
|
||||
|
@ -2803,3 +2816,7 @@
|
|||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
padding-left: 5px !important;
|
||||
}
|
||||
|
||||
.popup-overlay {
|
||||
z-index: 1301 !important;
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
.displaypopop_for_sequence_model_week {
|
||||
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
// end media
|
||||
|
||||
|
||||
.css-1t1j96h-MuiPaper-root-MuiDialog-paper{
|
||||
max-width: none;
|
||||
width: 1000px;
|
||||
}
|
||||
}
|
|
@ -107,3 +107,4 @@
|
|||
@import "./components/displayactionandclass";
|
||||
@import "./components/updateattendeelist";
|
||||
@import "./components/displayPartnerunite_enseignement";
|
||||
@import "./components/displaypopop_for_sequence_model_week";
|
Loading…
Reference in New Issue