This commit is contained in:
KONE SOREL 2026-03-03 16:42:40 +00:00
parent 6b8b00f8a7
commit 0836bacf79
3 changed files with 3 additions and 2 deletions

View File

@ -200,6 +200,7 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ
}
.frmSearch {
position: relative;
width: 100%;
padding: 10px;
background: #baebe1;

View File

@ -46,7 +46,7 @@
<tr>
<td> <?= _("Acte") ?> </td>
<td colspan="3">
<div class="frmSearch" style="position: relative;">
<div class="frmSearch">
<input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= _("Saisissez le nom de l'acte...") ?>" autofocus required AUTOCOMPLETE="OFF">
<div id="div_selection"></div>
</div>

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.00" rel="stylesheet">
<link href="Bootstrap/css/style.css?ver=2026.03.03.01" rel="stylesheet">
<link href="Bootstrap/css/datatables.min.css" rel="stylesheet">