Shiny Updates: Prevent the post-update success message from jumping.

props pareshradadiya, afercia.
fixes #31984.


git-svn-id: https://develop.svn.wordpress.org/trunk@32256 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-04-21 20:40:55 +00:00
parent 89dee9f379
commit 19c0b3f469

View File

@ -1164,7 +1164,9 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
}
.plugins .update .second,
.plugins .update .row-actions {
.plugins .update .row-actions,
.plugins .updated .second,
.plugins .updated .row-actions {
padding-bottom: 0;
}
@ -1245,7 +1247,7 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
content: '\f147';
}
.plugins .plugin-update {
.plugins .plugin-update-tr .plugin-update {
padding: 0;
border: none;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);