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

props pareshradadiya, afercia.
fixes #31984.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-04-21 20:41:28 +00:00
parent f003efc8aa
commit e8ee561a4f
5 changed files with 11 additions and 7 deletions

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);

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);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long