File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments