tablesorter: be more specific about reserving space for header cells
[lhc/web/wiklou.git] / resources / src / jquery / jquery.tablesorter.styles.less
index bd6b5dd..eda939d 100644 (file)
@@ -1,6 +1,6 @@
 .client-js {
        // Reserve space for table sortable controls
-       table.sortable th {
+       table.sortable > thead > tr > th:not( .unsortable ) {
                padding-right: 21px;
        }
 }