mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
Add spacing between elements, correct vertical alignment in Add New Category form. Fixes #26291, props mattheu.
git-svn-id: https://develop.svn.wordpress.org/trunk@26443 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
af4c711238
commit
15728818b0
@ -4149,6 +4149,12 @@ input#link_url {
|
||||
.category-add select {
|
||||
width: 100%;
|
||||
max-width: 260px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
#side-sortables .category-add input[type="text"],
|
||||
#side-sortables .category-add select {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
.press-this #side-sortables .category-tabs li,
|
||||
|
Loading…
x
Reference in New Issue
Block a user