| 1 |
|
| 2 |
table.posts-data-table { |
| 3 |
table-layout: auto; |
| 4 |
margin-bottom: 0 !important; |
| 5 |
} |
| 6 |
table.posts-data-table td { |
| 7 |
vertical-align: top; |
| 8 |
} |
| 9 |
table.posts-data-table th { |
| 10 |
line-height: 1.45; |
| 11 |
} |
| 12 |
table.posts-data-table thead .sorting_desc { |
| 13 |
background-position: 100% 40%; |
| 14 |
} |
| 15 |
table.posts-data-table thead .sorting_asc { |
| 16 |
background-position: 100% 60%; |
| 17 |
} |
| 18 |
table.posts-data-table.nowrap td.child { |
| 19 |
white-space: normal; |
| 20 |
} |
| 21 |
.dataTables_wrapper { |
| 22 |
margin-top: 1.2em; |
| 23 |
margin-bottom: 2.2em; |
| 24 |
} |
| 25 |
.dataTables_wrapper label { |
| 26 |
font-weight: normal; |
| 27 |
} |
| 28 |
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter { |
| 29 |
padding-bottom: 0.7em; |
| 30 |
} |
| 31 |
.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input[type="search"] { |
| 32 |
padding: 0.2em 0.5em; |
| 33 |
margin-bottom: 0; |
| 34 |
width: auto; |
| 35 |
height: auto; |
| 36 |
line-height: 1.25; |
| 37 |
} |
| 38 |
.dataTables_wrapper .dataTables_filter input[type="search"] { |
| 39 |
padding: 0.3em 0.5em; |
| 40 |
} |
| 41 |
.dataTables_wrapper .dataTables_info { |
| 42 |
padding-top: 0.8em; |
| 43 |
} |
| 44 |
.dataTables_wrapper .dataTables_paginate { |
| 45 |
padding-top: 0.5em; |
| 46 |
} |
| 47 |
.dataTables_wrapper .dataTables_paginate .paginate_button { |
| 48 |
padding: 0.3em 0.9em; |
| 49 |
box-shadow: none; |
| 50 |
} |