mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-24 05:04:25 +00:00
Privacy: fix styling on personal data tables.
Props melchoyce, allendav. Fixes #43909. git-svn-id: https://develop.svn.wordpress.org/trunk@43216 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1115,11 +1115,23 @@ table.form-table td .updated p {
|
||||
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.privacy_requests tbody .has-request-results th {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.privacy_requests tbody .request-results th .notice {
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
.privacy_requests tbody td {
|
||||
background: #fff;
|
||||
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.privacy_requests tbody .has-request-results td {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.privacy_requests .status-request-confirmed th,
|
||||
.privacy_requests .status-request-confirmed td {
|
||||
background-color: #f7fcfe;
|
||||
@@ -1132,16 +1144,8 @@ table.form-table td .updated p {
|
||||
border-left-color: #d64d21;
|
||||
}
|
||||
|
||||
.privacy_requests .request-results .notice {
|
||||
margin: -2px 0 0;
|
||||
}
|
||||
|
||||
.privacy_requests .request-results .notice p {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.request-results td {
|
||||
padding: 0 0 1px;
|
||||
.privacy_requests .export_personal_data_failed a {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.status-label {
|
||||
|
||||
Reference in New Issue
Block a user