This commit is contained in:
KONE SOREL 2026-03-03 16:34:09 +00:00
parent 6099917e70
commit 5f33c06151
3 changed files with 32 additions and 4 deletions

View File

@ -32,8 +32,8 @@ body {
} }
.navbar-inverse{ .navbar-inverse{
background-color: rgba(0,0,255,0.2) background-color: rgba(0,0,255,0.2);
border-color:#080808 border-color: #080808;
} }
.sidebar-nav > li > a { .sidebar-nav > li > a {
@ -198,3 +198,32 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ
{ {
padding: 1px 1px; padding: 1px 1px;
} }
.frmSearch {
width: 100%;
padding: 10px;
background: #baebe1;
}
#element-list {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
#element-list li {
padding: 10px;
background: #FFF;
border-bottom: #F0F0F0 1px solid;
}
#element-list li:hover {
background:#F0F0F0;
cursor: pointer;
cursor: hand;
}
#searchInput {
padding: 10px;
}

View File

@ -48,7 +48,6 @@
<td colspan="3"> <td colspan="3">
<div class="frmSearch" style="position: relative;"> <div class="frmSearch" style="position: relative;">
<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"> <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">
<i class="fas fa-search" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #999;"></i>
<div id="div_selection"></div> <div id="div_selection"></div>
</div> </div>
</td> </td>

View File

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