# posts-data-table/1.0.1/assets/css/posts-data-table.css

Posts Table with Search &amp; Sort, version 1.0.1. 39 lines.

- Page: https://pluginprobe.com/plugins/posts-data-table/1.0.1/code/assets/css/posts-data-table.css
- Raw: https://pluginprobe.com/plugins/posts-data-table/1.0.1/raw/assets/css/posts-data-table.css
- Modified: 2016-02-01T15:15:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/posts-data-table/1.0.1/code/assets/css/posts-data-table.css#L10-L20`.

```css

.dataTables_wrapper {
    margin-top: 1.2em;
    margin-bottom: 2.2em;
}
.dataTables_wrapper table {
    table-layout: auto;
    margin-bottom: 0 !important;
}
.dataTables_wrapper td, .dataTables_wrapper th {
    vertical-align: top;
    text-align: left;
}
table.dataTable.nowrap td.child {
    white-space: normal;
}
.dataTables_wrapper label {
    font-weight: normal;
}
.dataTables_wrapper .dataTables_length select {
    margin: 0;
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
    padding: 0.2em 0.5em;
    margin-bottom: 0;
    width: auto;
}
.dataTables_wrapper .dataTables_length {
    padding-top: 0.1em;
}
.dataTables_wrapper .dataTables_filter {
    padding-bottom: 0.6em;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0.35em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.35em 0.8em;
}
```
