2019-10-09 01:29:35 +03:00
|
|
|
.pledge-form .form-field {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field label {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2019-11-20 18:01:00 +02:00
|
|
|
.pledge-form .form-field input[type="text"],
|
|
|
|
.pledge-form .form-field input[type="url"],
|
|
|
|
.pledge-form .form-field input[type="number"],
|
|
|
|
.pledge-form .form-field input[type="email"],
|
2019-10-09 01:29:35 +03:00
|
|
|
.pledge-form .form-field textarea {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
2019-11-20 18:01:00 +02:00
|
|
|
.pledge-form .form-field input[type="number"] {
|
2019-10-09 01:29:35 +03:00
|
|
|
max-width: 10em;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field > p {
|
|
|
|
margin-top: 8px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .form-field__logo input {
|
|
|
|
padding: 8px 0;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
2019-11-20 18:01:00 +02:00
|
|
|
.pledge-form .form-field .email-status {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .email-status.is-confirmed {
|
|
|
|
color: #297531;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .email-status.is-unconfirmed {
|
|
|
|
color: #c92c2c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .contributor-list-heading {
|
|
|
|
margin: 1rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pledge-form .contributor-list {
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2019-12-05 20:20:11 +02:00
|
|
|
.pledge-contributors.pledge-status__5ftf-deactivated .resend-confirm,
|
2019-11-20 18:01:00 +02:00
|
|
|
.pledge-contributors.pledge-status__draft .resend-confirm {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list th,
|
|
|
|
.contributor-list td,
|
|
|
|
.contributor-list th *,
|
|
|
|
.contributor-list td * {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list .avatar {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list .button-link-delete {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-list .button-link-delete .dashicons {
|
|
|
|
margin-top: -2px;
|
2019-10-09 01:29:35 +03:00
|
|
|
}
|
2024-05-23 12:32:10 +03:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
|