I'm using DataTables which make use of the "compact" CSS class which changes the padding / spacing of each row. Currently, the Responsive extension's plus icon will protrude out of the bottom of each row when the DataTable is compact. Below is the CSS override that I used to make Responsive get along nicely, though this is admittedly just a hack:
Thanks for this. I think in Responsive 1.1 I'm going to need to drop the use of :before and inject proper elements into the table for the control element. That will help with this as well.
I'm using DataTables which make use of the "compact" CSS class which changes the padding / spacing of each row. Currently, the Responsive extension's plus icon will protrude out of the bottom of each row when the DataTable is compact. Below is the CSS override that I used to make Responsive get along nicely, though this is admittedly just a hack: