mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Make the Add new Category fields up to 260px wide, fixes #19339
git-svn-id: https://develop.svn.wordpress.org/trunk@19546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2946,9 +2946,10 @@ input#link_url {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#side-sortables .category-add input[type="text"],
|
||||
#side-sortables .category-add select {
|
||||
.category-add input[type="text"],
|
||||
.category-add select {
|
||||
width: 100%;
|
||||
max-width: 260px;
|
||||
}
|
||||
|
||||
#post-body ul.category-tabs,
|
||||
@@ -3362,11 +3363,6 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#normal-sortables .category-add input[type="text"],
|
||||
#normal-sortables .category-add select {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
#post-body ul.category-tabs,
|
||||
#post-body ul.add-menu-item-tabs {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user