annotate DataTables-1.9.4/media/css/jquery.dataTables_themeroller.css @ 2:e8755431a0cd draft

fixed missing dependencies
author saskia-hiltemann
date Tue, 30 Sep 2014 09:47:14 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 * Table
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 table.dataTable {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 margin: 0 auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 width: 100%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 border-collapse: collapse;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 table.dataTable thead th {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 padding: 3px 0px 3px 10px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 *cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 table.dataTable tfoot th {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 padding: 3px 10px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 table.dataTable td {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 padding: 3px 10px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 table.dataTable td.center,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 table.dataTable td.dataTables_empty {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 text-align: center;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 table.dataTable tr.odd { background-color: #E2E4FF; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 table.dataTable tr.even { background-color: white; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
42
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
43 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
44 * Table wrapper
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
45 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
46 .dataTables_wrapper {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
47 position: relative;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
48 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
49 *zoom: 1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
50 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
51 .dataTables_wrapper .ui-widget-header {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
52 font-weight: normal;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
53 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
54 .dataTables_wrapper .ui-toolbar {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
55 padding: 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
56 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
57
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
58
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
59 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
60 * Page length menu
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
61 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
62 .dataTables_length {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
63 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
64 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
65
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
66
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
67 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
68 * Filter
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
69 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
70 .dataTables_filter {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
71 float: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
72 text-align: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
73 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
74
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
75
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
76 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
77 * Table information
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
78 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
79 .dataTables_info {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
80 padding-top: 3px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
81 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
82 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
83 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
84
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
85
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
86 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
87 * Pagination
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
88 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
89 .dataTables_paginate {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
90 float: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
91 text-align: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
92 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
93
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
94 .dataTables_paginate .ui-button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
95 margin-right: -0.1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
96 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
97
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
98 .paging_two_button .ui-button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
99 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
100 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
101 * cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
102 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
103
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
104 .paging_full_numbers .ui-button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
105 padding: 2px 6px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
106 margin: 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
107 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
108 * cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
109 color: #333 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
110 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
111
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
112 /* Two button pagination - previous / next */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
113 .paginate_disabled_previous,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
114 .paginate_enabled_previous,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
115 .paginate_disabled_next,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
116 .paginate_enabled_next {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
117 height: 19px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
118 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
119 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
120 *cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
121 color: #111 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
122 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
123 .paginate_disabled_previous:hover,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
124 .paginate_enabled_previous:hover,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
125 .paginate_disabled_next:hover,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
126 .paginate_enabled_next:hover {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
127 text-decoration: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
128 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
129 .paginate_disabled_previous:active,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
130 .paginate_enabled_previous:active,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
131 .paginate_disabled_next:active,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
132 .paginate_enabled_next:active {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
133 outline: none;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
134 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
135
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
136 .paginate_disabled_previous,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
137 .paginate_disabled_next {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
138 color: #666 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
139 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
140 .paginate_disabled_previous,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
141 .paginate_enabled_previous {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
142 padding-left: 23px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
143 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
144 .paginate_disabled_next,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
145 .paginate_enabled_next {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
146 padding-right: 23px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
147 margin-left: 10px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
148 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
149
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
150 .paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
151 .paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
152 .paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
153
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
154 .paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
155 .paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
156 .paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
157
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
158 /* Full number pagination */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
159 .paging_full_numbers a:active {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
160 outline: none
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
161 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
162 .paging_full_numbers a:hover {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
163 text-decoration: none;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
164 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
165
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
166 .paging_full_numbers a.paginate_button,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
167 .paging_full_numbers a.paginate_active {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
168 border: 1px solid #aaa;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
169 -webkit-border-radius: 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
170 -moz-border-radius: 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
171 border-radius: 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
172 padding: 2px 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
173 margin: 0 3px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
174 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
175 *cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
176 color: #333 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
177 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
178
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
179 .paging_full_numbers a.paginate_button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
180 background-color: #ddd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
181 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
182
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
183 .paging_full_numbers a.paginate_button:hover {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
184 background-color: #ccc;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
185 text-decoration: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
186 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
187
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
188 .paging_full_numbers a.paginate_active {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
189 background-color: #99B3FF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
190 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
191
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
192
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
193 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
194 * Processing indicator
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
195 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
196 .dataTables_processing {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
197 position: absolute;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
198 top: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
199 left: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
200 width: 250px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
201 height: 30px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
202 margin-left: -125px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
203 margin-top: -15px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
204 padding: 14px 0 2px 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
205 border: 1px solid #ddd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
206 text-align: center;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
207 color: #999;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
208 font-size: 14px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
209 background-color: white;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
210 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
211
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
212
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
213 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
214 * Sorting
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
215 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
216 table.dataTable thead th div.DataTables_sort_wrapper {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
217 position: relative;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
218 padding-right: 20px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
219 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
220
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
221 table.dataTable thead th div.DataTables_sort_wrapper span {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
222 position: absolute;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
223 top: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
224 margin-top: -8px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
225 right: 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
226 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
227
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
228 table.dataTable th:active {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
229 outline: none;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
230 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
231
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
232
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
233 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
234 * Scrolling
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
235 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
236 .dataTables_scroll {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
237 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
238 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
239
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
240 .dataTables_scrollBody {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
241 *margin-top: -1px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
242 -webkit-overflow-scrolling: touch;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
243 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
244