mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 22:45:39 +00:00
Fix comments postbox:
- Add comment button text. - Positioning of the Author, Email, URL fields. Fixes #32349. Built from https://develop.svn.wordpress.org/trunk@32495 git-svn-id: http://core.svn.wordpress.org/trunk@32465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ede6d64e7b
commit
fe427017a5
@ -125,7 +125,8 @@ strong .post-com-count:after {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edithead .inside {
|
#edithead .inside,
|
||||||
|
#commentsdiv #edithead .inside {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 3px 5px 2px 0;
|
padding: 3px 5px 2px 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -357,6 +358,11 @@ table.fixed {
|
|||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#commentsdiv #edithead .inside input {
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
.sorting-indicator {
|
.sorting-indicator {
|
||||||
display: none;
|
display: none;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
@ -125,7 +125,8 @@ strong .post-com-count:after {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edithead .inside {
|
#edithead .inside,
|
||||||
|
#commentsdiv #edithead .inside {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 3px 0 2px 5px;
|
padding: 3px 0 2px 5px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -357,6 +358,11 @@ table.fixed {
|
|||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#commentsdiv #edithead .inside input {
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
.sorting-indicator {
|
.sorting-indicator {
|
||||||
display: none;
|
display: none;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -397,7 +397,7 @@ commentReply = {
|
|||||||
});
|
});
|
||||||
} else if ( action == 'add' ) {
|
} else if ( action == 'add' ) {
|
||||||
$('#addhead, #addbtn', editRow).show();
|
$('#addhead, #addbtn', editRow).show();
|
||||||
$('#replyhead, #replybtn, #edithead, #editbtn', editRow).hide();
|
$('#replyhead, #replybtn, #edithead, #savebtn', editRow).hide();
|
||||||
$('#the-comment-list').prepend(editRow);
|
$('#the-comment-list').prepend(editRow);
|
||||||
$('#replyrow').fadeIn(300);
|
$('#replyrow').fadeIn(300);
|
||||||
} else {
|
} else {
|
||||||
|
2
wp-admin/js/edit-comments.min.js
vendored
2
wp-admin/js/edit-comments.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-alpha-32494';
|
$wp_version = '4.3-alpha-32495';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user