Skip to content

Commit 32762a4

Browse files
committed
fix: avviso
1 parent 75fcd45 commit 32762a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/aggiornamenti/edit.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,9 +1106,9 @@ function search(button) {
11061106
if ($has_any_errors) {
11071107
$disabled = 'disabled';
11081108
echo ' <div class="alert alert-warning mt-1 mb-2 p-2" style="font-size: 0.85rem;">
1109-
<div class="form-check mb-0">
1110-
<input type="checkbox" id="aggiorna_custom" class="form-check-input" value="1">
1111-
<label for="aggiorna_custom" class="form-check-label">
1109+
<div class="form-check mb-0" style="display: flex; align-items: center;">
1110+
<input type="checkbox" id="aggiorna_custom" class="form-check-input" value="1" style="margin-top: 0;">
1111+
<label for="aggiorna_custom" class="form-check-label mb-0" style="margin-left: 0.5rem;">
11121112
<i class="fa fa-exclamation-triangle mr-1 text-warning"></i>'.tr("Desidero comunque procedere all'aggiornamento").'
11131113
</label>
11141114
</div>

0 commit comments

Comments
 (0)