2022-12-15 17:41:53 +01:00
|
|
|
.add-new-h2, .view-switch, body.no-js .tablenav select[name^=action], body.no-js #doaction, body.no-js #doaction2 {
|
|
|
|
|
display: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-feedback_from img {
|
|
|
|
|
float:left;
|
|
|
|
|
margin-right:10px;
|
|
|
|
|
margin-top:3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widefat .column-feedback_from,
|
|
|
|
|
.widefat .column-feedback_date,
|
|
|
|
|
.widefat .column-feedback_source {
|
|
|
|
|
width: 17%;
|
|
|
|
|
}
|
|
|
|
|
.widefat .column-feedback_response {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widefat .column-feedback_response::before {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 782px) {
|
|
|
|
|
.widefat .column-feedback_response {
|
|
|
|
|
padding-left: 8px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-feedback_response .feedback_response__item {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 35% 1fr;
|
|
|
|
|
grid-row-gap: 8px;
|
|
|
|
|
}
|
|
|
|
|
.column-feedback_response .feedback_response__item-key,
|
|
|
|
|
.column-feedback_response .feedback_response__item-value {
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: flex;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
}
|
|
|
|
|
.column-feedback_response .feedback_response__item-value {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-feedback_response .feedback_response__mobile-separator {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 783px) {
|
|
|
|
|
.column-feedback_response .feedback_response__mobile-separator {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spam a {
|
|
|
|
|
color: #BC0B0B;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.untrash a {
|
|
|
|
|
color: #D98500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unspam a {
|
|
|
|
|
color: #D98500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-type-feedback #jetpack-check-feedback-spam {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
2023-01-25 20:43:46 +01:00
|
|
|
|
|
|
|
|
/* Modal styles */
|
|
|
|
|
|
|
|
|
|
/* Override Thickbox defaults */
|
|
|
|
|
#TB_overlay {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#TB_title {
|
|
|
|
|
border: none;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#TB_ajaxWindowTitle {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#TB_ajaxContent {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__wrapper {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
/* These strange paddings to add 48px with TB defaults */
|
|
|
|
|
padding: 0 33px 9px 33px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__header {
|
|
|
|
|
margin-bottom: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__header-title {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#TB_ajaxContent p.feedback-export-modal__header-subtitle {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
letter-spacing: -0.02em;
|
|
|
|
|
color: #000000;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__content {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
gap: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__footer {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__footer-column {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* override JP logo */
|
|
|
|
|
.feedback-export-modal__footer #jetpack-logo__icon {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__footer #jetpack-logo__icon path {
|
|
|
|
|
fill: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback-export-modal__footer .feedback-export-modal__footer-link {
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
letter-spacing: -0.02em;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #23282D;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card {
|
|
|
|
|
border-radius: var(--jp-border-radius, 4px);
|
|
|
|
|
box-shadow: 0 0 0 1px var(--jp-gray-10, #c3c4c7) inset;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 24px;
|
|
|
|
|
isolation: isolate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__body, .export-card__header {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__header {
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
gap: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__header-title {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__body {
|
|
|
|
|
gap: 32px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__body-description {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
letter-spacing: -0.02em;
|
|
|
|
|
color: #000000;
|
|
|
|
|
max-width: 60%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__body-description a {
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__body-description-footer {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 150%;
|
|
|
|
|
color: #757575;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__body-cta {
|
|
|
|
|
align-self: flex-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__body-cta .button-primary.export-button {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
letter-spacing: -0.01em;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background: #000000;
|
|
|
|
|
border: 1px solid #FFFFFF;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.export-card__beta-badge {
|
|
|
|
|
background: #2FB41F;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
line-height: 150%;
|
|
|
|
|
/* identical to box height, or 16px */
|
|
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|