1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00
DataTables/media/css
Allan Jardine 6e51a62684 Avoid applying padding to non sortable items on small tables
I don't know if there are more to this or if it would break some other rules but as of my testing it should be fine to remove this rule for headers that have no sorting applied to them.

This is the case already for "normal sized" tables as the padding-right rule is only applied if there is a sorting class to the element. But it has been forgotten for the table-sm variant. So there are two options that I can see.

Specify this rule does not apply if there is a sorting_disabled class
Do the same as what was done for the normal sized table in the following commit: 4e611f31ff
2020-05-21 09:24:54 +00:00
..
dataTables.bootstrap4.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.bootstrap4.min.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.bootstrap.css Fix: Revert some limited changes from 5608cc872abbc493fa2ec533510576ea8ad066d3 2017-08-31 14:49:06 +01:00
dataTables.bootstrap.min.css Fix: Revert some limited changes from 5608cc872abbc493fa2ec533510576ea8ad066d3 2017-08-31 14:49:06 +01:00
dataTables.foundation.css Fix - CSS: Columns which are orderable in a single direction only should show a pointer cursor 2017-04-07 11:04:03 +01:00
dataTables.foundation.min.css Fix - CSS: Columns which are orderable in a single direction only should show a pointer cursor 2017-04-07 11:04:03 +01:00
dataTables.jqueryui.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.jqueryui.min.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.material.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.material.min.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.semanticui.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.semanticui.min.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.uikit.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
dataTables.uikit.min.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
jquery.dataTables_themeroller.css Fix - docs: dt-api row().child() should have the class name as optional 2015-04-15 17:02:08 +01:00
jquery.dataTables.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00
jquery.dataTables.min.css Avoid applying padding to non sortable items on small tables 2020-05-21 09:24:54 +00:00