mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 11:15:44 +03:00
Manage Pledge: Enable pledge admins to edit contributors from manage form
This commit is contained in:
parent
77391b5c46
commit
b1b2ba9732
6 changed files with 63 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue