Skip to content

Commit

Permalink
sorter-false now restores cell padding. See issue #188
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Dec 19, 2012
1 parent b3c9893 commit 05d531e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/theme.black-ice.css
Expand Up @@ -46,6 +46,7 @@
}
.tablesorter-blackice thead .sorter-false {
background-image: url();
padding: 4px;
}

/* tfoot */
Expand Down
1 change: 1 addition & 0 deletions css/theme.blue.css
Expand Up @@ -71,6 +71,7 @@
}
.tablesorter-blue thead .sorter-false {
background-image: url();
padding: 4px;
}

/* tfoot */
Expand Down
1 change: 1 addition & 0 deletions css/theme.dark.css
Expand Up @@ -45,6 +45,7 @@
}
.tablesorter-dark thead .sorter-false {
background-image: url();
padding: 4px;
}

/* tfoot */
Expand Down
1 change: 1 addition & 0 deletions css/theme.default.css
Expand Up @@ -48,6 +48,7 @@ Default Theme
}
.tablesorter-default thead .sorter-false {
background-image: url();
padding: 4px;
}

/* tfoot */
Expand Down
1 change: 1 addition & 0 deletions css/theme.dropbox.css
Expand Up @@ -77,6 +77,7 @@
.tablesorter-dropbox thead .sorter-false i,
.tablesorter-dropbox thead .sorter-false:hover i {
background-image: url();
padding: 4px;
}

/* tbody */
Expand Down
1 change: 1 addition & 0 deletions css/theme.green.css
Expand Up @@ -58,6 +58,7 @@
}
.tablesorter-green thead .tablesorter-header.sorter-false {
background-image: url();
padding: 4px;
}

/* tfoot */
Expand Down
1 change: 1 addition & 0 deletions css/theme.grey.css
Expand Up @@ -80,6 +80,7 @@
}
.tablesorter-grey thead .sorter-false i {
background-image: url();
padding: 4px;
}

/* tfoot */
Expand Down
1 change: 1 addition & 0 deletions css/theme.ice.css
Expand Up @@ -60,6 +60,7 @@
}
.tablesorter-ice thead .sorter-false {
background-image: url();
padding: 4px;
}

/* tfoot */
Expand Down
1 change: 1 addition & 0 deletions css/theme.less
Expand Up @@ -176,6 +176,7 @@

.tablesorter-header.sorter-false {
background-image: url();
padding: @overallPadding;
}

.tablesorter-headerSortUp {
Expand Down

0 comments on commit 05d531e

Please sign in to comment.