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.
pull/87/head
tomascassidy 10 years ago
parent 047ad80309
commit 0afb986c34

@ -15,6 +15,7 @@ div.dataTables_filter label {
div.dataTables_filter input {
width: 16em;
margin-left: 0.5em;
}
div.dataTables_info {

Loading…
Cancel
Save