Bug 23492: OPAC search facet header should not be a link at larger browser widths
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / datatables.css
1 .dataTables_filter label {
2     font-size: 12px;
3 }
4
5 .dataTables_filter input {
6     font-size : 12px;
7     height : auto;
8     margin : 0;
9     padding: 0 4px;
10 }
11
12 input.search_init {
13     color: #999999;
14 }
15
16 div.top {clear : both; }
17
18 div.dataTables_filter {
19     float: left;
20     padding : .3em 0 0 0;
21     margin : 0;
22
23 }
24
25 div.dataTables_length,
26 div.dataTables_filter {
27     border-left : 1px solid #FFF;
28 }