jquery-tablesorter 1.0.5 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +48 -31
- data/Rakefile +56 -1
- data/lib/jquery-tablesorter/version.rb +1 -1
- data/vendor/assets/images/jquery-tablesorter/addons/{icons → pager/icons}/first.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/addons/{icons → pager/icons}/last.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/addons/pager/icons/loading.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/addons/{icons → pager/icons}/next.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/addons/{icons → pager/icons}/prev.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/black-asc.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/black-desc.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/black-unsorted.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/dropbox-asc1.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/dropbox-asc2.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/dropbox-desc1.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/dropbox-desc2.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/green-asc.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/green-desc.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/green-header.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/green-unsorted.png +0 -0
- data/vendor/assets/images/jquery-tablesorter/ice-asc.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/ice-desc.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/ice-unsorted.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/white-asc.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/white-desc.gif +0 -0
- data/vendor/assets/images/jquery-tablesorter/white-unsorted.gif +0 -0
- data/vendor/assets/javascripts/jquery-tablesorter.js +3 -1
- data/vendor/assets/javascripts/jquery-tablesorter/addons/{jquery.tablesorter.pager.js → pager/jquery.tablesorter.pager.js} +507 -419
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.metadata.js +53 -85
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.js +465 -314
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.min.js +6 -0
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.widgets.js +618 -267
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.widgets.min.js +12 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/addons/{jquery.tablesorter.pager.css → pager/jquery.tablesorter.pager.css} +15 -14
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.black-ice.css +161 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.blue.css +196 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.bootstrap.css +118 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.dark.css +162 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css +164 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.dropbox.css +175 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.green.css +174 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.grey.css +217 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.ice.css +164 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.jui.css +128 -0
- metadata +44 -14
- data/lib/tasks/jquery-tablesorter_tasks.rake +0 -39
- data/vendor/assets/images/jquery-tablesorter/addons/icons/loading.gif +0 -0
- data/vendor/assets/stylesheets/jquery-tablesorter/blue.css +0 -3
- data/vendor/assets/stylesheets/jquery-tablesorter/blue/style.css +0 -128
- data/vendor/assets/stylesheets/jquery-tablesorter/ui.css +0 -4
- data/vendor/assets/stylesheets/jquery-tablesorter/ui/style.css +0 -67
@@ -0,0 +1,162 @@
|
|
1
|
+
/*************
|
2
|
+
Dark Theme (by thezoggy)
|
3
|
+
*************/
|
4
|
+
/* overall */
|
5
|
+
.tablesorter-dark {
|
6
|
+
width: 100%;
|
7
|
+
font: 11px/18px Arial, Sans-serif;
|
8
|
+
color: #ccc;
|
9
|
+
text-align: left;
|
10
|
+
background-color: #000;
|
11
|
+
border-spacing: 0;
|
12
|
+
}
|
13
|
+
|
14
|
+
/* header */
|
15
|
+
.tablesorter-dark th,
|
16
|
+
.tablesorter-dark thead td {
|
17
|
+
padding: 4px;
|
18
|
+
font: bold 12px/20px Arial, Sans-serif;
|
19
|
+
color: #fff;
|
20
|
+
background-color: #000;
|
21
|
+
border-collapse: collapse;
|
22
|
+
}
|
23
|
+
.tablesorter-dark thead th {
|
24
|
+
border-bottom: #333 2px solid;
|
25
|
+
}
|
26
|
+
.tablesorter-dark .header,
|
27
|
+
.tablesorter-dark .tablesorter-header {
|
28
|
+
padding: 4px 20px 4px 4px;
|
29
|
+
cursor: pointer;
|
30
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
|
31
|
+
background-position: center right;
|
32
|
+
background-repeat: no-repeat;
|
33
|
+
}
|
34
|
+
.tablesorter-dark th.headerSortUp,
|
35
|
+
.tablesorter-dark th.tablesorter-headerSortUp {
|
36
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
|
37
|
+
border-bottom: #888 1px solid;
|
38
|
+
}
|
39
|
+
.tablesorter-dark th.headerSortDown,
|
40
|
+
.tablesorter-dark th.tablesorter-headerSortDown {
|
41
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
|
42
|
+
border-bottom: #888 1px solid;
|
43
|
+
}
|
44
|
+
|
45
|
+
/* tfoot */
|
46
|
+
.tablesorter-dark tfoot .tablesorter-headerSortUp,
|
47
|
+
.tablesorter-dark tfoot .tablesorter-headerSortDown {
|
48
|
+
border-top: #888 1px solid;
|
49
|
+
/* remove sort arrows from footer */
|
50
|
+
background-image: url();
|
51
|
+
}
|
52
|
+
|
53
|
+
/* tbody */
|
54
|
+
.tablesorter-dark td {
|
55
|
+
padding: 4px;
|
56
|
+
background-color: #000;
|
57
|
+
border-bottom: #333 1px solid;
|
58
|
+
color: #ccc;
|
59
|
+
}
|
60
|
+
|
61
|
+
/* hovered row colors */
|
62
|
+
.tablesorter-dark tbody > tr:hover > td,
|
63
|
+
.tablesorter-dark tbody > tr.even:hover > td,
|
64
|
+
.tablesorter-dark tbody > tr.odd:hover > td {
|
65
|
+
background: #000;
|
66
|
+
}
|
67
|
+
|
68
|
+
/* table processing indicator */
|
69
|
+
.tablesorter-dark .tablesorter-processing {
|
70
|
+
background-position: center center !important;
|
71
|
+
background-repeat: no-repeat !important;
|
72
|
+
/* background-image: url(../addons/pager/icons/loading.gif) !important; */
|
73
|
+
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
|
74
|
+
}
|
75
|
+
|
76
|
+
/* Zebra Widget - row alternating colors */
|
77
|
+
.tablesorter-dark tr.odd td {
|
78
|
+
background-color: #202020;
|
79
|
+
}
|
80
|
+
.tablesorter-dark tr.even td {
|
81
|
+
background-color: #101010;
|
82
|
+
}
|
83
|
+
|
84
|
+
/* Column Widget - column sort colors */
|
85
|
+
.tablesorter-dark td.primary,
|
86
|
+
.tablesorter-dark tr.odd td.primary {
|
87
|
+
background-color: #0a0a0a;
|
88
|
+
}
|
89
|
+
.tablesorter-dark tr.even td.primary {
|
90
|
+
background-color: #050505;
|
91
|
+
}
|
92
|
+
.tablesorter-dark td.secondary,
|
93
|
+
.tablesorter-dark tr.odd td.secondary {
|
94
|
+
background-color: #0f0f0f;
|
95
|
+
}
|
96
|
+
.tablesorter-dark tr.even td.secondary {
|
97
|
+
background-color: #0a0a0a;
|
98
|
+
}
|
99
|
+
.tablesorter-dark td.tertiary,
|
100
|
+
.tablesorter-dark tr.odd td.tertiary {
|
101
|
+
background-color: #191919;
|
102
|
+
}
|
103
|
+
.tablesorter-dark tr.even td.tertiary {
|
104
|
+
background-color: #0f0f0f;
|
105
|
+
}
|
106
|
+
|
107
|
+
/* filter widget */
|
108
|
+
.tablesorter-dark .tablesorter-filter-row td {
|
109
|
+
background: #202020;
|
110
|
+
line-height: normal;
|
111
|
+
text-align: center; /* center the input */
|
112
|
+
-webkit-transition: line-height 0.1s ease;
|
113
|
+
-moz-transition: line-height 0.1s ease;
|
114
|
+
-o-transition: line-height 0.1s ease;
|
115
|
+
transition: line-height 0.1s ease;
|
116
|
+
}
|
117
|
+
/* optional disabled input styling */
|
118
|
+
.tablesorter-dark .tablesorter-filter-row .disabled {
|
119
|
+
opacity: 0.5;
|
120
|
+
filter: alpha(opacity=50);
|
121
|
+
cursor: not-allowed;
|
122
|
+
}
|
123
|
+
|
124
|
+
/* hidden filter row */
|
125
|
+
.tablesorter-dark .tablesorter-filter-row.hideme td {
|
126
|
+
/*** *********************************************** ***/
|
127
|
+
/*** change this padding to modify the thickness ***/
|
128
|
+
/*** of the closed filter row (height = padding x 2) ***/
|
129
|
+
padding: 2px;
|
130
|
+
/*** *********************************************** ***/
|
131
|
+
margin: 0;
|
132
|
+
line-height: 0;
|
133
|
+
cursor: pointer;
|
134
|
+
}
|
135
|
+
.tablesorter-dark .tablesorter-filter-row.hideme .tablesorter-filter {
|
136
|
+
height: 1px;
|
137
|
+
min-height: 0;
|
138
|
+
border: 0;
|
139
|
+
padding: 0;
|
140
|
+
margin: 0;
|
141
|
+
/* don't use visibility: hidden because it disables tabbing */
|
142
|
+
opacity: 0;
|
143
|
+
filter: alpha(opacity=0);
|
144
|
+
}
|
145
|
+
|
146
|
+
/* filters */
|
147
|
+
.tablesorter-dark .tablesorter-filter {
|
148
|
+
width: 98%;
|
149
|
+
height: inherit;
|
150
|
+
margin: 4px;
|
151
|
+
padding: 4px;
|
152
|
+
background-color: #111;
|
153
|
+
border: 1px solid #222;
|
154
|
+
color: #ddd;
|
155
|
+
-webkit-box-sizing: border-box;
|
156
|
+
-moz-box-sizing: border-box;
|
157
|
+
box-sizing: border-box;
|
158
|
+
-webkit-transition: height 0.1s ease;
|
159
|
+
-moz-transition: height 0.1s ease;
|
160
|
+
-o-transition: height 0.1s ease;
|
161
|
+
transition: height 0.1s ease;
|
162
|
+
}
|
@@ -0,0 +1,164 @@
|
|
1
|
+
/*************
|
2
|
+
Default Theme
|
3
|
+
*************/
|
4
|
+
/* overall */
|
5
|
+
.tablesorter-default {
|
6
|
+
width: 100%;
|
7
|
+
font: 12px/18px Arial, Sans-serif;
|
8
|
+
color: #333;
|
9
|
+
background-color: #fff;
|
10
|
+
border-spacing: 0;
|
11
|
+
margin: 10px 0 15px;
|
12
|
+
text-align: left;
|
13
|
+
}
|
14
|
+
|
15
|
+
/* header */
|
16
|
+
.tablesorter-default th,
|
17
|
+
.tablesorter-default thead td {
|
18
|
+
font: bold 12px/18px Arial, Sans-serif;
|
19
|
+
color: #000;
|
20
|
+
background-color: #fff;
|
21
|
+
border-collapse: collapse;
|
22
|
+
border-bottom: #ccc 2px solid;
|
23
|
+
padding: 0;
|
24
|
+
}
|
25
|
+
.tablesorter-default tfoot th {
|
26
|
+
border: 0;
|
27
|
+
}
|
28
|
+
.tablesorter-default .header,
|
29
|
+
.tablesorter-default .tablesorter-header {
|
30
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
|
31
|
+
background-position: center right;
|
32
|
+
background-repeat: no-repeat;
|
33
|
+
cursor: pointer;
|
34
|
+
white-space: normal;
|
35
|
+
padding: 4px 20px 4px 4px;
|
36
|
+
}
|
37
|
+
.tablesorter-default thead .headerSortUp,
|
38
|
+
.tablesorter-default thead .tablesorter-headerSortUp {
|
39
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
|
40
|
+
border-bottom: #000 2px solid;
|
41
|
+
}
|
42
|
+
.tablesorter-default thead .headerSortDown,
|
43
|
+
.tablesorter-default thead .tablesorter-headerSortDown {
|
44
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
|
45
|
+
border-bottom: #000 2px solid;
|
46
|
+
}
|
47
|
+
|
48
|
+
/* tfoot */
|
49
|
+
.tablesorter-default tfoot .tablesorter-headerSortUp,
|
50
|
+
.tablesorter-default tfoot .tablesorter-headerSortDown {
|
51
|
+
border-top: #000 2px solid;
|
52
|
+
background-image: url();
|
53
|
+
}
|
54
|
+
|
55
|
+
/* tbody */
|
56
|
+
.tablesorter-default td {
|
57
|
+
background-color: #fff;
|
58
|
+
border-bottom: #ccc 1px solid;
|
59
|
+
padding: 4px;
|
60
|
+
vertical-align: top;
|
61
|
+
}
|
62
|
+
|
63
|
+
/* hovered row colors */
|
64
|
+
.tablesorter-default tbody > tr:hover > td,
|
65
|
+
.tablesorter-default tbody > tr.even:hover > td,
|
66
|
+
.tablesorter-default tbody > tr.odd:hover > td {
|
67
|
+
background: #fff;
|
68
|
+
color: #000;
|
69
|
+
}
|
70
|
+
|
71
|
+
/* table processing indicator */
|
72
|
+
.tablesorter-default .tablesorter-processing {
|
73
|
+
background-position: center center !important;
|
74
|
+
background-repeat: no-repeat !important;
|
75
|
+
/* background-image: url(../addons/pager/icons/loading.gif) !important; */
|
76
|
+
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
|
77
|
+
}
|
78
|
+
|
79
|
+
/* Zebra Widget - row alternating colors */
|
80
|
+
.tablesorter-default tr.odd td {
|
81
|
+
background-color: #dfdfdf;
|
82
|
+
}
|
83
|
+
.tablesorter-default tr.even td {
|
84
|
+
background-color: #efefef;
|
85
|
+
}
|
86
|
+
|
87
|
+
/* Column Widget - column sort colors */
|
88
|
+
.tablesorter-default tr.odd td.primary {
|
89
|
+
background-color: #bfbfbf;
|
90
|
+
}
|
91
|
+
.tablesorter-default td.primary,
|
92
|
+
.tablesorter-default tr.even td.primary {
|
93
|
+
background-color: #d9d9d9;
|
94
|
+
}
|
95
|
+
.tablesorter-default tr.odd td.secondary {
|
96
|
+
background-color: #d9d9d9;
|
97
|
+
}
|
98
|
+
.tablesorter-default td.secondary,
|
99
|
+
.tablesorter-default tr.even td.secondary {
|
100
|
+
background-color: #e6e6e6;
|
101
|
+
}
|
102
|
+
.tablesorter-default tr.odd td.tertiary {
|
103
|
+
background-color: #e6e6e6;
|
104
|
+
}
|
105
|
+
.tablesorter-default td.tertiary,
|
106
|
+
.tablesorter-default tr.even td.tertiary {
|
107
|
+
background-color: #f2f2f2;
|
108
|
+
}
|
109
|
+
|
110
|
+
/* filter widget */
|
111
|
+
.tablesorter-default .tablesorter-filter-row td {
|
112
|
+
background: #eee;
|
113
|
+
border-bottom: #ccc 1px solid;
|
114
|
+
line-height: normal;
|
115
|
+
text-align: center; /* center the input */
|
116
|
+
-webkit-transition: line-height 0.1s ease;
|
117
|
+
-moz-transition: line-height 0.1s ease;
|
118
|
+
-o-transition: line-height 0.1s ease;
|
119
|
+
transition: line-height 0.1s ease;
|
120
|
+
}
|
121
|
+
/* optional disabled input styling */
|
122
|
+
.tablesorter-default .tablesorter-filter-row .disabled {
|
123
|
+
opacity: 0.5;
|
124
|
+
filter: alpha(opacity=50);
|
125
|
+
cursor: not-allowed;
|
126
|
+
}
|
127
|
+
/* hidden filter row */
|
128
|
+
.tablesorter-default .tablesorter-filter-row.hideme td {
|
129
|
+
/*** *********************************************** ***/
|
130
|
+
/*** change this padding to modify the thickness ***/
|
131
|
+
/*** of the closed filter row (height = padding x 2) ***/
|
132
|
+
padding: 2px;
|
133
|
+
/*** *********************************************** ***/
|
134
|
+
margin: 0;
|
135
|
+
line-height: 0;
|
136
|
+
cursor: pointer;
|
137
|
+
}
|
138
|
+
.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
|
139
|
+
height: 1px;
|
140
|
+
min-height: 0;
|
141
|
+
border: 0;
|
142
|
+
padding: 0;
|
143
|
+
margin: 0;
|
144
|
+
/* don't use visibility: hidden because it disables tabbing */
|
145
|
+
opacity: 0;
|
146
|
+
filter: alpha(opacity=0);
|
147
|
+
}
|
148
|
+
/* filters */
|
149
|
+
.tablesorter-default .tablesorter-filter {
|
150
|
+
width: 95%;
|
151
|
+
height: inherit;
|
152
|
+
margin: 4px;
|
153
|
+
padding: 4px;
|
154
|
+
background-color: #fff;
|
155
|
+
border: 1px solid #bbb;
|
156
|
+
color: #333;
|
157
|
+
-webkit-box-sizing: border-box;
|
158
|
+
-moz-box-sizing: border-box;
|
159
|
+
box-sizing: border-box;
|
160
|
+
-webkit-transition: height 0.1s ease;
|
161
|
+
-moz-transition: height 0.1s ease;
|
162
|
+
-o-transition: height 0.1s ease;
|
163
|
+
transition: height 0.1s ease;
|
164
|
+
}
|
@@ -0,0 +1,175 @@
|
|
1
|
+
/*************
|
2
|
+
Dropbox Theme
|
3
|
+
*************/
|
4
|
+
/* overall */
|
5
|
+
.tablesorter-dropbox {
|
6
|
+
width: 100%;
|
7
|
+
font: 13px/32px "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
|
8
|
+
color: #555;
|
9
|
+
text-align: left;
|
10
|
+
background-color: #fff;
|
11
|
+
border-collapse: collapse;
|
12
|
+
border-top: 1px solid #82cffa;
|
13
|
+
border-spacing: 0;
|
14
|
+
}
|
15
|
+
|
16
|
+
/* header */
|
17
|
+
.tablesorter-dropbox th,
|
18
|
+
.tablesorter-dropbox thead td,
|
19
|
+
.tablesorter-dropbox tfoot th,
|
20
|
+
.tablesorter-dropbox tfoot td {
|
21
|
+
background-color: #f0f9ff;
|
22
|
+
border-color: #82cffa #e7f2fb #96c4ea;
|
23
|
+
border-style: solid;
|
24
|
+
border-width: 1px;
|
25
|
+
height: 29px;
|
26
|
+
padding: 3px 6px;
|
27
|
+
font-size: 13px;
|
28
|
+
font-weight: normal;
|
29
|
+
line-height: 29px;
|
30
|
+
color: #2281CF;
|
31
|
+
text-align: left;
|
32
|
+
}
|
33
|
+
.tablesorter-dropbox tr.header,
|
34
|
+
.tablesorter-dropbox tr.tablesorter-header {
|
35
|
+
background-color: #f0f9ff;
|
36
|
+
border-bottom: 1px solid #96c4ea;
|
37
|
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 0 #000000 inset;
|
38
|
+
cursor: pointer;
|
39
|
+
white-space: normal;
|
40
|
+
}
|
41
|
+
.tablesorter-dropbox th.tablesorter-headerSortUp,
|
42
|
+
.tablesorter-dropbox th.tablesorter-headerSortDown {
|
43
|
+
font-weight: 600;
|
44
|
+
}
|
45
|
+
.tablesorter-dropbox th.tablesorter-header i {
|
46
|
+
width: 9px;
|
47
|
+
height: 9px;
|
48
|
+
padding: 4px 20px 4px 4px;
|
49
|
+
cursor: pointer;
|
50
|
+
background-position: center right;
|
51
|
+
background-repeat: no-repeat;
|
52
|
+
content: "";
|
53
|
+
}
|
54
|
+
.tablesorter-dropbox th.tablesorter-headerSortUp i {
|
55
|
+
background-image: url(/assets/jquery-tablesorter/dropbox-asc1.png);
|
56
|
+
}
|
57
|
+
.tablesorter-dropbox th.tablesorter-headerSortUp i {
|
58
|
+
background-image: url(/assets/jquery-tablesorter/dropbox-asc2.png);
|
59
|
+
}
|
60
|
+
.tablesorter-dropbox th.tablesorter-headerSortDown i {
|
61
|
+
background-image: url(/assets/jquery-tablesorter/dropbox-desc1.png);
|
62
|
+
}
|
63
|
+
.tablesorter-dropbox th.tablesorter-headerSortDown i {
|
64
|
+
background-image: url(/assets/jquery-tablesorter/dropbox-desc2.png);
|
65
|
+
}
|
66
|
+
|
67
|
+
/* tbody */
|
68
|
+
.tablesorter-dropbox td {
|
69
|
+
padding: 5px 6px;
|
70
|
+
line-height: 32px;
|
71
|
+
color: #555;
|
72
|
+
text-align: left;
|
73
|
+
border-top: 1px solid #edf1f5;
|
74
|
+
border-bottom: 1px solid #edf1f5;
|
75
|
+
}
|
76
|
+
|
77
|
+
/* hovered row colors */
|
78
|
+
.tablesorter-dropbox tbody > tr:hover > td,
|
79
|
+
.tablesorter-dropbox tbody > tr.even:hover > td,
|
80
|
+
.tablesorter-dropbox tbody > tr.odd:hover > td {
|
81
|
+
background-color: rgba(230, 245, 255, 0.3);
|
82
|
+
border-right: 0;
|
83
|
+
border-left: 0;
|
84
|
+
border-color: #c6d8e4;
|
85
|
+
/* trick to do border-top and bottom colors */
|
86
|
+
border-style: double;
|
87
|
+
}
|
88
|
+
|
89
|
+
/* table processing indicator */
|
90
|
+
.tablesorter-dropbox .tablesorter-processing {
|
91
|
+
background-position: center center !important;
|
92
|
+
background-repeat: no-repeat !important;
|
93
|
+
/* background-image: url(../addons/pager/icons/loading.gif) !important; */
|
94
|
+
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
|
95
|
+
}
|
96
|
+
|
97
|
+
/* Zebra Widget - row alternating colors */
|
98
|
+
.tablesorter-dropbox tr.odd td {
|
99
|
+
}
|
100
|
+
.tablesorter-dropbox tr.even td {
|
101
|
+
}
|
102
|
+
|
103
|
+
/* Column Widget - column sort colors */
|
104
|
+
.tablesorter-dropbox td.primary,
|
105
|
+
.tablesorter-dropbox tr.odd td.primary {
|
106
|
+
}
|
107
|
+
.tablesorter-dropbox tr.even td.primary {
|
108
|
+
}
|
109
|
+
.tablesorter-dropbox td.secondary,
|
110
|
+
.tablesorter-dropbox tr.odd td.secondary {
|
111
|
+
}
|
112
|
+
.tablesorter-dropbox tr.even td.secondary {
|
113
|
+
}
|
114
|
+
.tablesorter-dropbox td.tertiary,
|
115
|
+
.tablesorter-dropbox tr.odd td.tertiary {
|
116
|
+
}
|
117
|
+
.tablesorter-dropbox tr.even td.tertiary {
|
118
|
+
}
|
119
|
+
|
120
|
+
/* Filter Widget */
|
121
|
+
.tablesorter-dropbox.tablesorter-filter-row td {
|
122
|
+
background: #eee;
|
123
|
+
line-height: normal;
|
124
|
+
text-align: center; /* center the input */
|
125
|
+
-webkit-transition: line-height 0.1s ease;
|
126
|
+
-moz-transition: line-height 0.1s ease;
|
127
|
+
-o-transition: line-height 0.1s ease;
|
128
|
+
transition: line-height 0.1s ease;
|
129
|
+
}
|
130
|
+
/* optional disabled input styling */
|
131
|
+
.tablesorter-dropbox.tablesorter-filter-row .disabled {
|
132
|
+
opacity: 0.5;
|
133
|
+
filter: alpha(opacity=50);
|
134
|
+
cursor: not-allowed;
|
135
|
+
}
|
136
|
+
|
137
|
+
/* hidden filter row */
|
138
|
+
.tablesorter-dropbox.tablesorter-filter-row.hideme td {
|
139
|
+
/*** *********************************************** ***/
|
140
|
+
/*** change this padding to modify the thickness ***/
|
141
|
+
/*** of the closed filter row (height = padding x 2) ***/
|
142
|
+
padding: 2px;
|
143
|
+
/*** *********************************************** ***/
|
144
|
+
margin: 0;
|
145
|
+
line-height: 0;
|
146
|
+
cursor: pointer;
|
147
|
+
}
|
148
|
+
.tablesorter-dropbox.tablesorter-filter-row.hideme .tablesorter-filter {
|
149
|
+
height: 1px;
|
150
|
+
min-height: 0;
|
151
|
+
border: 0;
|
152
|
+
padding: 0;
|
153
|
+
margin: 0;
|
154
|
+
/* don't use visibility: hidden because it disables tabbing */
|
155
|
+
opacity: 0;
|
156
|
+
filter: alpha(opacity=0);
|
157
|
+
}
|
158
|
+
|
159
|
+
/* filters */
|
160
|
+
.tablesorter-dropbox.tablesorter-filter {
|
161
|
+
width: 98%;
|
162
|
+
height: inherit;
|
163
|
+
margin: 4px;
|
164
|
+
padding: 4px;
|
165
|
+
background-color: #fff;
|
166
|
+
border: 1px solid #bbb;
|
167
|
+
color: #333;
|
168
|
+
-webkit-box-sizing: border-box;
|
169
|
+
-moz-box-sizing: border-box;
|
170
|
+
box-sizing: border-box;
|
171
|
+
-webkit-transition: height 0.1s ease;
|
172
|
+
-moz-transition: height 0.1s ease;
|
173
|
+
-o-transition: height 0.1s ease;
|
174
|
+
transition: height 0.1s ease;
|
175
|
+
}
|