Dashboard: Ensure images other than avatars (such as emoji replacements) in recent comments are not incorrectly positioned.
props SergeyBiryukov. fixes #31919. Built from https://develop.svn.wordpress.org/trunk@32076 git-svn-id: http://core.svn.wordpress.org/trunk@32055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4e7cb5e05d
commit
dbc8943dd5
|
@ -700,7 +700,7 @@ form.initial-form.quickpress-open input#title {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#activity-widget #the-comment-list img {
|
||||
#activity-widget #the-comment-list .avatar {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
}
|
||||
|
|
|
@ -700,7 +700,7 @@ form.initial-form.quickpress-open input#title {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#activity-widget #the-comment-list img {
|
||||
#activity-widget #the-comment-list .avatar {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-beta4-32075';
|
||||
$wp_version = '4.2-beta4-32076';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue