Changeset 33269
- Timestamp:
- 07/14/2015 05:45:55 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r33268 r33269 365 365 } 366 366 367 table.media .column-title . row-actions {367 table.media .column-title .has-media-icon ~ .row-actions { 368 368 margin-left: 70px; /* 60px image + margin */ 369 369 } -
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r33268 r33269 348 348 } 349 349 350 $class = $thumb ? ' class="has-media-icon"' : ''; 351 350 352 ?> 351 <strong >353 <strong<?php echo $class; ?>> 352 354 <?php echo $link_start; ?> 353 355 <?php if ( $thumb ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.