der
This commit is contained in:
parent
e7a26a15df
commit
9c6a27e682
|
|
@ -816,12 +816,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
text-transform: uppercase;
|
||||
letter-spacing: 0.02px;
|
||||
padding: 8px 10px !important;
|
||||
|
||||
border: 1px solid var(--color-neutral) !important;
|
||||
/*
|
||||
border-bottom: 2px solid var(--text-primary) !important;
|
||||
border-top: none !important;
|
||||
*/
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,10 +39,10 @@
|
|||
<div class="card border-0 shadow-sm mb-1">
|
||||
<div class="card-body p-3 bg-light-subtle rounded border border-primary-subtle border-dashed">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-2 text-md-end text-primary fw-bold small">
|
||||
<div class="col-md-1 text-md-end fw-bold small">
|
||||
<?= _("Table à consulter") ?>
|
||||
</div>
|
||||
<div class="col-md-10" id="div_listetables">
|
||||
<div class="col-md-11" id="div_listetables">
|
||||
<select name="listetables" id="listetables" class="form-control selectpicker" data-live-search="true" onchange="chargerFichiersTable();" autofocus>
|
||||
<?= liste_options($autrestables, '', false) ?>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user