PluginProbe
Posts Table with Search & Sort / 1.0.3
Posts Table with Search & Sort v1.0.3
1.4.13 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 All 40 releases
posts-data-table / assets / css / posts-data-table.css

posts-data-table.css in Posts Table with Search & Sort 1.0.3, at assets/css/posts-data-table.css

39 lines 902 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }