Adjust CSS for "Moved to the trash" message for a pingback in the dashboard.

Props zoerooney, codenameEli.
Fixes #28286.

Built from https://develop.svn.wordpress.org/trunk@28811


git-svn-id: http://core.svn.wordpress.org/trunk@28619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-06-24 00:03:16 +00:00
parent 396e77b643
commit 317e5c9616
5 changed files with 5 additions and 7 deletions

View File

@ -710,6 +710,7 @@ form.initial-form.quickpress-open input#title {
#activity-widget #the-comment-list div.undo {
background: none;
padding: 6px 0;
margin-right: 12px;
}
#activity-widget #the-comment-list .alternate,
@ -725,7 +726,6 @@ form.initial-form.quickpress-open input#title {
#activity-widget #the-comment-list img {
position: absolute;
right: 13px;
top: 13px;
}
@ -767,7 +767,6 @@ form.initial-form.quickpress-open input#title {
#activity-widget #the-comment-list .spam-undo-inside .avatar,
#activity-widget #the-comment-list .trash-undo-inside .avatar {
margin-left: 20px;
position: relative;
top: 0;
}

View File

@ -710,6 +710,7 @@ form.initial-form.quickpress-open input#title {
#activity-widget #the-comment-list div.undo {
background: none;
padding: 6px 0;
margin-left: 12px;
}
#activity-widget #the-comment-list .alternate,
@ -725,7 +726,6 @@ form.initial-form.quickpress-open input#title {
#activity-widget #the-comment-list img {
position: absolute;
left: 13px;
top: 13px;
}
@ -767,7 +767,6 @@ form.initial-form.quickpress-open input#title {
#activity-widget #the-comment-list .spam-undo-inside .avatar,
#activity-widget #the-comment-list .trash-undo-inside .avatar {
margin-right: 20px;
position: relative;
top: 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.0-alpha-20140623';
$wp_version = '4.0-alpha-20140624';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.