mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix quick editing of last page in Edit Pages, props yoshi, fixes #8044
git-svn-id: https://develop.svn.wordpress.org/trunk@9495 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2545,17 +2545,17 @@ fieldset {
|
||||
.inline-editor .modified input {
|
||||
padding: 2px 1px;
|
||||
margin: 1px;
|
||||
width: 18px;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.inline-editor .date input[name="aa"],
|
||||
.inline-editor .modified input[name="aa"] {
|
||||
width: 30px;
|
||||
width: 3.5em;
|
||||
}
|
||||
|
||||
#wpbody-content .inline-editor .date select,
|
||||
#wpbody-content .inline-editor .modified select {
|
||||
width: 80px;
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.inline-editor .categories,
|
||||
|
||||
Reference in New Issue
Block a user