Made tablesorter work without inline-js

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-12-02 17:27:41 +01:00
parent 9627238966
commit 6f5f69db2b
7 changed files with 139 additions and 140 deletions

View File

@@ -1044,6 +1044,26 @@ div.right {
margin-left: 50%;
}
/* TABLESORTER */
.tablesorter-header-inner {
margin-left: 15px;
}
table thead th.tablesorter-headerUnSorted {
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
background-repeat: no-repeat;
background-position: left center;
}
table thead th.tablesorter-headerAsc {
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
background-repeat: no-repeat;
background-position: left center;
}
table thead th.tablesorter-headerDesc {
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
background-repeat: no-repeat;
background-position: left center;
}
/* PROGRESS */
.bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="0"] {
width: 0%;