From 0afb986c34bef59a95bf576df8530b7fbea54381 Mon Sep 17 00:00:00 2001 From: tomascassidy Date: Wed, 20 Aug 2014 15:24:38 +1000 Subject: [PATCH] Add margin-left to search input box This margin exists in the default dataTables CSS but was missing from the dataTables bootstrap CSS. It adds a small gap between the "Search:" label and the search input box. --- integration/bootstrap/3/dataTables.bootstrap.css | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 9e276ed..7e24362 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -15,6 +15,7 @@ div.dataTables_filter label { div.dataTables_filter input { width: 16em; + margin-left: 0.5em; } div.dataTables_info {