From ffd6b58513c92f2fb8a72a8282e8a005b880aea1 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 12 Sep 2014 16:11:24 +0000 Subject: [PATCH] Class "tablesorter" is not needed git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9078 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Crao/crao.css | 6 ++--- themes/Crao/templates/bottom.tmpl | 3 +-- themes/Hawaiian/Hawaiian.css | 6 ++--- themes/MacOSX/MacOSX.css | 6 ++--- themes/MonoBook/monobook.css | 6 ++--- themes/Portland/portland.css | 6 ++--- themes/Sidebar/sidebar.css | 30 +++--------------------- themes/SpaceWiki/SpaceWiki.css | 6 ++--- themes/Wordpress/Wordpress.css | 6 ++--- themes/blog/Kubrick.css | 6 ++--- themes/blog/templates/bottom.tmpl | 3 +-- themes/default/phpwiki.css | 6 ++--- themes/default/templates/bottom.tmpl | 4 +--- themes/fusionforge/fusionforge.css | 6 ++--- themes/fusionforge/templates/bottom.tmpl | 4 +--- themes/shamino_com/shamino_com.css | 6 ++--- themes/wikilens/wikilens.css | 6 ++--- 17 files changed, 43 insertions(+), 73 deletions(-) diff --git a/themes/Crao/crao.css b/themes/Crao/crao.css index 6ef45365d..21c087bce 100644 --- a/themes/Crao/crao.css +++ b/themes/Crao/crao.css @@ -1304,7 +1304,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1312,7 +1312,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1320,7 +1320,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/Crao/templates/bottom.tmpl b/themes/Crao/templates/bottom.tmpl index a1bfffd51..62afeba3e 100644 --- a/themes/Crao/templates/bottom.tmpl +++ b/themes/Crao/templates/bottom.tmpl @@ -9,9 +9,8 @@ diff --git a/themes/Hawaiian/Hawaiian.css b/themes/Hawaiian/Hawaiian.css index c18ea9bd4..9c9636fa2 100644 --- a/themes/Hawaiian/Hawaiian.css +++ b/themes/Hawaiian/Hawaiian.css @@ -676,7 +676,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -684,7 +684,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -692,7 +692,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index 8dd36d71e..8cdc35d5c 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -1200,7 +1200,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1208,7 +1208,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1216,7 +1216,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/MonoBook/monobook.css b/themes/MonoBook/monobook.css index e0734a548..5ef972095 100644 --- a/themes/MonoBook/monobook.css +++ b/themes/MonoBook/monobook.css @@ -2251,7 +2251,7 @@ td.tdunselected { margin-bottom: 1ex; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -2259,7 +2259,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -2267,7 +2267,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/Portland/portland.css b/themes/Portland/portland.css index a6f672088..9ab7c792c 100644 --- a/themes/Portland/portland.css +++ b/themes/Portland/portland.css @@ -185,7 +185,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -193,7 +193,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -201,7 +201,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/Sidebar/sidebar.css b/themes/Sidebar/sidebar.css index a12d1cd98..9993d61de 100644 --- a/themes/Sidebar/sidebar.css +++ b/themes/Sidebar/sidebar.css @@ -2305,7 +2305,7 @@ td.tdunselected { padding: 0.5em; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -2313,7 +2313,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -2321,31 +2321,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { - background-image: url(../default/images/sort_down.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 20px; -} - -table.tablesorter th.header { - background-image: url(../default/images/sort_none.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 20px; -} - -table.tablesorter th.headerSortUp { - background-image: url(../default/images/sort_up.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 20px; -} - -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/SpaceWiki/SpaceWiki.css b/themes/SpaceWiki/SpaceWiki.css index 4f6721c36..bb8da7830 100644 --- a/themes/SpaceWiki/SpaceWiki.css +++ b/themes/SpaceWiki/SpaceWiki.css @@ -1036,7 +1036,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1044,7 +1044,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1052,7 +1052,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/Wordpress/Wordpress.css b/themes/Wordpress/Wordpress.css index 5ac3b7ae7..0b5652ea8 100644 --- a/themes/Wordpress/Wordpress.css +++ b/themes/Wordpress/Wordpress.css @@ -1117,7 +1117,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1125,7 +1125,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1133,7 +1133,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/blog/Kubrick.css b/themes/blog/Kubrick.css index 19763b38e..3bdefd70b 100644 --- a/themes/blog/Kubrick.css +++ b/themes/blog/Kubrick.css @@ -1023,7 +1023,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1031,7 +1031,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1039,7 +1039,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/blog/templates/bottom.tmpl b/themes/blog/templates/bottom.tmpl index cba8e68c1..88b985451 100644 --- a/themes/blog/templates/bottom.tmpl +++ b/themes/blog/templates/bottom.tmpl @@ -12,9 +12,8 @@ diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index 5231d0419..51297f21d 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -1290,7 +1290,7 @@ table.boxed th, table.bordered th { border: 1px solid #ffa500; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1298,7 +1298,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1306,7 +1306,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/default/templates/bottom.tmpl b/themes/default/templates/bottom.tmpl index 0aacdd7de..a100db9c1 100644 --- a/themes/default/templates/bottom.tmpl +++ b/themes/default/templates/bottom.tmpl @@ -12,9 +12,7 @@ diff --git a/themes/fusionforge/fusionforge.css b/themes/fusionforge/fusionforge.css index 80b855330..b5180b68b 100644 --- a/themes/fusionforge/fusionforge.css +++ b/themes/fusionforge/fusionforge.css @@ -153,7 +153,7 @@ caption { white-space: nowrap; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -161,7 +161,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -169,7 +169,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/fusionforge/templates/bottom.tmpl b/themes/fusionforge/templates/bottom.tmpl index 7bc42f80f..4fa255a03 100644 --- a/themes/fusionforge/templates/bottom.tmpl +++ b/themes/fusionforge/templates/bottom.tmpl @@ -13,9 +13,7 @@ diff --git a/themes/shamino_com/shamino_com.css b/themes/shamino_com/shamino_com.css index bbf56db71..1cada2138 100644 --- a/themes/shamino_com/shamino_com.css +++ b/themes/shamino_com/shamino_com.css @@ -394,7 +394,7 @@ table.boxed th, table.bordered th { background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -402,7 +402,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -410,7 +410,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; diff --git a/themes/wikilens/wikilens.css b/themes/wikilens/wikilens.css index b4d81ad16..46fb2aad1 100644 --- a/themes/wikilens/wikilens.css +++ b/themes/wikilens/wikilens.css @@ -42,7 +42,7 @@ img { margin: 1.5ex 1em 0 1em; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -50,7 +50,7 @@ table.tablesorter th.header { padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -58,7 +58,7 @@ table.tablesorter th.headerSortUp { padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; -- 2.45.0