| 1 |
|
| 2 |
.dataTables_wrapper { |
| 3 |
margin-top: 1.2em; |
| 4 |
margin-bottom: 2.2em; |
| 5 |
} |
| 6 |
.dataTables_wrapper table { |
| 7 |
table-layout: auto; |
| 8 |
margin-bottom: 0 !important; |
| 9 |
} |
| 10 |
.dataTables_wrapper td, .dataTables_wrapper th { |
| 11 |
vertical-align: top; |
| 12 |
text-align: left; |
| 13 |
} |
| 14 |
table.dataTable.nowrap td.child { |
| 15 |
white-space: normal; |
| 16 |
} |
| 17 |
.dataTables_wrapper label { |
| 18 |
font-weight: normal; |
| 19 |
} |
| 20 |
.dataTables_wrapper .dataTables_length select { |
| 21 |
margin: 0; |
| 22 |
} |
| 23 |
.dataTables_wrapper .dataTables_filter input[type="search"] { |
| 24 |
padding: 0.2em 0.5em; |
| 25 |
margin-bottom: 0; |
| 26 |
width: auto; |
| 27 |
} |
| 28 |
.dataTables_wrapper .dataTables_length { |
| 29 |
padding-top: 0.1em; |
| 30 |
} |
| 31 |
.dataTables_wrapper .dataTables_filter { |
| 32 |
padding-bottom: 0.6em; |
| 33 |
} |
| 34 |
.dataTables_wrapper .dataTables_paginate { |
| 35 |
padding-top: 0.35em; |
| 36 |
} |
| 37 |
.dataTables_wrapper .dataTables_paginate .paginate_button { |
| 38 |
padding: 0.35em 0.8em; |
| 39 |
} |