Skip to content

Commit 8f95725

Browse files
committed
fix: Corretto disallineamento grafico dei pulsanti di salvataggio ed eliminazione firma in visualizzazione mobile, close #1409
1 parent 5ffe7fe commit 8f95725

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

modules/interventi/modals/anteprima_firma.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@
6868
</div>
6969
<br>
7070
<div class="row">
71-
<div class="col-md-6">
71+
<div class="col-md-12">
7272
<button type="button" class="btn btn-danger" data-action="clear">
7373
<i class="fa fa-eraser"></i> <?php echo tr('Cancella firma'); ?>
7474
</button>
75-
</div>
76-
<div class="col-md-6">
7775
<button type="submit" class="btn btn-success pull-right" data-action="save">
7876
<i class="fa fa-check"></i> <?php echo tr('Salva firma'); ?>
7977
</button>

modules/interventi/modals/firma.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,11 @@
209209
</div>
210210
<br>
211211
<div class="row">
212-
<div class="col-md-6">
212+
<div class="col-md-12">
213213
<button type="button" class="btn btn-danger" data-action="clear">
214214
<i class="fa fa-eraser"></i> <?php echo tr('Cancella firma'); ?>
215215
</button>
216-
</div>
217-
<div class="col-md-6">
216+
218217
<button type="submit" class="btn btn-success pull-right" data-action="save">
219218
<i class="fa fa-check"></i> <?php echo tr('Salva firma'); ?>
220219
</button>

0 commit comments

Comments
 (0)