mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 22:00:23 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user