Skip to content

Commit 4853e29

Browse files
committed
style: migliorie grafiche minori
1 parent 803c7f1 commit 4853e29

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

assets/src/css/datatables.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,11 @@ div.dataTables_wrapper {
242242
{
243243
z-index: 1050
244244
}
245+
246+
div.dataTables_wrapper div.dataTables_info {
247+
padding-bottom: 8px;
248+
}
249+
250+
.datatables-buttons {
251+
padding-bottom: 16px;
252+
}

assets/src/css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,7 @@ span.form-control {
371371
#pulsanti {
372372
position: sticky;
373373
top: 0;
374-
padding-top: 10px;
375-
padding-bottom: 10px;
374+
padding: 10px;
376375
z-index: 999;
377376
background: #f6f6f6;
378377
line-height: 3;

include/manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
</table>';
183183

184184
echo '
185-
<div class="row" data-target="'.$table_id.'">
185+
<div class="row datatables-buttons" data-target="'.$table_id.'">
186186
<div class="col-md-5">
187187
<div class="btn-group select-controller-container" role="group">
188188
<button type="button" class="btn btn-primary btn-select-all">'.tr('Seleziona tutto').'</button>

0 commit comments

Comments
 (0)