|
| 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: 0.85em; |
| 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 | +div.dataTables_wrapper div.dataTables_processing { |
| 58 | + position: absolute; |
| 59 | + top: 50%; |
| 60 | + left: 50%; |
| 61 | + width: 200px; |
| 62 | + margin-left: -100px; |
| 63 | + margin-top: -26px; |
| 64 | + text-align: center; |
| 65 | + padding: 1em 0; |
| 66 | +} |
| 67 | + |
| 68 | +table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, |
| 69 | +table.dataTable thead > tr > td.sorting_asc, |
| 70 | +table.dataTable thead > tr > td.sorting_desc, |
| 71 | +table.dataTable thead > tr > td.sorting { |
| 72 | + padding-right: 30px; |
| 73 | +} |
| 74 | +table.dataTable thead > tr > th:active, |
| 75 | +table.dataTable thead > tr > td:active { |
| 76 | + outline: none; |
| 77 | +} |
| 78 | +table.dataTable thead .sorting, |
| 79 | +table.dataTable thead .sorting_asc, |
| 80 | +table.dataTable thead .sorting_desc, |
| 81 | +table.dataTable thead .sorting_asc_disabled, |
| 82 | +table.dataTable thead .sorting_desc_disabled { |
| 83 | + cursor: pointer; |
| 84 | + position: relative; |
| 85 | +} |
| 86 | +table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, |
| 87 | +table.dataTable thead .sorting_asc:before, |
| 88 | +table.dataTable thead .sorting_asc:after, |
| 89 | +table.dataTable thead .sorting_desc:before, |
| 90 | +table.dataTable thead .sorting_desc:after, |
| 91 | +table.dataTable thead .sorting_asc_disabled:before, |
| 92 | +table.dataTable thead .sorting_asc_disabled:after, |
| 93 | +table.dataTable thead .sorting_desc_disabled:before, |
| 94 | +table.dataTable thead .sorting_desc_disabled:after { |
| 95 | + position: absolute; |
| 96 | + bottom: 0.9em; |
| 97 | + display: block; |
| 98 | + opacity: 0.3; |
| 99 | +} |
| 100 | +table.dataTable thead .sorting:before, |
| 101 | +table.dataTable thead .sorting_asc:before, |
| 102 | +table.dataTable thead .sorting_desc:before, |
| 103 | +table.dataTable thead .sorting_asc_disabled:before, |
| 104 | +table.dataTable thead .sorting_desc_disabled:before { |
| 105 | + right: 1em; |
| 106 | + content: "\2191"; |
| 107 | +} |
| 108 | +table.dataTable thead .sorting:after, |
| 109 | +table.dataTable thead .sorting_asc:after, |
| 110 | +table.dataTable thead .sorting_desc:after, |
| 111 | +table.dataTable thead .sorting_asc_disabled:after, |
| 112 | +table.dataTable thead .sorting_desc_disabled:after { |
| 113 | + right: 0.5em; |
| 114 | + content: "\2193"; |
| 115 | +} |
| 116 | +table.dataTable thead .sorting_asc:before, |
| 117 | +table.dataTable thead .sorting_desc:after { |
| 118 | + opacity: 1; |
| 119 | +} |
| 120 | +table.dataTable thead .sorting_asc_disabled:before, |
| 121 | +table.dataTable thead .sorting_desc_disabled:after { |
| 122 | + opacity: 0; |
| 123 | +} |
| 124 | + |
| 125 | +div.dataTables_scrollHead table.dataTable { |
| 126 | + margin-bottom: 0 !important; |
| 127 | +} |
| 128 | + |
| 129 | +div.dataTables_scrollBody table { |
| 130 | + border-top: none; |
| 131 | + margin-top: 0 !important; |
| 132 | + margin-bottom: 0 !important; |
| 133 | +} |
| 134 | +div.dataTables_scrollBody table thead .sorting:after, |
| 135 | +div.dataTables_scrollBody table thead .sorting_asc:after, |
| 136 | +div.dataTables_scrollBody table thead .sorting_desc:after { |
| 137 | + display: none; |
| 138 | +} |
| 139 | +div.dataTables_scrollBody table tbody tr:first-child th, |
| 140 | +div.dataTables_scrollBody table tbody tr:first-child td { |
| 141 | + border-top: none; |
| 142 | +} |
| 143 | + |
| 144 | +div.dataTables_scrollFoot table { |
| 145 | + margin-top: 0 !important; |
| 146 | + border-top: none; |
| 147 | +} |
| 148 | + |
| 149 | +@media screen and (max-width: 767px) { |
| 150 | + div.dataTables_wrapper div.dataTables_length, |
| 151 | + div.dataTables_wrapper div.dataTables_filter, |
| 152 | + div.dataTables_wrapper div.dataTables_info, |
| 153 | + div.dataTables_wrapper div.dataTables_paginate { |
| 154 | + text-align: center; |
| 155 | + } |
| 156 | +} |
| 157 | +table.dataTable.table-condensed > thead > tr > th { |
| 158 | + padding-right: 20px; |
| 159 | +} |
| 160 | +table.dataTable.table-condensed .sorting:after, |
| 161 | +table.dataTable.table-condensed .sorting_asc:after, |
| 162 | +table.dataTable.table-condensed .sorting_desc:after { |
| 163 | + top: 6px; |
| 164 | + right: 6px; |
| 165 | +} |
| 166 | + |
| 167 | +table.table-bordered.dataTable { |
| 168 | + border-collapse: separate !important; |
| 169 | +} |
| 170 | +table.table-bordered.dataTable th, |
| 171 | +table.table-bordered.dataTable td { |
| 172 | + border-left-width: 0; |
| 173 | +} |
| 174 | +table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, |
| 175 | +table.table-bordered.dataTable td:last-child, |
| 176 | +table.table-bordered.dataTable td:last-child { |
| 177 | + border-right-width: 0; |
| 178 | +} |
| 179 | +table.table-bordered.dataTable tbody th, |
| 180 | +table.table-bordered.dataTable tbody td { |
| 181 | + border-bottom-width: 0; |
| 182 | +} |
| 183 | + |
| 184 | +div.dataTables_scrollHead table.table-bordered { |
| 185 | + border-bottom-width: 0; |
| 186 | +} |
| 187 | + |
| 188 | +div.table-responsive > div.dataTables_wrapper > div.row { |
| 189 | + margin: 0; |
| 190 | +} |
| 191 | +div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { |
| 192 | + padding-left: 0; |
| 193 | +} |
| 194 | +div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { |
| 195 | + padding-right: 0; |
| 196 | +} |
0 commit comments