From ddb563423240af8da8e93b48645707ab119ec0b1 Mon Sep 17 00:00:00 2001 From: BuhtigithuB Date: Tue, 20 Jan 2015 12:20:46 -0500 Subject: [PATCH] prevent th text from hidden left sort/order arrows --- integration/bootstrap/2/dataTables.bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration/bootstrap/2/dataTables.bootstrap.css b/integration/bootstrap/2/dataTables.bootstrap.css index 1744bb9..b391ba8 100644 --- a/integration/bootstrap/2/dataTables.bootstrap.css +++ b/integration/bootstrap/2/dataTables.bootstrap.css @@ -63,6 +63,11 @@ table.table thead .sorting_desc { background: url('../images/sort_desc.png') no- table.table thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; } table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; } +table.table thead th, +table.table thead td { + padding: 4px 18px; +} + table.dataTable th:active { outline: none; }