diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 11517a8..2730cd4 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -112,7 +112,6 @@ table.dataTable thead .sorting_desc_disabled:after { } table.dataTable thead > tr > th { - padding-left: 8px; padding-right: 30px; } @@ -120,6 +119,19 @@ table.dataTable th:active { outline: none; } + +/* Condensed */ +table.dataTable thead > tr > th { + padding-right: 20px; +} + +table.dataTable.table-condensed thead .sorting:after, +table.dataTable.table-condensed thead .sorting_asc:after, +table.dataTable.table-condensed thead .sorting_desc:after { + top: 6px; + right: 6px; +} + /* Scrolling */ div.dataTables_scrollHead table { margin-bottom: 0 !important; diff --git a/integration/bootstrap/3/index.html b/integration/bootstrap/3/index.html index c477ef0..c6e0e47 100644 --- a/integration/bootstrap/3/index.html +++ b/integration/bootstrap/3/index.html @@ -20,7 +20,7 @@
- +
Rendering engine