Bug 14570: (RM follow-up) Add class relatinship to BorrowerRelationship
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / datatables.css
blob97b756884d672fe5ee986f7174f3454a4ee332b3
1 input.search_init {
2 color: #999999;
4 .sorting_asc {
5 padding-right: 19px;
6 background: url("../img/asc.gif") no-repeat scroll right center #EEEEEE;
8 .sorting_desc {
9 padding-right: 19px;
10 background: url("../img/desc.gif") no-repeat scroll right center #EEEEEE;
12 .sorting {
13 padding-right: 19px;
14 background: url("../img/ascdesc.gif") no-repeat scroll right center #EEEEEE;
16 .sorting_asc_disabled {
17 padding-right: 19px;
18 background: url("../img/datatables/sort_asc_disabled.png") no-repeat scroll right center #EEEEEE;
20 .sorting_desc_disabled {
21 padding-right: 19px;
22 background: url("../img/datatables/sort_desc_disabled.png") no-repeat scroll right center #EEEEEE;
24 .sorting_disabled {
25 padding-right: 19px;
26 background-color: #EEEEEE;
29 div.top {clear : both; }
31 div.top.pager,
32 div.bottom.pager {
33 background-color : #E5E5E5;
34 padding : 0;
37 div.bottom.pager div.dataTables_paginate.paging_full_numbers,
38 div.bottom.pager div.dataTables_paginate.paging_four_button {
39 border-right-width : 0;
42 div.dataTables_filter,
43 div.dataTables_length,
44 div.dataTables_info,
45 div.dataTables_paginate {
46 float: left;
47 padding : .3em .5em .3em .5em;
50 div.dataTables_filter label,
51 div.dataTables_length label,
52 div.dataTables_info label,
53 div.dataTables_paginate label,
54 div.dataTables_filter input,
55 div.dataTables_length input,
56 div.dataTables_info input,
57 div.dataTables_paginate input {
58 padding: 0;
61 div.dataTables_length {
62 border-right : 1px solid #686868;
63 line-height:1.9em;
65 div.dataTables_info {
66 border-right : 1px solid #AAA;
67 line-height:1.9em;
69 div.dataTables_length,
70 div.dataTables_filter {
71 border-left : 1px solid #FFF;
72 border-right : 1px solid #AAAAAA;
74 div.dataTables_length label {
75 display: inline;
77 div.dataTables_filter {
78 line-height : inherit;
80 div.dataTables_paginate {
81 padding : 0;
84 .paging_full_numbers a.paginate_button,
85 .paging_full_numbers a.paginate_active,
86 .paging_full_numbers > span > span {
87 border-right : 1px solid #AAA;
88 border-left : 1px solid #FFF;
89 color: #000;
90 display : block;
91 float : left;
92 line-height:1.9em;
93 padding : 0.4em 0.7em;
95 .paging_full_numbers a.paginate_button,
96 .paging_full_numbers a.paginate_active {
97 cursor: pointer;
99 .paging_full_numbers a.paginate_button,
100 .paging_full_numbers > span > span {
101 background-color : #FFF;
102 background-repeat: no-repeat;
104 .paging_full_numbers a.paginate_button.first {
105 background-color: transparent;
106 background-image : url('../img/first.png');
107 background-position : 3px center;
108 padding-left : 23px;
110 .paging_full_numbers a.paginate_button.previous {
111 background-color: transparent;
112 background-image : url('../img/prev.png');
113 background-position : 3px center;
114 padding-left : 23px;
116 .paging_full_numbers a.paginate_button.next {
117 background-color: transparent;
118 background-image : url('../img/next.png');
119 background-position : 93% center;
120 padding-right : 25px;
122 .paging_full_numbers a.paginate_button.last {
123 background-color: transparent;
124 background-image : url('../img/last.png');
125 background-position : 93% center;
126 border-right : 0;
127 padding-right : 25px;
130 div.bottom.pager .paging_full_numbers a.paginate_button.last {
131 border-right-width : 0;
134 div.bottom.pager div:first-child {
135 border-left : 0;
138 .paging_full_numbers a.paginate_active {
139 background-color : #FFFFEA;
140 color : #000;
141 font-weight: bold;
144 .paging_full_numbers a.current {
145 background-color : #FFFFCC;
146 font-weight: bold;
149 .paging_full_numbers a.paginate_button:hover {
150 background-color: #FFC;
153 .paging_full_numbers a.paginate_button.paginate_button_disabled {
154 color : #666;
157 /* Two-button version */
159 div.dataTables_paginate.paging_two_button,
160 div.dataTables_paginate.paging_four_button {
161 background-color : transparent;
162 border-right : 1px solid #686868;
163 border-left : 1px solid #FFF;
164 line-height : 2.5em;
166 .paginate_disabled_first,
167 .paginate_enabled_first,
168 .paginate_disabled_previous,
169 .paginate_enabled_previous,
170 .paginate_disabled_next,
171 .paginate_enabled_next,
172 .paginate_disabled_last,
173 .paginate_enabled_last {
174 cursor: pointer;
175 *cursor: hand;
176 padding: .2em 0;
179 .paginate_disabled_previous,
180 .paginate_enabled_previous,
181 .paginate_disabled_next,
182 .paginate_enabled_next {
183 color: #111 !important;
186 .paginate_disabled_first,
187 .paginate_enabled_first,
188 .paginate_disabled_previous,
189 .paginate_enabled_previous {
190 padding-left: 23px;
192 .paginate_disabled_next,
193 .paginate_enabled_next,
194 .paginate_disabled_last,
195 .paginate_enabled_last {
196 padding-right: 23px;
197 margin-left: 10px;
198 margin-right : .3em;
201 .paging_four_button .paginate_disabled_first,
202 .paging_four_button .paginate_disabled_previous,
203 .paging_four_button .paginate_enabled_first,
204 .paging_four_button .paginate_enabled_previous {
205 margin-left : .3em;
208 .paging_full_numbers a.paginate_button.first.disabled,
209 .paginate_disabled_first {
210 background: transparent url("../img/first-disabled.png") no-repeat 3px top;
211 color: #666;
212 cursor: default;
214 .paginate_enabled_first {
215 background: transparent url("../img/first.png") no-repeat 3px top;
216 cursor: pointer;
218 .paging_full_numbers a.paginate_button.previous.disabled,
219 .paginate_disabled_previous {
220 background: transparent url("../img/prev-disabled.png") no-repeat 3px top;
221 color: #666;
222 cursor: default;
224 .paginate_enabled_previous {
225 background: transparent url("../img/prev.png") no-repeat 3px top;
226 cursor: pointer;
228 .paging_full_numbers a.paginate_button.next.disabled,
229 .paginate_disabled_next {
230 background: transparent url("../img/next-disabled.png") no-repeat right top;
231 color: #666;
232 cursor: default;
234 .paginate_enabled_next {
235 background: transparent url("../img/next.png") no-repeat right top;
236 cursor: pointer;
238 .paging_full_numbers a.paginate_button.last.disabled,
239 .paginate_disabled_last {
240 background: transparent url("../img/last-disabled.png") no-repeat right top;
241 color: #666;
242 cursor: default;
244 .paginate_enabled_last {
245 background: transparent url("../img/last.png") no-repeat right top;
246 cursor: pointer;
249 .paging_full_numbers a.paginate_button.first.disabled,
250 .paging_full_numbers a.paginate_button.previous.disabled,
251 .paging_full_numbers a.paginate_button.next.disabled,
252 .paging_full_numbers a.paginate_button.last.disabled {
253 background-position-y: 7px;
256 .dataTables_processing {
257 background-color: white;
258 border: 1px solid #999;
259 -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
260 box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
261 color: #333;
262 font-size: 14px;
263 left: 50%;
264 margin-left: -125px;
265 margin-top: -15px;
266 padding: 10px 14px 12px;
267 position: fixed;
268 text-align: center;
269 top: 50%;
272 tr.odd.selected td {
273 background-color: #D3D3D3;
276 tr.even.selected td {
277 background-color: #D3D3D3;
280 /* ColumnFilter */
281 span.filter_column > input[type="text"] {
282 font-size: 80%;
283 width: 100%;
284 box-sizing: border-box;
287 /* Row grouping */
288 td.group,
289 table.group td.group {
290 background-color: #D1CFD0;
291 border-bottom: 2px solid #A19B9E;
292 border-top: 2px solid #A19B9E;
295 table.group tr.odd td {
296 background-color : #F3F3F3;
297 border : 1px solid #BCBCBC;
298 border-right : 1px solid #BCBCBC;
301 table.group tr.even td {
302 background-color: #FFF;
303 border-right : 1px solid #BCBCBC;
306 button.dt-button,
307 div.dt-button,
308 a.dt-button,
309 a.dt-button:link,
310 a.dt-button:visited,
311 a.dt-button:hover,
312 a.dt-button:active {
313 color: #000;
314 font-size: 1em;
315 margin: 3px 3px 0;
318 button.dt-button::before,
319 div.dt-button::before,
320 a.dt-button::before {
321 content: '';
324 button.dt-button:active:not(.disabled):hover:not(.disabled),
325 button.dt-button.active:not(.disabled):hover:not(.disabled),
326 div.dt-button:active:not(.disabled):hover:not(.disabled),
327 div.dt-button.active:not(.disabled):hover:not(.disabled),
328 a.dt-button:active:not(.disabled):hover:not(.disabled),
329 a.dt-button.active:not(.disabled):hover:not(.disabled) {
330 background: #FFC none;
331 border-color: #CCC;
332 box-shadow: none;
333 text-shadow: none;
336 div.dt-button-collection {
337 width: auto;
340 div.dt-button-collection a.dt-button {
341 background: #FFF none;
342 border-color: #EEE;
343 text-shadow: none;
346 div.dt-button-collection a.dt-button::before {
347 color: #CCC;
348 content: "\f00d";
349 display: inline-block;
350 font-family: FontAwesome;
351 margin-right: .5em;
352 width: 1em;
355 div.dt-button-collection a.dt-button:active:not(.disabled),
356 div.dt-button-collection a.dt-button.active:not(.disabled) {
357 background: #E6F0F2 none;
358 border: 1px solid #999;
359 box-shadow: none;
362 div.dt-button-collection a.dt-button:active:not(.disabled)::before,
363 div.dt-button-collection a.dt-button.active:not(.disabled)::before {
364 color: #538200;
365 content: "\f00c";
366 display: inline-block;
367 font-family: FontAwesome;
368 margin-right: .5em;
369 width: 1em;
372 div.dt-button-collection a.dt-button:not(.disabled):hover,
373 div.dt-button-collection a.dt-button.active:not(.disabled):hover {
374 box-shadow: none;
375 border: 1px solid #999;
376 background: #FFC none;
380 div.dt-button-collection a.dt-button:not(.disabled)::before,
381 div.dt-button-collection a.dt-button.active:not(.disabled):hover::before {
382 color: #CC0000;
383 content: "\f00d";
384 display: inline-block;
385 font-family: FontAwesome;
386 margin-right: .5em;
387 width: 1em;
390 div.dt-button-collection a.dt-button.buttons-html5:not(.disabled)::before {
391 color: #222BAC;
392 display: inline-block;
393 font-family: FontAwesome;
394 margin-right: .5em;
395 width: 1em;
398 div.dt-button-collection a.dt-button.buttons-excel:not(.disabled)::before {
399 content: "\f1c3";
402 div.dt-button-collection a.dt-button.buttons-csv:not(.disabled)::before {
403 content: "\f0ce";
406 div.dt-button-collection a.dt-button.buttons-copy:not(.disabled)::before {
407 content: "\f0c5";
410 div.dt-button-collection a.dt-button.buttons-print:not(.disabled)::before {
411 color: #222BAC;
412 content: "\f02f";
413 display: inline-block;
414 font-family: FontAwesome;
415 margin-right: .5em;
416 width: 1em;
419 .dt-button-text {
420 display: none;
423 @media (min-width: 1028px) {
424 .dt-button-text {
425 display: inline;