PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.35
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.35
5.5.84 5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 5.5.42 All 160 releases
wp-data-access / WPDataProjects / assets / css / wpdp_style.css

wpdp_style.css in WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards 5.5.35, at WPDataProjects/assets/css/wpdp_style.css

43 lines 617 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpdp-md-table {
2 padding: 0;
3 background-color: #fff;
4 width: 100%;
5 border: none;
6 border-spacing: 0;
7 border-collapse: collapse;
8 }
9
10 .wpdp-md-table th {
11 background-color: #f9f9f9;
12 }
13
14 .row-show-less-more {
15 display: none;
16 }
17
18 fieldset.wpdp_fieldset legend {
19 margin: 0 0 0 auto;
20 }
21
22 .wpdp-table-structure tbody tr {
23 background-color: inherit !important;
24 }
25
26 .wpdp-button-panel {
27 text-align: center;
28 padding-top: 10px;
29 }
30
31 .wpdp-spacer {
32 height: 5px;
33 }
34
35 .wpdp-label-column {
36 width: 170px !important;
37 }
38
39 ul.wpdp-reconcile {
40 list-style: inherit;
41 margin-left: 20px;
42 }
43