Data table CSS tuning

This commit is contained in:
Karel Picman 2017-05-15 12:49:14 +02:00
parent d86d6345cd
commit 7a4f7d998f

View File

@ -68,6 +68,14 @@
padding: 0;
}
table.display thead th div.DataTables_sort_wrapper {
position: unset;
}
table.display thead th div.DataTables_sort_wrapper span {
z-index: 1;
}
.dmsf_entries {
margin-bottom: 10px;
display: block;