mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 09:19:04 +00:00
Quick Edit for Tags, Categories and Link Categories, improvements to handling errors in quick and bulk edit.
git-svn-id: https://develop.svn.wordpress.org/trunk@9083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2151,7 +2151,9 @@ a.togbox {
|
||||
}
|
||||
|
||||
.inline-editor .post-title,
|
||||
.inline-editor .page-title {
|
||||
.inline-editor .page-title,
|
||||
.inline-editor .tax-name,
|
||||
.inline-editor .tax-slug {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
@@ -2162,7 +2164,9 @@ a.togbox {
|
||||
}
|
||||
|
||||
.inline-editor .post-title .ptitle,
|
||||
.inline-editor .page-title .ptitle {
|
||||
.inline-editor .page-title .ptitle,
|
||||
.inline-editor .tax-name .ptitle,
|
||||
.inline-editor .tax-slug .ptitle {
|
||||
width: 245px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 12px !important;
|
||||
@@ -2206,7 +2210,8 @@ a.togbox {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.inline-editor .categories {
|
||||
.inline-editor .categories,
|
||||
.inline-editor .column-posts {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
@@ -2271,11 +2276,13 @@ a.togbox {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.inline-editor .parent {
|
||||
.inline-editor .parent,
|
||||
.inline-editor .tax-parent {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
#wpbody-content .inline-editor .parent select {
|
||||
#wpbody-content .inline-editor .parent select,
|
||||
#wpbody-content .inline-editor .tax-parent select {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user