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
| 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 |