# wp-data-access/5.5.84/WPDataProjects/assets/css/wpdp_style.css

WP Data Access – App Builder for Tables, Forms, Charts, Maps &amp; Dashboards, version 5.5.84. 43 lines.

- Page: https://pluginprobe.com/plugins/wp-data-access/5.5.84/code/WPDataProjects/assets/css/wpdp_style.css
- Raw: https://pluginprobe.com/plugins/wp-data-access/5.5.84/raw/WPDataProjects/assets/css/wpdp_style.css
- Modified: 2026-09-16T18:01:32+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/wp-data-access/5.5.84/code/WPDataProjects/assets/css/wpdp_style.css#L10-L20`.

```css
.wpdp-md-table {
    padding: 0;
    background-color: #fff;
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.wpdp-md-table th {
    background-color: #f9f9f9;
}

.row-show-less-more {
    display: none;
}

fieldset.wpdp_fieldset legend {
    margin: 0 0 0 auto;
}

.wpdp-table-structure tbody tr {
    background-color: inherit !important;
}

.wpdp-button-panel {
    text-align: center;
    padding-top: 10px;
}

.wpdp-spacer {
    height: 5px;
}

.wpdp-label-column {
    width: 170px !important;
}

ul.wpdp-reconcile {
    list-style: inherit;
    margin-left: 20px;
}

```
