From 4f9d74d6092012c2f2510e6d0d73c8834e9cfbba Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 2 Apr 2015 12:16:25 +0100 Subject: [PATCH] Fix - Integration: Bootstrap display with TableTools when on small screen devices did not have the TableTools buttons centered while all other DataTables components were --- integration/bootstrap/3/dataTables.bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index d776731..91c5363 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -42,12 +42,17 @@ div.dataTables_paginate ul.pagination { } @media screen and (max-width: 767px) { + div.dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate { text-align: center; } + + div.DTTT { + margin-bottom: 0.5em; + } }