aboutsummaryrefslogtreecommitdiff
path: root/static/tablesorter.css
diff options
context:
space:
mode:
authorroot2014-10-28 00:52:21 +0100
committerroot2014-10-28 00:52:21 +0100
commit25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3 (patch)
tree1c4fdcee0fb7b28ca330effbcc3334de3979d555 /static/tablesorter.css
parentfe229655401abfa5aea2dc6c8830c8b9ed71aa64 (diff)
downloadjungegemeinde-25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3.tar.gz
v4.2 Sortable table + other improvements.
Diffstat (limited to 'static/tablesorter.css')
-rw-r--r--static/tablesorter.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/static/tablesorter.css b/static/tablesorter.css
new file mode 100644
index 0000000..ac9dfda
--- /dev/null
+++ b/static/tablesorter.css
@@ -0,0 +1,38 @@
+th {
+ padding-left: 20px !important;
+}
+th:hover {
+ background-color: #f9f9f9;
+ transition: 1s;
+}
+
+.tablesorter-default {
+ width: 100%;
+}
+
+.tablesorter-default .header,
+.tablesorter-default .tablesorter-header {
+ background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
+ background-position: center left;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ white-space: normal;
+ padding: 4px 20px 0px 4px;
+}
+.tablesorter-default thead .headerSortUp,
+.tablesorter-default thead .tablesorter-headerSortUp,
+.tablesorter-default thead .tablesorter-headerAsc {
+ background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
+ border-bottom: #3083D6 2px solid;
+}
+.tablesorter-default thead .headerSortDown,
+.tablesorter-default thead .tablesorter-headerSortDown,
+.tablesorter-default thead .tablesorter-headerDesc {
+ background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
+ border-bottom: #3083D6 2px solid;
+}
+.tablesorter-default thead .sorter-false {
+ background-image: none;
+ cursor: default;
+ padding: 4px;
+}