Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/DataTables-1.10.9/css/dataTables.foundation.css
1293 views
1
table.dataTable {
2
clear: both;
3
margin: 0.5em 0 !important;
4
max-width: none !important;
5
width: 100%;
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, table.dataTable.nowrap td {
18
white-space: nowrap;
19
}
20
21
div.dataTables_wrapper div.dataTables_length label {
22
float: left;
23
text-align: left;
24
margin-bottom: 0;
25
}
26
div.dataTables_wrapper div.dataTables_length select {
27
width: 75px;
28
margin-bottom: 0;
29
}
30
div.dataTables_wrapper div.dataTables_filter label {
31
float: right;
32
margin-bottom: 0;
33
}
34
div.dataTables_wrapper div.dataTables_filter input {
35
display: inline-block !important;
36
width: auto !important;
37
margin-bottom: 0;
38
margin-left: 0.5em;
39
}
40
div.dataTables_wrapper div.dataTables_info {
41
padding-top: 2px;
42
}
43
div.dataTables_wrapper div.dataTables_paginate {
44
float: right;
45
margin: 0;
46
}
47
48
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
49
table.dataTable thead > tr > td.sorting_asc,
50
table.dataTable thead > tr > td.sorting_desc,
51
table.dataTable thead > tr > td.sorting {
52
padding-right: 1.5rem;
53
}
54
table.dataTable thead > tr > th:active,
55
table.dataTable thead > tr > td:active {
56
outline: none;
57
}
58
table.dataTable thead .sorting,
59
table.dataTable thead .sorting_asc,
60
table.dataTable thead .sorting_desc {
61
cursor: pointer;
62
}
63
table.dataTable thead .sorting,
64
table.dataTable thead .sorting_asc,
65
table.dataTable thead .sorting_desc,
66
table.dataTable thead .sorting_asc_disabled,
67
table.dataTable thead .sorting_desc_disabled {
68
background-repeat: no-repeat;
69
background-position: center right;
70
}
71
table.dataTable thead .sorting {
72
background-image: url("../images/sort_both.png");
73
}
74
table.dataTable thead .sorting_asc {
75
background-image: url("../images/sort_asc.png");
76
}
77
table.dataTable thead .sorting_desc {
78
background-image: url("../images/sort_desc.png");
79
}
80
table.dataTable thead .sorting_asc_disabled {
81
background-image: url("../images/sort_asc_disabled.png");
82
}
83
table.dataTable thead .sorting_desc_disabled {
84
background-image: url("../images/sort_desc_disabled.png");
85
}
86
87
div.dataTables_scrollHead table {
88
margin-bottom: 0 !important;
89
}
90
91
div.dataTables_scrollBody table {
92
border-top: none;
93
margin-top: 0 !important;
94
margin-bottom: 0 !important;
95
}
96
div.dataTables_scrollBody table tbody tr:first-child th,
97
div.dataTables_scrollBody table tbody tr:first-child td {
98
border-top: none;
99
}
100
101
div.dataTables_scrollFoot table {
102
margin-top: 0 !important;
103
border-top: none;
104
}
105
106