mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-15 06:45:47 +03:00
Style pledge form in wp-admin
This commit is contained in:
parent
161331deff
commit
b32fa5a0af
2 changed files with 57 additions and 1 deletions
|
@ -1 +1,37 @@
|
|||
/* rounded corners on contributor avatar */
|
||||
.pledge-form .form-field {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.pledge-form .form-field label {
|
||||
margin-bottom: 8px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.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],
|
||||
.pledge-form .form-field textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.pledge-form .form-field input[type=number] {
|
||||
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;
|
||||
}
|
||||
|
||||
.pledge-form .form-field__agree label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue