Ticket #5911: 5911-iconpretty.diff
| File 5911-iconpretty.diff, 843 bytes (added by , 18 years ago) |
|---|
-
wp-admin/edit-attachment-rows.php
43 43 44 44 case 'icon': 45 45 ?> 46 <td class="media-icon"><?php echo wp_get_attachment_link($post->ID, array( 60, 40), false, true); ?></td>46 <td class="media-icon"><?php echo wp_get_attachment_link($post->ID, array(80, 60), false, true); ?></td> 47 47 <?php 48 48 // TODO 49 49 break; -
wp-admin/wp-admin.css
502 502 } 503 503 504 504 td.media-icon img { 505 max-width: 60px;506 max-height: 40px;505 max-width: 80px; 506 max-height: 60px; 507 507 } 508 508 509 509 #update-nag, .plugin-update {