mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-28 00:14:27 +00:00
Quick/Bulk Edit: Position action buttons in close proximity.
Move the Submit and Cancel buttons in quick edit forms to be next to each other and change the order of the buttons. Improve accessibility for low vision and cognitive impairments for quick editing. Props afercia, marybaum. Fixes #55364. git-svn-id: https://develop.svn.wordpress.org/trunk@53023 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -914,12 +914,26 @@ tr.inline-edit-row td,
|
||||
}
|
||||
|
||||
.inline-edit-row .submit {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
clear: both;
|
||||
padding: 0.5em;
|
||||
margin: 0.5em 0 0;
|
||||
}
|
||||
|
||||
.inline-edit-save.submit .button {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.inline-edit-save .spinner {
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.inline-edit-row .notice-error {
|
||||
box-sizing: border-box;
|
||||
min-width: 100%;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user