jquery-tablesorter-rails4 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/app/assets/javascripts/jquery_tablesorter/jquery.metadata.js +116 -0
- data/app/assets/javascripts/jquery_tablesorter/jquery.tablesorter.js +1477 -0
- data/app/assets/javascripts/jquery_tablesorter/jquery.tablesorter.widgets-filter-formatter.js +924 -0
- data/app/assets/javascripts/jquery_tablesorter/jquery.tablesorter.widgets.js +1210 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-date-iso8601.js +34 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-date-month.js +32 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-date-two-digit-year.js +68 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-date-weekday.js +32 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-date.js +36 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-feet-inch-fraction.js +63 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-ignore-articles.js +47 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-input-select.js +78 -0
- data/app/assets/javascripts/jquery_tablesorter/parsers/parser-metric.js +77 -0
- data/app/assets/javascripts/jquery_tablesorter/widgets/widget-editable.js +68 -0
- data/app/assets/javascripts/jquery_tablesorter/widgets/widget-grouping.js +114 -0
- data/app/assets/javascripts/jquery_tablesorter/widgets/widget-repeatheaders.js +50 -0
- data/app/assets/javascripts/jquery_tablesorter/widgets/widget-scroller.js +240 -0
- data/app/assets/stylesheets/jquery_tablesorter/filter.formatter.css +183 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.black-ice.css +180 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.blue.css +215 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.bootstrap.css +139 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.dark.css +181 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.default.css +183 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.dropbox.css +201 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.green.css +198 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.grey.css +234 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.ice.css +189 -0
- data/app/assets/stylesheets/jquery_tablesorter/theme.jui.css +145 -0
- data/jquery-tablesorter-rails4.gemspec +25 -0
- data/lib/jquery-tablesorter-rails4.rb +1 -0
- data/lib/jquery/tablesorter/rails4.rb +10 -0
- data/lib/jquery/tablesorter/rails4/engine.rb +8 -0
- data/lib/jquery/tablesorter/rails4/version.rb +7 -0
- metadata +124 -0
@@ -0,0 +1,139 @@
|
|
1
|
+
/*************
|
2
|
+
Bootstrap theme
|
3
|
+
*************/
|
4
|
+
/* jQuery Bootstrap Theme */
|
5
|
+
.tablesorter-bootstrap {
|
6
|
+
width: 100%;
|
7
|
+
}
|
8
|
+
.tablesorter-bootstrap .tablesorter-header,
|
9
|
+
.tablesorter-bootstrap tfoot th,
|
10
|
+
.tablesorter-bootstrap tfoot td {
|
11
|
+
font: bold 14px/20px Arial, Sans-serif;
|
12
|
+
position: relative;
|
13
|
+
padding: 8px;
|
14
|
+
margin: 0 0 18px;
|
15
|
+
list-style: none;
|
16
|
+
background-color: #FBFBFB;
|
17
|
+
background-image: -moz-linear-gradient(top, white, #efefef);
|
18
|
+
background-image: -ms-linear-gradient(top, white, #efefef);
|
19
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#efefef));
|
20
|
+
background-image: -webkit-linear-gradient(top, white, #efefef);
|
21
|
+
background-image: -o-linear-gradient(top, white, #efefef);
|
22
|
+
background-image: linear-gradient(to bottom, white, #efefef);
|
23
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
|
24
|
+
background-repeat: repeat-x;
|
25
|
+
-webkit-box-shadow: inset 0 1px 0 white;
|
26
|
+
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
27
|
+
box-shadow: inset 0 1px 0 white;
|
28
|
+
}
|
29
|
+
|
30
|
+
.tablesorter-bootstrap .tablesorter-header {
|
31
|
+
cursor: pointer;
|
32
|
+
}
|
33
|
+
|
34
|
+
.tablesorter-bootstrap .tablesorter-header-inner {
|
35
|
+
position: relative;
|
36
|
+
padding: 4px 18px 4px 4px;
|
37
|
+
}
|
38
|
+
|
39
|
+
/* bootstrap uses <i> for icons */
|
40
|
+
.tablesorter-bootstrap .tablesorter-header i {
|
41
|
+
position: absolute;
|
42
|
+
right: 2px;
|
43
|
+
top: 50%;
|
44
|
+
margin-top: -7px; /* half the icon height; older IE doesn't like this */
|
45
|
+
width: 14px;
|
46
|
+
height: 14px;
|
47
|
+
background-repeat: no-repeat;
|
48
|
+
line-height: 14px;
|
49
|
+
display: inline-block;
|
50
|
+
}
|
51
|
+
.tablesorter-bootstrap .bootstrap-icon-unsorted {
|
52
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNqUUL9Lw2AUTGP8mqGlpBQkNeCSRcckEBcHq1jImMElToKuDvpHFMGhU0BQcHBwLji6CE1B4uB/INQsDi4d2jQ/fPeZxo764OV6915f7lLJ81xot9tCURXqdVEUr7IsO6ffH9Q5BlEUCaLwWxWqTcbYnaIoh0Dw4gAvcWlxq1qt9hqNxg6hUGAP+uIPUrGs0qXLer2+v/pTX6QpxLtkc2U2m53ACb8sSdIDXerSEms2m6+DweAICA4d89KGbduf9MpEVdXQ9/2LVqv1CASHjjn3iq/x1xKFfxQPqGnada1W86bT6SiO42OS3qk3KPStLMvbk8nkfjwen/LLuq6blFymMB0KdUPSGhAcOualjX6/f0bCiC7NaWGPQr0BwaFjzn0gYJqmLAiCA8/zni3LmhuGkQPBoWPOPwQeaPIqD4fDruu6L6Zp5kBw6IudchmdJAkLw3DXcZwnIPjy/FuAAQCiqqWWCAFKcwAAAABJRU5ErkJggg==);
|
53
|
+
}
|
54
|
+
|
55
|
+
/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
|
56
|
+
.tablesorter-bootstrap tr.odd td {
|
57
|
+
background-color: #f9f9f9;
|
58
|
+
}
|
59
|
+
.tablesorter-bootstrap tbody > .odd:hover > td,
|
60
|
+
.tablesorter-bootstrap tbody > .even:hover > td {
|
61
|
+
background-color: #f5f5f5;
|
62
|
+
}
|
63
|
+
.tablesorter-bootstrap tr.even td {
|
64
|
+
background-color: #fff;
|
65
|
+
}
|
66
|
+
|
67
|
+
/* processing icon */
|
68
|
+
.tablesorter-bootstrap .tablesorter-processing {
|
69
|
+
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
|
70
|
+
position: absolute;
|
71
|
+
z-index: 1000;
|
72
|
+
}
|
73
|
+
|
74
|
+
/* caption */
|
75
|
+
caption {
|
76
|
+
background: #fff;
|
77
|
+
}
|
78
|
+
|
79
|
+
/* filter widget */
|
80
|
+
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter {
|
81
|
+
width: 98%;
|
82
|
+
height: auto;
|
83
|
+
margin: 0 auto;
|
84
|
+
padding: 4px 6px;
|
85
|
+
background-color: #fff;
|
86
|
+
color: #333;
|
87
|
+
-webkit-box-sizing: border-box;
|
88
|
+
-moz-box-sizing: border-box;
|
89
|
+
box-sizing: border-box;
|
90
|
+
-webkit-transition: height 0.1s ease;
|
91
|
+
-moz-transition: height 0.1s ease;
|
92
|
+
-o-transition: height 0.1s ease;
|
93
|
+
transition: height 0.1s ease;
|
94
|
+
}
|
95
|
+
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
|
96
|
+
background: #eee;
|
97
|
+
cursor: not-allowed;
|
98
|
+
}
|
99
|
+
.tablesorter-bootstrap .tablesorter-filter-row td {
|
100
|
+
background: #eee;
|
101
|
+
line-height: normal;
|
102
|
+
text-align: center;
|
103
|
+
padding: 4px 6px;
|
104
|
+
vertical-align: middle;
|
105
|
+
-webkit-transition: line-height 0.1s ease;
|
106
|
+
-moz-transition: line-height 0.1s ease;
|
107
|
+
-o-transition: line-height 0.1s ease;
|
108
|
+
transition: line-height 0.1s ease;
|
109
|
+
}
|
110
|
+
/* hidden filter row */
|
111
|
+
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
|
112
|
+
padding: 2px; /* change this to modify the thickness of the closed border row */
|
113
|
+
margin: 0;
|
114
|
+
line-height: 0;
|
115
|
+
}
|
116
|
+
.tablesorter-bootstrap .tablesorter-filter-row.hideme .tablesorter-filter {
|
117
|
+
height: 1px;
|
118
|
+
min-height: 0;
|
119
|
+
border: 0;
|
120
|
+
padding: 0;
|
121
|
+
margin: 0;
|
122
|
+
/* don't use visibility: hidden because it disables tabbing */
|
123
|
+
opacity: 0;
|
124
|
+
filter: alpha(opacity=0);
|
125
|
+
}
|
126
|
+
|
127
|
+
/* pager plugin */
|
128
|
+
.tablesorter-bootstrap .tablesorter-pager select {
|
129
|
+
padding: 4px 6px;
|
130
|
+
}
|
131
|
+
.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
|
132
|
+
border: 0;
|
133
|
+
}
|
134
|
+
|
135
|
+
/* ajax error row */
|
136
|
+
.tablesorter .tablesorter-errorRow td {
|
137
|
+
cursor: pointer;
|
138
|
+
background-color: #e6bf99;
|
139
|
+
}
|
@@ -0,0 +1,181 @@
|
|
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 thead .headerSortUp,
|
35
|
+
.tablesorter-dark thead .tablesorter-headerSortUp,
|
36
|
+
.tablesorter-dark thead .tablesorter-headerAsc {
|
37
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
|
38
|
+
border-bottom: #888 1px solid;
|
39
|
+
}
|
40
|
+
.tablesorter-dark thead .headerSortDown,
|
41
|
+
.tablesorter-dark thead .tablesorter-headerSortDown,
|
42
|
+
.tablesorter-dark thead .tablesorter-headerDesc {
|
43
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
|
44
|
+
border-bottom: #888 1px solid;
|
45
|
+
}
|
46
|
+
.tablesorter-dark thead .sorter-false {
|
47
|
+
background-image: none;
|
48
|
+
padding: 4px;
|
49
|
+
}
|
50
|
+
|
51
|
+
/* tfoot */
|
52
|
+
.tablesorter-dark tfoot .tablesorter-headerSortUp,
|
53
|
+
.tablesorter-dark tfoot .tablesorter-headerSortDown,
|
54
|
+
.tablesorter-dark tfoot .tablesorter-headerAsc,
|
55
|
+
.tablesorter-dark tfoot .tablesorter-headerDesc {
|
56
|
+
border-top: #888 1px solid;
|
57
|
+
/* remove sort arrows from footer */
|
58
|
+
background-image: none;
|
59
|
+
}
|
60
|
+
|
61
|
+
/* tbody */
|
62
|
+
.tablesorter-dark td {
|
63
|
+
padding: 4px;
|
64
|
+
background-color: #000;
|
65
|
+
border-bottom: #333 1px solid;
|
66
|
+
color: #ccc;
|
67
|
+
}
|
68
|
+
|
69
|
+
/* hovered row colors */
|
70
|
+
.tablesorter-dark tbody > tr:hover > td,
|
71
|
+
.tablesorter-dark tbody > tr.even:hover > td,
|
72
|
+
.tablesorter-dark tbody > tr.odd:hover > td {
|
73
|
+
background: #000;
|
74
|
+
}
|
75
|
+
|
76
|
+
/* table processing indicator */
|
77
|
+
.tablesorter-dark .tablesorter-processing {
|
78
|
+
background-position: center center !important;
|
79
|
+
background-repeat: no-repeat !important;
|
80
|
+
/* background-image: url(../addons/pager/icons/loading.gif) !important; */
|
81
|
+
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
|
82
|
+
}
|
83
|
+
|
84
|
+
/* Zebra Widget - row alternating colors */
|
85
|
+
.tablesorter-dark tr.odd td {
|
86
|
+
background-color: #202020;
|
87
|
+
}
|
88
|
+
.tablesorter-dark tr.even td {
|
89
|
+
background-color: #101010;
|
90
|
+
}
|
91
|
+
|
92
|
+
/* Column Widget - column sort colors */
|
93
|
+
.tablesorter-dark td.primary,
|
94
|
+
.tablesorter-dark tr.odd td.primary {
|
95
|
+
background-color: #0a0a0a;
|
96
|
+
}
|
97
|
+
.tablesorter-dark tr.even td.primary {
|
98
|
+
background-color: #050505;
|
99
|
+
}
|
100
|
+
.tablesorter-dark td.secondary,
|
101
|
+
.tablesorter-dark tr.odd td.secondary {
|
102
|
+
background-color: #0f0f0f;
|
103
|
+
}
|
104
|
+
.tablesorter-dark tr.even td.secondary {
|
105
|
+
background-color: #0a0a0a;
|
106
|
+
}
|
107
|
+
.tablesorter-dark td.tertiary,
|
108
|
+
.tablesorter-dark tr.odd td.tertiary {
|
109
|
+
background-color: #191919;
|
110
|
+
}
|
111
|
+
.tablesorter-dark tr.even td.tertiary {
|
112
|
+
background-color: #0f0f0f;
|
113
|
+
}
|
114
|
+
|
115
|
+
/* caption */
|
116
|
+
caption {
|
117
|
+
background: #fff;
|
118
|
+
}
|
119
|
+
|
120
|
+
/* filter widget */
|
121
|
+
.tablesorter-dark .tablesorter-filter-row td {
|
122
|
+
background: #202020;
|
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-dark .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-dark .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-dark .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-dark .tablesorter-filter {
|
161
|
+
width: 98%;
|
162
|
+
height: auto;
|
163
|
+
margin: 4px;
|
164
|
+
padding: 4px;
|
165
|
+
background-color: #111;
|
166
|
+
border: 1px solid #222;
|
167
|
+
color: #ddd;
|
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
|
+
}
|
176
|
+
|
177
|
+
/* ajax error row */
|
178
|
+
.tablesorter .tablesorter-errorRow td {
|
179
|
+
cursor: pointer;
|
180
|
+
background-color: #e6bf99;
|
181
|
+
}
|
@@ -0,0 +1,183 @@
|
|
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
|
+
.tablesorter-default tfoot td {
|
27
|
+
border: 0;
|
28
|
+
}
|
29
|
+
.tablesorter-default .header,
|
30
|
+
.tablesorter-default .tablesorter-header {
|
31
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
|
32
|
+
background-position: center right;
|
33
|
+
background-repeat: no-repeat;
|
34
|
+
cursor: pointer;
|
35
|
+
white-space: normal;
|
36
|
+
padding: 4px 20px 4px 4px;
|
37
|
+
}
|
38
|
+
.tablesorter-default thead .headerSortUp,
|
39
|
+
.tablesorter-default thead .tablesorter-headerSortUp,
|
40
|
+
.tablesorter-default thead .tablesorter-headerAsc {
|
41
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
|
42
|
+
border-bottom: #000 2px solid;
|
43
|
+
}
|
44
|
+
.tablesorter-default thead .headerSortDown,
|
45
|
+
.tablesorter-default thead .tablesorter-headerSortDown,
|
46
|
+
.tablesorter-default thead .tablesorter-headerDesc {
|
47
|
+
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
|
48
|
+
border-bottom: #000 2px solid;
|
49
|
+
}
|
50
|
+
.tablesorter-default thead .sorter-false {
|
51
|
+
background-image: none;
|
52
|
+
padding: 4px;
|
53
|
+
}
|
54
|
+
|
55
|
+
/* tfoot */
|
56
|
+
.tablesorter-default tfoot .tablesorter-headerSortUp,
|
57
|
+
.tablesorter-default tfoot .tablesorter-headerSortDown,
|
58
|
+
.tablesorter-default tfoot .tablesorter-headerAsc,
|
59
|
+
.tablesorter-default tfoot .tablesorter-headerDesc {
|
60
|
+
border-top: #000 2px solid;
|
61
|
+
}
|
62
|
+
|
63
|
+
/* tbody */
|
64
|
+
.tablesorter-default td {
|
65
|
+
background-color: #fff;
|
66
|
+
border-bottom: #ccc 1px solid;
|
67
|
+
padding: 4px;
|
68
|
+
vertical-align: top;
|
69
|
+
}
|
70
|
+
|
71
|
+
/* hovered row colors */
|
72
|
+
.tablesorter-default tbody > tr:hover > td,
|
73
|
+
.tablesorter-default tbody > tr.even:hover > td,
|
74
|
+
.tablesorter-default tbody > tr.odd:hover > td {
|
75
|
+
background: #fff;
|
76
|
+
color: #000;
|
77
|
+
}
|
78
|
+
|
79
|
+
/* table processing indicator */
|
80
|
+
.tablesorter-default .tablesorter-processing {
|
81
|
+
background-position: center center !important;
|
82
|
+
background-repeat: no-repeat !important;
|
83
|
+
/* background-image: url(../addons/pager/icons/loading.gif) !important; */
|
84
|
+
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
|
85
|
+
}
|
86
|
+
|
87
|
+
/* Zebra Widget - row alternating colors */
|
88
|
+
.tablesorter-default tr.odd td {
|
89
|
+
background-color: #dfdfdf;
|
90
|
+
}
|
91
|
+
.tablesorter-default tr.even td {
|
92
|
+
background-color: #efefef;
|
93
|
+
}
|
94
|
+
|
95
|
+
/* Column Widget - column sort colors */
|
96
|
+
.tablesorter-default tr.odd td.primary {
|
97
|
+
background-color: #bfbfbf;
|
98
|
+
}
|
99
|
+
.tablesorter-default td.primary,
|
100
|
+
.tablesorter-default tr.even td.primary {
|
101
|
+
background-color: #d9d9d9;
|
102
|
+
}
|
103
|
+
.tablesorter-default tr.odd td.secondary {
|
104
|
+
background-color: #d9d9d9;
|
105
|
+
}
|
106
|
+
.tablesorter-default td.secondary,
|
107
|
+
.tablesorter-default tr.even td.secondary {
|
108
|
+
background-color: #e6e6e6;
|
109
|
+
}
|
110
|
+
.tablesorter-default tr.odd td.tertiary {
|
111
|
+
background-color: #e6e6e6;
|
112
|
+
}
|
113
|
+
.tablesorter-default td.tertiary,
|
114
|
+
.tablesorter-default tr.even td.tertiary {
|
115
|
+
background-color: #f2f2f2;
|
116
|
+
}
|
117
|
+
|
118
|
+
/* caption */
|
119
|
+
caption {
|
120
|
+
background: #fff;
|
121
|
+
}
|
122
|
+
|
123
|
+
/* filter widget */
|
124
|
+
.tablesorter-default .tablesorter-filter-row td {
|
125
|
+
background: #eee;
|
126
|
+
border-bottom: #ccc 1px solid;
|
127
|
+
line-height: normal;
|
128
|
+
text-align: center; /* center the input */
|
129
|
+
-webkit-transition: line-height 0.1s ease;
|
130
|
+
-moz-transition: line-height 0.1s ease;
|
131
|
+
-o-transition: line-height 0.1s ease;
|
132
|
+
transition: line-height 0.1s ease;
|
133
|
+
}
|
134
|
+
/* optional disabled input styling */
|
135
|
+
.tablesorter-default .tablesorter-filter-row .disabled {
|
136
|
+
opacity: 0.5;
|
137
|
+
filter: alpha(opacity=50);
|
138
|
+
cursor: not-allowed;
|
139
|
+
}
|
140
|
+
/* hidden filter row */
|
141
|
+
.tablesorter-default .tablesorter-filter-row.hideme td {
|
142
|
+
/*** *********************************************** ***/
|
143
|
+
/*** change this padding to modify the thickness ***/
|
144
|
+
/*** of the closed filter row (height = padding x 2) ***/
|
145
|
+
padding: 2px;
|
146
|
+
/*** *********************************************** ***/
|
147
|
+
margin: 0;
|
148
|
+
line-height: 0;
|
149
|
+
cursor: pointer;
|
150
|
+
}
|
151
|
+
.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
|
152
|
+
height: 1px;
|
153
|
+
min-height: 0;
|
154
|
+
border: 0;
|
155
|
+
padding: 0;
|
156
|
+
margin: 0;
|
157
|
+
/* don't use visibility: hidden because it disables tabbing */
|
158
|
+
opacity: 0;
|
159
|
+
filter: alpha(opacity=0);
|
160
|
+
}
|
161
|
+
/* filters */
|
162
|
+
.tablesorter-default .tablesorter-filter {
|
163
|
+
width: 95%;
|
164
|
+
height: auto;
|
165
|
+
margin: 4px;
|
166
|
+
padding: 4px;
|
167
|
+
background-color: #fff;
|
168
|
+
border: 1px solid #bbb;
|
169
|
+
color: #333;
|
170
|
+
-webkit-box-sizing: border-box;
|
171
|
+
-moz-box-sizing: border-box;
|
172
|
+
box-sizing: border-box;
|
173
|
+
-webkit-transition: height 0.1s ease;
|
174
|
+
-moz-transition: height 0.1s ease;
|
175
|
+
-o-transition: height 0.1s ease;
|
176
|
+
transition: height 0.1s ease;
|
177
|
+
}
|
178
|
+
|
179
|
+
/* ajax error row */
|
180
|
+
.tablesorter .tablesorter-errorRow td {
|
181
|
+
cursor: pointer;
|
182
|
+
background-color: #e6bf99;
|
183
|
+
}
|