Add company reports functionality (#252)

* Reorder includes to be alphabetic
* Add reports and styling
This commit is contained in:
Paul Kevan 2024-05-23 10:32:10 +01:00 committed by GitHub
parent c04421f980
commit 1cabbc9729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 196 additions and 4 deletions

View file

@ -75,3 +75,17 @@
.contributor-list .button-link-delete .dashicons {
margin-top: -2px;
}
table#wporg-5ftf-company-report, #wporg-5ftf-company-report th, #wporg-5ftf-company-report td {
border: 1px solid #000;
border-collapse: collapse;
padding: 5px;
}
#wporg-5ftf-company-report td.center {
text-align: center;
}