|
| 1 | +@charset "UTF-8"; |
| 2 | +td.dt-control { |
| 3 | + background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center; |
| 4 | + cursor: pointer; |
| 5 | +} |
| 6 | + |
| 7 | +tr.dt-hasChild td.dt-control { |
| 8 | + background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center; |
| 9 | +} |
| 10 | + |
| 11 | +table.dataTable th.dt-left, |
| 12 | +table.dataTable td.dt-left { |
| 13 | + text-align: left; |
| 14 | +} |
| 15 | +table.dataTable th.dt-center, |
| 16 | +table.dataTable td.dt-center, |
| 17 | +table.dataTable td.dataTables_empty { |
| 18 | + text-align: center; |
| 19 | +} |
| 20 | +table.dataTable th.dt-right, |
| 21 | +table.dataTable td.dt-right { |
| 22 | + text-align: right; |
| 23 | +} |
| 24 | +table.dataTable th.dt-justify, |
| 25 | +table.dataTable td.dt-justify { |
| 26 | + text-align: justify; |
| 27 | +} |
| 28 | +table.dataTable th.dt-nowrap, |
| 29 | +table.dataTable td.dt-nowrap { |
| 30 | + white-space: nowrap; |
| 31 | +} |
| 32 | +table.dataTable thead th.dt-head-left, |
| 33 | +table.dataTable thead td.dt-head-left, |
| 34 | +table.dataTable tfoot th.dt-head-left, |
| 35 | +table.dataTable tfoot td.dt-head-left { |
| 36 | + text-align: left; |
| 37 | +} |
| 38 | +table.dataTable thead th.dt-head-center, |
| 39 | +table.dataTable thead td.dt-head-center, |
| 40 | +table.dataTable tfoot th.dt-head-center, |
| 41 | +table.dataTable tfoot td.dt-head-center { |
| 42 | + text-align: center; |
| 43 | +} |
| 44 | +table.dataTable thead th.dt-head-right, |
| 45 | +table.dataTable thead td.dt-head-right, |
| 46 | +table.dataTable tfoot th.dt-head-right, |
| 47 | +table.dataTable tfoot td.dt-head-right { |
| 48 | + text-align: right; |
| 49 | +} |
| 50 | +table.dataTable thead th.dt-head-justify, |
| 51 | +table.dataTable thead td.dt-head-justify, |
| 52 | +table.dataTable tfoot th.dt-head-justify, |
| 53 | +table.dataTable tfoot td.dt-head-justify { |
| 54 | + text-align: justify; |
| 55 | +} |
| 56 | +table.dataTable thead th.dt-head-nowrap, |
| 57 | +table.dataTable thead td.dt-head-nowrap, |
| 58 | +table.dataTable tfoot th.dt-head-nowrap, |
| 59 | +table.dataTable tfoot td.dt-head-nowrap { |
| 60 | + white-space: nowrap; |
| 61 | +} |
| 62 | +table.dataTable tbody th.dt-body-left, |
| 63 | +table.dataTable tbody td.dt-body-left { |
| 64 | + text-align: left; |
| 65 | +} |
| 66 | +table.dataTable tbody th.dt-body-center, |
| 67 | +table.dataTable tbody td.dt-body-center { |
| 68 | + text-align: center; |
| 69 | +} |
| 70 | +table.dataTable tbody th.dt-body-right, |
| 71 | +table.dataTable tbody td.dt-body-right { |
| 72 | + text-align: right; |
| 73 | +} |
| 74 | +table.dataTable tbody th.dt-body-justify, |
| 75 | +table.dataTable tbody td.dt-body-justify { |
| 76 | + text-align: justify; |
| 77 | +} |
| 78 | +table.dataTable tbody th.dt-body-nowrap, |
| 79 | +table.dataTable tbody td.dt-body-nowrap { |
| 80 | + white-space: nowrap; |
| 81 | +} |
| 82 | + |
1 | 83 | table.dataTable { |
2 | 84 | clear: both; |
3 | 85 | margin-top: 6px !important; |
@@ -92,20 +174,22 @@ table.dataTable thead .sorting_desc_disabled:after { |
92 | 174 | bottom: 8px; |
93 | 175 | right: 8px; |
94 | 176 | display: block; |
95 | | - font-family: 'Glyphicons Halflings'; |
| 177 | + font-family: "Glyphicons Halflings"; |
96 | 178 | opacity: 0.5; |
97 | 179 | } |
98 | 180 | table.dataTable thead .sorting:after { |
99 | 181 | opacity: 0.2; |
100 | | - content: "\e150"; |
| 182 | + content: ""; |
101 | 183 | /* sort */ |
102 | 184 | } |
103 | 185 | table.dataTable thead .sorting_asc:after { |
104 | | - content: "\e155"; |
| 186 | + opacity: 0.5; |
| 187 | + content: ""; |
105 | 188 | /* sort-by-attributes */ |
106 | 189 | } |
107 | 190 | table.dataTable thead .sorting_desc:after { |
108 | | - content: "\e156"; |
| 191 | + opacity: 0.5; |
| 192 | + content: ""; |
109 | 193 | /* sort-by-attributes-alt */ |
110 | 194 | } |
111 | 195 | table.dataTable thead .sorting_asc_disabled:after, |
@@ -142,9 +226,9 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table { |
142 | 226 |
|
143 | 227 | @media screen and (max-width: 767px) { |
144 | 228 | div.dataTables_wrapper div.dataTables_length, |
145 | | - div.dataTables_wrapper div.dataTables_filter, |
146 | | - div.dataTables_wrapper div.dataTables_info, |
147 | | - div.dataTables_wrapper div.dataTables_paginate { |
| 229 | +div.dataTables_wrapper div.dataTables_filter, |
| 230 | +div.dataTables_wrapper div.dataTables_info, |
| 231 | +div.dataTables_wrapper div.dataTables_paginate { |
148 | 232 | text-align: center; |
149 | 233 | } |
150 | 234 | } |
@@ -182,9 +266,9 @@ div.dataTables_scrollHead table.table-bordered { |
182 | 266 | div.table-responsive > div.dataTables_wrapper > div.row { |
183 | 267 | margin: 0; |
184 | 268 | } |
185 | | -div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { |
| 269 | +div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child { |
186 | 270 | padding-left: 0; |
187 | 271 | } |
188 | | -div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { |
| 272 | +div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child { |
189 | 273 | padding-right: 0; |
190 | 274 | } |
0 commit comments