df
This commit is contained in:
parent
6b8b00f8a7
commit
0836bacf79
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user