mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
Fix top margin in bulk edit posts git-svn-id: https://develop.svn.wordpress.org/trunk@18158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1985,8 +1985,7 @@ tr.inline-edit-row td {
|
||||
width: 69%;
|
||||
}
|
||||
|
||||
#wpbody-content .inline-edit-row-page .inline-edit-col-right,
|
||||
#wpbody-content .bulk-edit-row-post .inline-edit-col-right {
|
||||
#wpbody-content .inline-edit-row-page .inline-edit-col-right {
|
||||
margin-top: 27px;
|
||||
}
|
||||
|
||||
@@ -2078,6 +2077,11 @@ tr.inline-edit-row td {
|
||||
margin-right: 0.5em
|
||||
}
|
||||
|
||||
.inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input {
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
|
||||
/* Styling */
|
||||
.inline-edit-row h4 {
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user