Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Publish security policies, subprocessors, certifications, and data practices on
[![Tested WP Version](https://img.shields.io/wordpress/plugin/tested/opentrust?style=flat-square)](https://wordpress.org/plugins/opentrust/)
[![Downloads](https://img.shields.io/wordpress/plugin/dt/opentrust?style=flat-square)](https://wordpress.org/plugins/opentrust/advanced/)

**Latest stable: [1.0.0](../../releases/tag/1.0.0)** · The `main` branch is active development and may contain unreleased changes.

</div>

---
Expand Down
25 changes: 0 additions & 25 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,31 +141,6 @@
margin: 0;
}

/* Logo upload */
.ot-logo-upload {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}

/* The logo is rendered on the dark hero/nav surface, so the admin preview
mirrors that background — otherwise a white-on-white logo vanishes. */
.ot-logo-preview img {
border: 1px solid #d1d5db;
border-radius: 4px;
padding: 10px 14px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
#111827;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ot-logo-upload .description {
flex-basis: 100%;
margin: 4px 0 0;
}

/* Certification meta box */
.ot-meta-field {
margin-bottom: 16px;
Expand Down
Loading
Loading