PluginProbe
Posts Table with Search & Sort / 1.0.6
Posts Table with Search & Sort v1.0.6
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.6, at assets/css/posts-data-table.css

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