mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-11 14:00:13 +00:00
In wp_comment_reply() change the H5 headings in fieldset legends for better accessibility.
Also, add a "Edit Comment" legend before the Quick Edit form to pair it with "Reply to Comment" and "Add new Comment" and move the Name, Email, and URL fields after the Comment textarea. Props joedolson, afercia. Fixes #33757. git-svn-id: https://develop.svn.wordpress.org/trunk@34743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -24,11 +24,15 @@
|
||||
}
|
||||
|
||||
#save-action .spinner,
|
||||
#show-comments a,
|
||||
#show-comments .spinner {
|
||||
#show-comments a {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#show-comments .spinner {
|
||||
float: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#lost-connection-notice .spinner {
|
||||
visibility: visible;
|
||||
float: left;
|
||||
@@ -247,7 +251,8 @@ ul.category-tabs li,
|
||||
#normal-sortables .postbox #replyrow .submit {
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0 7px 5px;
|
||||
padding: 5px 7px 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#side-sortables .submitbox .submit input,
|
||||
|
||||
Reference in New Issue
Block a user