annotate DataTables-1.9.4/media/css/demo_table_jui.css @ 0:ac5f9272033b draft

first upload
author saskia-hiltemann
date Tue, 01 Jul 2014 11:42:23 -0400
parents
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 * File: demo_table_jui.css
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 * CVS: $Id$
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 * Description: CSS descriptions for DataTables demo pages
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 * Author: Allan Jardine
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 * Created: Tue May 12 06:47:22 BST 2009
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 * Modified: $Date$ by $Author$
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 * Language: CSS
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 * Project: DataTables
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 * Copyright 2009 Allan Jardine. All Rights Reserved.
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 * ***************************************************************************
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 * DESCRIPTION
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 * The styles given here are suitable for the demos that are used with the standard DataTables
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 * meet the layout requirements of your site.
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 * Common issues:
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 * no conflict between the two pagination types. If you want to use full_numbers pagination
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 * ensure that you either have "example_alt_pagination" as a body class name, or better yet,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 * modify that selector.
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 * Note that the path used for Images is relative. All images are by default located in
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 * ../images/ - relative to this CSS file.
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 * jQuery UI specific styling
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 .paging_two_button .ui-button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 * cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 .paging_full_numbers .ui-button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 padding: 2px 6px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
42 margin: 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
43 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
44 * cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
45 color: #333 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
46 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
47
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
48 .dataTables_paginate .ui-button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
49 margin-right: -0.1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
50 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
51
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
52 .paging_full_numbers {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
53 width: 350px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
54 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
55
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
56 .dataTables_wrapper .ui-toolbar {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
57 padding: 5px;
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 .dataTables_paginate {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
61 width: auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
62 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
63
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
64 .dataTables_info {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
65 padding-top: 3px;
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 table.display thead th {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
69 padding: 3px 0px 3px 10px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
70 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
71 * cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
72 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
73
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
74 div.dataTables_wrapper .ui-widget-header {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
75 font-weight: normal;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
76 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
77
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
78
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
79 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
80 * Sort arrow icon positioning
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
81 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
82 table.display thead th div.DataTables_sort_wrapper {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
83 position: relative;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
84 padding-right: 20px;
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 table.display thead th div.DataTables_sort_wrapper span {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
88 position: absolute;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
89 top: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
90 margin-top: -8px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
91 right: 0;
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
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
95
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 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
99 * Everything below this line is the same as demo_table.css. This file is
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
100 * required for 'cleanliness' of the markup
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
101 *
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
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
105
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
106 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
107 * DataTables features
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
108 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
109
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
110 .dataTables_wrapper {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
111 position: relative;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
112 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
113 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
114
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
115 .dataTables_processing {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
116 position: absolute;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
117 top: 0px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
118 left: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
119 width: 250px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
120 margin-left: -125px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
121 border: 1px solid #ddd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
122 text-align: center;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
123 color: #999;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
124 font-size: 11px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
125 padding: 2px 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
126 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
127
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
128 .dataTables_length {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
129 width: 40%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
130 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
131 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
132
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
133 .dataTables_filter {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
134 width: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
135 float: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
136 text-align: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
137 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
138
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
139 .dataTables_info {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
140 width: 50%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
141 float: left;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
142 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
143
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
144 .dataTables_paginate {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
145 float: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
146 text-align: right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
147 }
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
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
151 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
152 * DataTables display
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
153 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
154 table.display {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
155 margin: 0 auto;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
156 width: 100%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
157 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
158 border-collapse: collapse;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
159 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
160
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
161 table.display tfoot th {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
162 padding: 3px 0px 3px 10px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
163 font-weight: bold;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
164 font-weight: normal;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
165 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
166
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
167 table.display tr.heading2 td {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
168 border-bottom: 1px solid #aaa;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
169 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
170
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
171 table.display td {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
172 padding: 3px 10px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
173 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
174
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
175 table.display td.center {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
176 text-align: center;
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
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
180
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
181 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
182 * DataTables sorting
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
183 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
184
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
185 .sorting_asc {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
186 background: url('../images/sort_asc.png') no-repeat center right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
187 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
188
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
189 .sorting_desc {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
190 background: url('../images/sort_desc.png') no-repeat center right;
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 .sorting {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
194 background: url('../images/sort_both.png') no-repeat center right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
195 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
196
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
197 .sorting_asc_disabled {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
198 background: url('../images/sort_asc_disabled.png') no-repeat center right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
199 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
200
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
201 .sorting_desc_disabled {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
202 background: url('../images/sort_desc_disabled.png') no-repeat center right;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
203 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
204
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
205
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
206
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
207
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
208 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
209 * DataTables row classes
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
210 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
211 table.display tr.odd.gradeA {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
212 background-color: #ddffdd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
213 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
214
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
215 table.display tr.even.gradeA {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
216 background-color: #eeffee;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
217 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
218
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
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
222 table.display tr.odd.gradeA {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
223 background-color: #ddffdd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
224 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
225
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
226 table.display tr.even.gradeA {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
227 background-color: #eeffee;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
228 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
229
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
230 table.display tr.odd.gradeC {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
231 background-color: #ddddff;
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 table.display tr.even.gradeC {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
235 background-color: #eeeeff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
236 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
237
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
238 table.display tr.odd.gradeX {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
239 background-color: #ffdddd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
240 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
241
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
242 table.display tr.even.gradeX {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
243 background-color: #ffeeee;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
244 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
245
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
246 table.display tr.odd.gradeU {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
247 background-color: #ddd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
248 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
249
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
250 table.display tr.even.gradeU {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
251 background-color: #eee;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
252 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
253
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
254
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
255 tr.odd {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
256 background-color: #E2E4FF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
257 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
258
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
259 tr.even {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
260 background-color: white;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
261 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
262
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
263
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
264
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
265
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
266
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
267 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
268 * Misc
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
269 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
270 .dataTables_scroll {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
271 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
272 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
273
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
274 .dataTables_scrollBody {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
275 -webkit-overflow-scrolling: touch;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
276 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
277
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
278 .top, .bottom {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
279 padding: 15px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
280 background-color: #F5F5F5;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
281 border: 1px solid #CCCCCC;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
282 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
283
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
284 .top .dataTables_info {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
285 float: none;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
286 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
287
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
288 .clear {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
289 clear: both;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
290 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
291
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
292 .dataTables_empty {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
293 text-align: center;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
294 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
295
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
296 tfoot input {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
297 margin: 0.5em 0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
298 width: 100%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
299 color: #444;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
300 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
301
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
302 tfoot input.search_init {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
303 color: #999;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
304 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
305
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
306 td.group {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
307 background-color: #d1cfd0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
308 border-bottom: 2px solid #A19B9E;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
309 border-top: 2px solid #A19B9E;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
310 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
311
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
312 td.details {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
313 background-color: #d1cfd0;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
314 border: 2px solid #A19B9E;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
315 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
316
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
317
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
318 .example_alt_pagination div.dataTables_info {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
319 width: 40%;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
320 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
321
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
322 .paging_full_numbers a.paginate_button,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
323 .paging_full_numbers a.paginate_active {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
324 border: 1px solid #aaa;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
325 -webkit-border-radius: 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
326 -moz-border-radius: 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
327 padding: 2px 5px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
328 margin: 0 3px;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
329 cursor: pointer;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
330 *cursor: hand;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
331 color: #333 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
332 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
333
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
334 .paging_full_numbers a.paginate_button {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
335 background-color: #ddd;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
336 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
337
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
338 .paging_full_numbers a.paginate_button:hover {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
339 background-color: #ccc;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
340 text-decoration: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
341 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
342
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
343 .paging_full_numbers a.paginate_active {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
344 background-color: #99B3FF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
345 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
346
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
347 table.display tr.even.row_selected td {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
348 background-color: #B0BED9;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
349 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
350
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
351 table.display tr.odd.row_selected td {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
352 background-color: #9FAFD1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
353 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
354
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
355
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
356 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
357 * Sorting classes for columns
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
358 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
359 /* For the standard odd/even */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
360 tr.odd td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
361 background-color: #D3D6FF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
362 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
363
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
364 tr.odd td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
365 background-color: #DADCFF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
366 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
367
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
368 tr.odd td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
369 background-color: #E0E2FF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
370 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
371
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
372 tr.even td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
373 background-color: #EAEBFF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
374 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
375
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
376 tr.even td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
377 background-color: #F2F3FF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
378 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
379
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
380 tr.even td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
381 background-color: #F9F9FF;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
382 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
383
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
384
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
385 /* For the Conditional-CSS grading rows */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
386 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
387 Colour calculations (based off the main row colours)
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
388 Level 1:
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
389 dd > c4
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
390 ee > d5
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
391 Level 2:
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
392 dd > d1
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
393 ee > e2
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
394 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
395 tr.odd.gradeA td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
396 background-color: #c4ffc4;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
397 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
398
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
399 tr.odd.gradeA td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
400 background-color: #d1ffd1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
401 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
402
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
403 tr.odd.gradeA td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
404 background-color: #d1ffd1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
405 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
406
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
407 tr.even.gradeA td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
408 background-color: #d5ffd5;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
409 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
410
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
411 tr.even.gradeA td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
412 background-color: #e2ffe2;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
413 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
414
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
415 tr.even.gradeA td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
416 background-color: #e2ffe2;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
417 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
418
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
419 tr.odd.gradeC td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
420 background-color: #c4c4ff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
421 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
422
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
423 tr.odd.gradeC td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
424 background-color: #d1d1ff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
425 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
426
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
427 tr.odd.gradeC td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
428 background-color: #d1d1ff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
429 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
430
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
431 tr.even.gradeC td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
432 background-color: #d5d5ff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
433 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
434
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
435 tr.even.gradeC td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
436 background-color: #e2e2ff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
437 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
438
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
439 tr.even.gradeC td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
440 background-color: #e2e2ff;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
441 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
442
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
443 tr.odd.gradeX td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
444 background-color: #ffc4c4;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
445 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
446
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
447 tr.odd.gradeX td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
448 background-color: #ffd1d1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
449 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
450
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
451 tr.odd.gradeX td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
452 background-color: #ffd1d1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
453 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
454
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
455 tr.even.gradeX td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
456 background-color: #ffd5d5;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
457 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
458
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
459 tr.even.gradeX td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
460 background-color: #ffe2e2;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
461 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
462
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
463 tr.even.gradeX td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
464 background-color: #ffe2e2;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
465 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
466
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
467 tr.odd.gradeU td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
468 background-color: #c4c4c4;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
469 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
470
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
471 tr.odd.gradeU td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
472 background-color: #d1d1d1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
473 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
474
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
475 tr.odd.gradeU td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
476 background-color: #d1d1d1;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
477 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
478
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
479 tr.even.gradeU td.sorting_1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
480 background-color: #d5d5d5;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
481 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
482
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
483 tr.even.gradeU td.sorting_2 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
484 background-color: #e2e2e2;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
485 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
486
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
487 tr.even.gradeU td.sorting_3 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
488 background-color: #e2e2e2;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
489 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
490
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
491
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
492 /*
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
493 * Row highlighting example
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
494 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
495 .ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
496 background-color: #ECFFB3;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
497 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
498
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
499 .ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
500 background-color: #E6FF99;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
501 }