sorter-false now restores cell padding. See issue #188

This commit is contained in:
Mottie 2012-12-19 10:36:44 -06:00
parent b3c9893417
commit 05d531e3f9
9 changed files with 9 additions and 0 deletions

View File

@ -46,6 +46,7 @@
}
.tablesorter-blackice thead .sorter-false {
background-image: url();
padding: 4px;
}
/* tfoot */

View File

@ -71,6 +71,7 @@
}
.tablesorter-blue thead .sorter-false {
background-image: url();
padding: 4px;
}
/* tfoot */

View File

@ -45,6 +45,7 @@
}
.tablesorter-dark thead .sorter-false {
background-image: url();
padding: 4px;
}
/* tfoot */

View File

@ -48,6 +48,7 @@ Default Theme
}
.tablesorter-default thead .sorter-false {
background-image: url();
padding: 4px;
}
/* tfoot */

View File

@ -77,6 +77,7 @@
.tablesorter-dropbox thead .sorter-false i,
.tablesorter-dropbox thead .sorter-false:hover i {
background-image: url();
padding: 4px;
}
/* tbody */

View File

@ -58,6 +58,7 @@
}
.tablesorter-green thead .tablesorter-header.sorter-false {
background-image: url();
padding: 4px;
}
/* tfoot */

View File

@ -80,6 +80,7 @@
}
.tablesorter-grey thead .sorter-false i {
background-image: url();
padding: 4px;
}
/* tfoot */

View File

@ -60,6 +60,7 @@
}
.tablesorter-ice thead .sorter-false {
background-image: url();
padding: 4px;
}
/* tfoot */

View File

@ -176,6 +176,7 @@
.tablesorter-header.sorter-false {
background-image: url();
padding: @overallPadding;
}
.tablesorter-headerSortUp {