btn nvl inter + gestion des pompiers dans le form

This commit is contained in:
pierre renaudot
2023-11-24 11:36:16 +01:00
parent 591b6a0d41
commit 062e417a9c
8 changed files with 404 additions and 58 deletions

View File

@@ -640,3 +640,60 @@ table.listeLegere td {
cursor: pointer;
}
/*
PARTIE DES INTERVENTIONS
*/
.nouvelleInter{
margin: 0 20px;
overflow:auto;
width: 100%;
}
.formulaire{
width: 50%;
border-right: solid 1px black;
float: left;
}
.nouvelleInter .formulaire{
/* float: right; */
}
.selectionPompier{
margin: 0 30px;
overflow:auto;
display: flex;
justify-content: space-between;
}
.pompierDispo{
background-color: #8B93A7;
width: 40%;
height: 80%;
margin: 0 20px;
padding: 5px;
text-align: center;
display: inline-block;
}
.pompierDispo div,
.pompierIntervenant div{
text-decoration: none;
background-color: #FFFFFF;
padding: 3px;
margin: 5px;
cursor: pointer;
}
.pompierDispo .1{
}
.pompierIntervenant{
background-color: red;
width: 40%;
height: 200px;
margin: 0 20px;
padding: 5px;
display: block;
text-align: center;
}
#sendInter{
width: auto;
text-align: center;
margin: 10px;
}