Media list table: Avoid PHP notices by using the proper variables.

Also visually tightens up the row actions.

props tyxla.
fixes #32657. see #29881.


git-svn-id: https://develop.svn.wordpress.org/trunk@32805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2015-06-16 21:32:53 +00:00
parent 195b61009f
commit 0433b87fdf
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -317,6 +317,10 @@ table.media .column-title .row-actions {
margin-left: 70px; /* 60px image + margin */
}
table.media .column-title .media-info p {
margin-bottom: 0.2em;
}
/* @todo: pick a consistent list table selector */
.wp-list-table a {
-webkit-transition: none;