diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 74c74650..38d32561 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -622c32e41972450a58eb72b38b4252ce2ac42967 +fa83229b3cd91482f9cefa5a6fffd6dddc3b5f55 diff --git a/media/css/jquery.dataTables.css b/media/css/jquery.dataTables.css index eb4e7d09..fe7be1af 100644 --- a/media/css/jquery.dataTables.css +++ b/media/css/jquery.dataTables.css @@ -376,3 +376,17 @@ table.dataTable td { clear: both; height: 0; } + +@media screen and (max-width: 767px) { + .dataTables_wrapper .dataTables_length, + .dataTables_wrapper .dataTables_filter, + .dataTables_wrapper .dataTables_info, + .dataTables_wrapper .dataTables_paginate { + float: none; + text-align: center; + } + .dataTables_wrapper .dataTables_filter, + .dataTables_wrapper .dataTables_paginate { + margin-top: 0.5em; + } +} diff --git a/media/css/jquery.dataTables_themeroller.css b/media/css/jquery.dataTables_themeroller.css index f4a28a9e..5a56d979 100644 --- a/media/css/jquery.dataTables_themeroller.css +++ b/media/css/jquery.dataTables_themeroller.css @@ -314,3 +314,17 @@ table.dataTable td { clear: both; height: 0; } + +@media screen and (max-width: 767px) { + .dataTables_wrapper .dataTables_length, + .dataTables_wrapper .dataTables_filter, + .dataTables_wrapper .dataTables_info, + .dataTables_wrapper .dataTables_paginate { + float: none; + text-align: center; + } + .dataTables_wrapper .dataTables_filter, + .dataTables_wrapper .dataTables_paginate { + margin-top: 0.5em; + } +}