Manage Pledge: Enable pledge admins to edit contributors from manage form

This commit is contained in:
Kelly Dwan 2019-11-22 15:43:55 -05:00
parent 77391b5c46
commit b1b2ba9732
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
6 changed files with 63 additions and 12 deletions

View file

@ -55,10 +55,34 @@
}
}
input[type="submit"] {
input[type="submit"],
.button-primary {
display: inline-block;
height: auto;
padding: ms(-3) ms(0);
font-weight: 600;
}
.contributor-list {
margin-bottom: 1.5rem;
th,
td,
th *,
td * {
vertical-align: middle;
}
.avatar {
margin-right: 8px;
}
.button-link-delete {
text-decoration: none;
.dashicons {
margin-top: -2px;
}
}
}
}