This commit is contained in:
2026-03-03 17:03:55 +00:00
parent 600d6ebf19
commit 3cb90180f4
3 changed files with 18 additions and 6 deletions

View File

@@ -200,10 +200,9 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ
}
.frmSearch {
position: relative;
width: 100%;
padding: 10px;
background: #baebe1;
background: #858585;
}
#element-list {
@@ -225,13 +224,26 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ
cursor: hand;
}
#searchInput {
#searchInput,
#searchInputActe,
#searchInputLienparente {
padding: 10px;
}
#div_selection{
.div_selection_list{
position:absolute;
z-index:999;
height:250px;
width:35%;
overflow: auto;
}
#div_selection_acte,
#div_selection,
#div_selection_prestataire{
position:absolute;
z-index:999;
height:250px;
overflow: auto;
width: 100%;
}