border-style: solid;
border-color: black;
border-width: 1px;
+ padding-left: 32px; /* move the placeholder text to the right*/
background-image: url(../img/lightbox_search_icon.png);
background-position: 8px 50%;
background-repeat: no-repeat;
// Use out Ajax endpoing to populate the list
//'sAjaxSource': "{% url 'api_course_list' %}"
});
- $('.dataTables_filter input').attr("placeholder", " search courses");
+ $('.dataTables_filter input').attr("placeholder", "search courses");
// TODO: can't prepend html to .dataTables_filter input html for fontawesome search icon
});
</script>