| 875 |
lars |
1 |
table.dataTable {
|
|
|
2 |
clear: both;
|
|
|
3 |
margin-top: 6px !important;
|
|
|
4 |
margin-bottom: 6px !important;
|
|
|
5 |
max-width: none !important;
|
|
|
6 |
}
|
|
|
7 |
table.dataTable td,
|
|
|
8 |
table.dataTable th {
|
|
|
9 |
-webkit-box-sizing: content-box;
|
|
|
10 |
-moz-box-sizing: content-box;
|
|
|
11 |
box-sizing: content-box;
|
|
|
12 |
}
|
|
|
13 |
table.dataTable td.dataTables_empty,
|
|
|
14 |
table.dataTable th.dataTables_empty {
|
|
|
15 |
text-align: center;
|
|
|
16 |
}
|
|
|
17 |
table.dataTable.nowrap th,
|
|
|
18 |
table.dataTable.nowrap td {
|
|
|
19 |
white-space: nowrap;
|
|
|
20 |
}
|
|
|
21 |
|
|
|
22 |
div.dataTables_wrapper div.dataTables_length label {
|
|
|
23 |
font-weight: normal;
|
|
|
24 |
text-align: left;
|
|
|
25 |
white-space: nowrap;
|
|
|
26 |
}
|
|
|
27 |
div.dataTables_wrapper div.dataTables_length select {
|
|
|
28 |
width: 75px;
|
|
|
29 |
display: inline-block;
|
|
|
30 |
}
|
|
|
31 |
div.dataTables_wrapper div.dataTables_filter {
|
|
|
32 |
text-align: right;
|
|
|
33 |
}
|
|
|
34 |
div.dataTables_wrapper div.dataTables_filter label {
|
|
|
35 |
font-weight: normal;
|
|
|
36 |
white-space: nowrap;
|
|
|
37 |
text-align: left;
|
|
|
38 |
}
|
|
|
39 |
div.dataTables_wrapper div.dataTables_filter input {
|
|
|
40 |
margin-left: 0.5em;
|
|
|
41 |
display: inline-block;
|
|
|
42 |
width: auto;
|
|
|
43 |
}
|
|
|
44 |
div.dataTables_wrapper div.dataTables_info {
|
|
|
45 |
padding-top: 8px;
|
|
|
46 |
white-space: nowrap;
|
|
|
47 |
}
|
|
|
48 |
div.dataTables_wrapper div.dataTables_paginate {
|
|
|
49 |
margin: 0;
|
|
|
50 |
white-space: nowrap;
|
|
|
51 |
text-align: right;
|
|
|
52 |
}
|
|
|
53 |
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
|
|
54 |
margin: 2px 0;
|
|
|
55 |
white-space: nowrap;
|
|
|
56 |
}
|
|
|
57 |
|
|
|
58 |
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
|
|
|
59 |
table.dataTable thead > tr > td.sorting_asc,
|
|
|
60 |
table.dataTable thead > tr > td.sorting_desc,
|
|
|
61 |
table.dataTable thead > tr > td.sorting {
|
|
|
62 |
padding-right: 30px;
|
|
|
63 |
}
|
|
|
64 |
table.dataTable thead > tr > th:active,
|
|
|
65 |
table.dataTable thead > tr > td:active {
|
|
|
66 |
outline: none;
|
|
|
67 |
}
|
|
|
68 |
table.dataTable thead .sorting,
|
|
|
69 |
table.dataTable thead .sorting_asc,
|
|
|
70 |
table.dataTable thead .sorting_desc,
|
|
|
71 |
table.dataTable thead .sorting_asc_disabled,
|
|
|
72 |
table.dataTable thead .sorting_desc_disabled {
|
|
|
73 |
cursor: pointer;
|
|
|
74 |
position: relative;
|
|
|
75 |
}
|
|
|
76 |
table.dataTable thead .sorting:after,
|
|
|
77 |
table.dataTable thead .sorting_asc:after,
|
|
|
78 |
table.dataTable thead .sorting_desc:after,
|
|
|
79 |
table.dataTable thead .sorting_asc_disabled:after,
|
|
|
80 |
table.dataTable thead .sorting_desc_disabled:after {
|
|
|
81 |
position: absolute;
|
|
|
82 |
bottom: 8px;
|
|
|
83 |
right: 8px;
|
|
|
84 |
display: block;
|
|
|
85 |
font-family: 'Glyphicons Halflings';
|
|
|
86 |
opacity: 0.5;
|
|
|
87 |
}
|
|
|
88 |
table.dataTable thead .sorting:after {
|
|
|
89 |
opacity: 0.2;
|
|
|
90 |
content: "\e150";
|
|
|
91 |
/* sort */
|
|
|
92 |
}
|
|
|
93 |
table.dataTable thead .sorting_asc:after {
|
|
|
94 |
content: "\e155";
|
|
|
95 |
/* sort-by-attributes */
|
|
|
96 |
}
|
|
|
97 |
table.dataTable thead .sorting_desc:after {
|
|
|
98 |
content: "\e156";
|
|
|
99 |
/* sort-by-attributes-alt */
|
|
|
100 |
}
|
|
|
101 |
table.dataTable thead .sorting_asc_disabled:after,
|
|
|
102 |
table.dataTable thead .sorting_desc_disabled:after {
|
|
|
103 |
color: #eee;
|
|
|
104 |
}
|
|
|
105 |
|
|
|
106 |
div.dataTables_scrollHead table.dataTable {
|
|
|
107 |
margin-bottom: 0 !important;
|
|
|
108 |
}
|
|
|
109 |
|
|
|
110 |
div.dataTables_scrollBody table {
|
|
|
111 |
border-top: none;
|
|
|
112 |
margin-top: 0 !important;
|
|
|
113 |
margin-bottom: 0 !important;
|
|
|
114 |
}
|
|
|
115 |
div.dataTables_scrollBody table thead .sorting:after,
|
|
|
116 |
div.dataTables_scrollBody table thead .sorting_asc:after,
|
|
|
117 |
div.dataTables_scrollBody table thead .sorting_desc:after {
|
|
|
118 |
display: none;
|
|
|
119 |
}
|
|
|
120 |
div.dataTables_scrollBody table tbody tr:first-child th,
|
|
|
121 |
div.dataTables_scrollBody table tbody tr:first-child td {
|
|
|
122 |
border-top: none;
|
|
|
123 |
}
|
|
|
124 |
|
|
|
125 |
div.dataTables_scrollFoot table {
|
|
|
126 |
margin-top: 0 !important;
|
|
|
127 |
border-top: none;
|
|
|
128 |
}
|
|
|
129 |
|
|
|
130 |
@media screen and (max-width: 767px) {
|
|
|
131 |
div.dataTables_wrapper div.dataTables_length,
|
|
|
132 |
div.dataTables_wrapper div.dataTables_filter,
|
|
|
133 |
div.dataTables_wrapper div.dataTables_info,
|
|
|
134 |
div.dataTables_wrapper div.dataTables_paginate {
|
|
|
135 |
text-align: center;
|
|
|
136 |
}
|
|
|
137 |
}
|
|
|
138 |
table.dataTable.table-condensed > thead > tr > th {
|
|
|
139 |
padding-right: 20px;
|
|
|
140 |
}
|
|
|
141 |
table.dataTable.table-condensed .sorting:after,
|
|
|
142 |
table.dataTable.table-condensed .sorting_asc:after,
|
|
|
143 |
table.dataTable.table-condensed .sorting_desc:after {
|
|
|
144 |
top: 6px;
|
|
|
145 |
right: 6px;
|
|
|
146 |
}
|
|
|
147 |
|
|
|
148 |
table.table-bordered.dataTable {
|
|
|
149 |
border-collapse: separate !important;
|
|
|
150 |
}
|
|
|
151 |
table.table-bordered.dataTable th,
|
|
|
152 |
table.table-bordered.dataTable td {
|
|
|
153 |
border-left-width: 0;
|
|
|
154 |
}
|
|
|
155 |
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
|
|
|
156 |
table.table-bordered.dataTable td:last-child,
|
|
|
157 |
table.table-bordered.dataTable td:last-child {
|
|
|
158 |
border-right-width: 0;
|
|
|
159 |
}
|
|
|
160 |
table.table-bordered.dataTable tbody th,
|
|
|
161 |
table.table-bordered.dataTable tbody td {
|
|
|
162 |
border-bottom-width: 0;
|
|
|
163 |
}
|
|
|
164 |
|
|
|
165 |
div.dataTables_scrollHead table.table-bordered {
|
|
|
166 |
border-bottom-width: 0;
|
|
|
167 |
}
|