This commit is contained in:
KONE SOREL 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%;
}

View File

@ -29,7 +29,7 @@ foreach($actes as $v) {
<?php
} else{
?>
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:white; background-color:red; font-size:14pt; font-weight:bold; width:100%;">
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:white; background-color:red; font-size:14pt; font-weight:bold;">
<?= _("L'acte saisi n'existe pas.") ?>
</marquee>
<?php } ?>

View File

@ -16,7 +16,7 @@
<link href="Bootstrap/css/simple-sidebar.css" rel="stylesheet">
<link href="Bootstrap/css/jquery-ui.css" rel="stylesheet">
<link href="Bootstrap/css/style.css?ver=2026.03.03.01" rel="stylesheet">
<link href="Bootstrap/css/style.css?ver=2026.03.03.02" rel="stylesheet">
<link href="Bootstrap/css/datatables.min.css" rel="stylesheet">