Merge branch 'bug_8832' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / datatables.css
1 input.search_init {
2     color: #999999;
3 }
4 .sorting_asc {
5     padding-right: 19px;
6     background: url("../../img/asc.gif") no-repeat scroll right center #EEEEEE;
7 }
8 .sorting_desc {
9     padding-right: 19px;
10     background: url("../../img/desc.gif") no-repeat scroll right center #EEEEEE;
11 }
12 .sorting {
13     padding-right: 19px;
14     background: url("../../img/ascdesc.gif") no-repeat scroll right center #EEEEEE;
15 }
16 .sorting_asc_disabled {
17     padding-right: 19px;
18     background: url("../../img/datatables/sort_asc_disabled.png") no-repeat scroll right center #EEEEEE;
19 }
20 .sorting_desc_disabled {
21     padding-right: 19px;
22     background: url("../../img/datatables/sort_desc_disabled.png") no-repeat scroll right center #EEEEEE;
23 }
24 .sorting_disabled {
25     padding-right: 19px;
26     background-color: #EEEEEE;
27 }
28
29 div.top {clear : both; }
30
31 div.top.pager,
32 div.bottom.pager {
33     background-color : #E5E5E5;
34     padding : 0;
35 }
36
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;
40 }
41
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;
48
49 }
50 div.dataTables_length {
51     border-right : 1px solid #686868;
52     line-height:1.9em;
53 }
54 div.dataTables_info {
55     border-right : 1px solid #AAA;
56     line-height:1.9em;
57 }
58 div.dataTables_length,
59 div.dataTables_filter {
60     border-left : 1px solid #FFF;
61 }
62 div.dataTables_filter {
63     line-height : 1.9em;
64 }
65 div.dataTables_paginate {
66     background-color : #F4F4F4;
67     padding : 0;
68 }
69
70 .paging_full_numbers a.paginate_button,
71 .paging_full_numbers a.paginate_active {
72     border-right : 1px solid #AAA;
73     border-left : 1px solid #FFF;
74     display : block;
75     float : left;
76     line-height:1.6em;
77     padding: .3em .7em;
78     cursor: pointer;
79 }
80
81 .paging_full_numbers a.paginate_button {
82     color : #0000CC;
83 }
84 .paging_full_numbers a.paginate_button.first {
85     background-image : url('../../img/first.png');
86     background-repeat: no-repeat;
87     background-position : 1% center;
88     padding-left : 2em;
89 }
90 .paging_full_numbers a.paginate_button.previous {
91     background-image : url('../../img/prev.png');
92     background-repeat: no-repeat;
93     background-position : 1% center;
94     padding-left : 2em;
95 }
96 .paging_full_numbers a.paginate_button.next {
97     background-image : url('../../img/next.png');
98     background-repeat: no-repeat;
99     background-position : 96% center;
100     padding-right : 2em;
101 }
102 .paging_full_numbers a.paginate_button.last {
103     background-image : url('../../img/last.png');
104     background-repeat: no-repeat;
105     background-position : 96% center;
106     border-right : 1px solid #686868;
107     padding-right : 2em;
108 }
109 div.bottom.pager .paging_full_numbers a.paginate_button.last {
110     border-right-width : 0;
111 }
112 .paging_full_numbers a.paginate_active {
113     background-color : #FFFFEA;
114     color : #000;
115     font-weight: bold;
116 }
117
118 .paging_full_numbers a.paginate_button:hover {
119     background-color: #FFC;
120 }
121
122 .paging_full_numbers a.paginate_button.paginate_button_disabled {
123     color : #666;
124 }
125
126 /* Two-button version */
127
128 div.dataTables_paginate.paging_two_button,
129 div.dataTables_paginate.paging_four_button {
130     background-color : transparent;
131     border-right : 1px solid #686868;
132     border-left : 1px solid #FFF;
133     line-height : 2.5em;
134 }
135 .paginate_disabled_first,
136 .paginate_enabled_first,
137 .paginate_disabled_previous,
138 .paginate_enabled_previous,
139 .paginate_disabled_next,
140 .paginate_enabled_next,
141 .paginate_disabled_last,
142 .paginate_enabled_last {
143     cursor: pointer;
144     *cursor: hand;
145     padding: .1em 0;
146 }
147
148 .paginate_disabled_previous,
149 .paginate_enabled_previous,
150 .paginate_disabled_next,
151 .paginate_enabled_next {
152     color: #111 !important;
153 }
154
155 .paginate_disabled_previous,
156 .paginate_enabled_previous {
157     padding-left: 23px;
158 }
159 .paginate_disabled_next,
160 .paginate_enabled_next,
161 .paginate_disabled_last,
162 .paginate_enabled_last {
163     padding-right: 23px;
164     margin-left: 10px;
165     margin-right : .3em;
166 }
167
168 .paging_four_button .paginate_disabled_first,
169 .paging_four_button .paginate_disabled_previous,
170 .paging_four_button .paginate_enabled_first,
171 .paging_four_button .paginate_enabled_previous  {
172     margin-left : .3em;
173 }
174
175 .paginate_disabled_first {
176     background: transparent url("../../img/first-disabled.png") no-repeat 3px top;
177 }
178 .paginate_enabled_first {
179     background: transparent url("../../img/first.png") no-repeat 3px top;
180     cursor: pointer;
181 }
182 .paginate_disabled_previous {
183     background: transparent url("../../img/prev-disabled.png") no-repeat 3px top;
184 }
185 .paginate_enabled_previous {
186     background: transparent url("../../img/prev.png") no-repeat 3px top;
187     cursor: pointer;
188 }
189 .paginate_disabled_next {
190     background: transparent url("../../img/next-disabled.png") no-repeat right top;
191 }
192 .paginate_enabled_next {
193     background: transparent url("../../img/next.png") no-repeat right top;
194     cursor: pointer;
195 }
196 .paginate_disabled_last {
197     background: transparent url("../../img/last-disabled.png") no-repeat right top;
198 }
199 .paginate_enabled_last {
200     background: transparent url("../../img/last.png") no-repeat right top;
201     cursor: pointer;
202 }
203
204 .dataTables_processing {
205     background-color: white;
206     border: 1px solid #DDDDDD;
207     color: #999999;
208     font-size: 14px;
209     height: 30px;
210     left: 50%;
211     margin-left: -125px;
212     margin-top: -15px;
213     padding: 14px 0 2px;
214     position: fixed;
215     text-align: center;
216     top: 50%;
217     width: 250px;
218 }
219
220 tr.odd.selected td {
221     background-color: #D3D3D3;
222 }
223
224 tr.even.selected td {
225     background-color: #D3D3D3;
226 }
227