btn nvl inter + gestion des pompiers dans le form
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user