(Q) Simple question re: dataTables CSS

(Q) Simple question re: dataTables CSS

tooncestoonces Posts: 15Questions: 2Answers: 0
edited April 2011 in General
Hi there. Simple question (I hope) re : data tables. I have a nice table, works fine. I added a jquery them to it, and now the pagination is too close to the last line of the table. I know it's fixable by tweaking the css, but what rule will control the distance of the bottom part ("showing 1 to 10 of..", pagination) from the main part of the table? If it makes a difference I'm using full pagination, and have tried three themse (lightness, smoothness, trontastic) and same issue on all of them.

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,473 Site admin
    edited April 2011
    div.dataTables_info{ padding-top: 10px } do it for you? And similar for paging.

    Allan
This discussion has been closed.