PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.22
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.22
5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 5.5.42 5.5.43 All 159 releases
wp-data-access / assets / css / wpda_datatables_default.css

wpda_datatables_default.css in WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards 5.5.22, at assets/css/wpda_datatables_default.css

336 lines 8.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 table.dataTable thead tr th,
2 table.dataTable thead tr td,
3 table.dataTable tfoot tr th {
4 white-space: nowrap;
5 }
6
7 .wpda_more_container {
8 text-align: center;
9 }
10
11 .wpda_more_button {
12 width: 100%;
13 }
14
15 .wpda_geo_globe {
16 font-size: 150%;
17 vertical-align: middle;
18 }
19
20 .wpda_geo_map {
21 display: none;
22 width: 100%;
23 margin-top: 10px;
24 }
25
26 div.wpda_geo_map div.wpdapro_geolocation_container {
27 width: 100%;
28 }
29
30 table.dataTable tbody td.wpda_geo_map_marker {
31 background: url('../images/spotlight.png') right top no-repeat;
32 position: relative;
33 }
34
35 table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link,
36 table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link {
37 display: inline-block;
38 position: absolute;
39 font-weight: bold;
40 color: black;
41 }
42
43 table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link a,
44 table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link a {
45 color: black;
46 }
47
48 table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link {
49 top: 2px;
50 right: 0;
51 width: 28px;
52 text-align: center;
53 }
54
55 table.dataTable tbody td.wpda_geo_map_marker_before {
56 background: url('../images/spotlight.png') left top no-repeat;
57 position: relative;
58 padding-left: 35px;
59 }
60
61 table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link {
62 top: 4px;
63 left: 8px;
64 }
65
66 .wpda_range_filter {
67 margin-bottom: 5px;
68 }
69
70 .wpda_range_filter select,
71 .wpda_range_filter input {
72 font-size: initial;
73 }
74
75 .wpda_range_filter_globe {
76 float: right;
77 margin: 8px;
78 }
79
80 th.wpda_geo_distance,
81 td.wpda_geo_distance {
82 text-align: right;
83 }
84
85 table.dataTable, table.dataTable th, table.dataTable td {
86 box-sizing: border-box;
87 }
88
89 table.wpda-child-modal {
90 border: none;
91 }
92 table.wpda-child-modal tbody {
93 overflow-y: auto;
94 overflow-x: hidden;
95 }
96 table.wpda-child-modal tbody td:first-child {
97 min-width: 15vw;
98 }
99 table.wpda-child-modal tbody td:last-child {
100 min-width: 25vw;
101 }
102 table.wpda-child-table tbody td.wpda-child-label {
103 font-weight: normal;
104 }
105 table.wpda-child-table tbody td.wpda-child-value {
106 font-weight: bold;
107 }
108 table.wpda-child-modal div.wpda-modal-footer {
109 padding-top: 10px;
110 text-align: center;
111 }
112
113 body div.dtr-modal div.dtr-modal-display {
114 width: min-content;
115 display: inline-table;
116 height: unset;
117 }
118 div.dtr-modal-content table.wpda-child-modal thead,
119 div.dtr-modal-content table.wpda-child-modal tbody,
120 div.dtr-modal-content table.wpda-child-modal tfoot {
121 display: block;
122 }
123 div.dtr-modal-content table.wpda-child-modal tbody {
124 max-height: 50vh;
125 }
126 div.dtr-modal-content table.wpda-child-table {
127 display: table-cell;
128 }
129 body div.dtr-modal {
130 z-index: 999999 !important;
131 }
132 .pagination .next::after {
133 content: none;
134 }
135 div.dataTables_wrapper.dt-bootstrap .dataTables_paginate .paginate_button {
136 border: none !important;
137 }
138
139 div.dtr-modal-content h2 {
140 text-align: center;
141 }
142
143 table.wpda-child-expanded,
144 table.dataTable table.wpda-child-expanded > tr > td {
145 padding: 0;
146 margin: 0;
147 border: none;
148 width: 100%;
149 }
150 table.dataTable.dtr-inline.collapsed>tbody>tr>td.child {
151 padding: 0 !important;
152 border: none;
153 }
154 table.dataTable.dtr-inline.collapsed>tbody>tr>td.child table {
155 margin: 0;
156 }
157
158 /* RESET jQuery UI */
159 div.dataTables_wrapper.dt-jqueryui .dataTables_filter input,
160 div.dataTables_wrapper.dt-jqueryui .dataTables_length select {
161 color: inherit;
162 }
163 div.dataTables_wrapper.dt-jqueryui table.dataTable,
164 div.dataTables_wrapper.dt-jqueryui table.dataTable th,
165 div.dataTables_wrapper.dt-jqueryui table.dataTable td {
166 box-sizing: border-box;
167 }
168 div.dataTables_wrapper.dt-jqueryui table.dataTable,
169 div.dataTables_wrapper.dt-jqueryui table.dataTable a {
170 _color: inherit;
171 }
172 div.dataTables_wrapper.dt-jqueryui table.dataTable a {
173 font-weight: bold;
174 }
175 div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
176 div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
177 box-sizing: border-box;
178 background-color: unset;
179 color: inherit;
180 font-weight: bold;
181 padding-top: 1px;
182 height: 1.25em;
183 width: 1.25em;
184 }
185 div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
186 padding-left: 40px;
187 }
188 div.dataTables_wrapper.dt-jqueryui table.dataTable tbody tr:not(.selected) {
189 background-color: transparent;
190 }
191 input.wpda-close-button,
192 input.wpda-close-button:hover {
193 border: none;
194 }
195 input.wpda-close-button:hover {
196 color: initial;
197 }
198
199 /* Set table defaults */
200 div.wpda_publication_container {
201 margin: 1em 0;
202 }
203
204 div.wpda_publication_container .dataTables_wrapper .dataTables_length label,
205 div.wpda_publication_container .dataTables_wrapper .dataTables_filter label {
206 margin-bottom: 0;
207 }
208
209 div.wpda_publication_container .dataTables_wrapper .dataTables_length select,
210 div.wpda_publication_container .dataTables_wrapper .dataTables_filter input,
211 div.wpda_publication_container table.dataTable.wpda-datatable thead select,
212 div.wpda_publication_container table.dataTable.wpda-datatable thead input,
213 div.wpda_publication_container table.dataTable.wpda-datatable tfoot select,
214 div.wpda_publication_container table.dataTable.wpda-datatable tfoot input {
215 margin: 0;
216 font-size: initial;
217 border: 1px solid #aaa; /* datatables default */
218 background: transparent;
219 }
220
221 div.wpda_publication_container table.dataTable.wpda-datatable thead select,
222 div.wpda_publication_container table.dataTable.wpda-datatable thead input,
223 div.wpda_publication_container table.dataTable.wpda-datatable tfoot select,
224 div.wpda_publication_container table.dataTable.wpda-datatable tfoot input {
225 padding: 5px;
226 height: unset;
227 }
228
229 div.wpda_publication_container .dataTables_wrapper .dataTables_filter input {
230 margin-left: 0.2em;
231 }
232
233 div.dataTables_wrapper.dt-jqueryui .dataTables_filter input,
234 div.dataTables_wrapper.dt-jqueryui .dataTables_length select {
235 color: inherit;
236 }
237
238 div.wpda_publication_container table.dataTable.wpda-datatable {
239 display: inline-table;
240 margin: 0.2em 0;
241 padding: 0;
242 }
243
244 div.wpda_publication_container .dataTables_scrollHead table.dataTable.wpda-datatable {
245 display: table;
246 margin-bottom: 0;
247 }
248 div.wpda_publication_container .dataTables_scrollBody table.dataTable.wpda-datatable {
249 display: table;
250 margin: 0;
251 }
252 div.wpda_publication_container .dataTables_scrollFoot table.dataTable.wpda-datatable {
253 display: table;
254 margin-top: 0;
255 }
256
257 div.wpda_publication_container table.dataTable.wpda-datatable tbody tr:nth-child(even):not(.selected),
258 .modal-body table tbody tr:nth-child(even):not(.selected) {
259 background: #fff; /* datatables default */
260 }
261
262 div.wpda_publication_container .dataTables_wrapper .dataTables_info {
263 padding-top: 0.55em;
264 }
265
266 div.wpda_publication_container .dataTables_wrapper .dataTables_paginate {
267 padding-top: 0;
268 }
269
270 table.dataTable.wpda-datatable th {
271 padding: 8px 20px 8px 10px;
272 text-align: left;
273 }
274 table.dataTable.wpda-datatable td {
275 padding: 8px 10px;
276 text-align: left;
277 }
278
279 /* Responsive icon */
280 table.dataTable.wpda-datatable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control::before,
281 table.dataTable.wpda-datatable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control::before {
282 top: unset;
283 margin-top: 2px;
284 }
285
286 table.dataTable.wpda-datatable tbody tr td.child table.wpda-child-expanded>tr>td {
287 padding: 0;
288 }
289 table.dataTable.wpda-datatable tbody tr td.child table.wpda-child-expanded>tr>td table.wpda-child-table {
290 border: none;
291 }
292
293 table.dataTable.wpda-datatable th.wpda_format_number,
294 table.dataTable.wpda-datatable td.wpda_format_number,
295 table.dataTable.wpda-datatable th.wpda_format_date,
296 table.dataTable.wpda-datatable td.wpda_format_date {
297 white-space: nowrap;
298 overflow: hidden;
299 }
300
301 button.dt-button>span>i.fas {
302 font-size: 150%;
303 vertical-align: middle;
304 }
305 button.dt-button>span>i.wpda-space {
306 padding-right: 3px;
307 }
308
309 div.dataTables_wrapper div.dt-buttons,
310 div.dataTables_wrapper div.dataTables_length{
311 padding-right: 10px;
312 }
313
314 div.dataTables_wrapper div.dt-buttons button {
315 margin-bottom: 0;
316 }
317
318 div.dataTables_wrapper div.wpda-buttons {
319 display: flex;
320 }
321
322 div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon {
323 border: none !important;
324 background-color: transparent !important;
325 }
326
327 div.wpda_publication_container input[type="search"]::-webkit-search-cancel-button {
328 -webkit-appearance: searchfield-cancel-button;
329 }
330
331 .select-info .select-item {
332 display: none;
333 }
334 .select-info .select-item:first-child {
335 display: inline-block;
336 }