Fix - Integration: Bootstrap display with TableTools when on small screen devices did not have the TableTools buttons centered while all other DataTables components were

pull/183/head
Allan Jardine 10 years ago
parent d1ba8bde45
commit 4f9d74d609

@ -42,12 +42,17 @@ div.dataTables_paginate ul.pagination {
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
div.dataTables_wrapper > div.row > div,
div.dataTables_length, div.dataTables_length,
div.dataTables_filter, div.dataTables_filter,
div.dataTables_info, div.dataTables_info,
div.dataTables_paginate { div.dataTables_paginate {
text-align: center; text-align: center;
} }
div.DTTT {
margin-bottom: 0.5em;
}
} }

Loading…
Cancel
Save