Ticket #28800: media-views.css.diff
| File media-views.css.diff, 569 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/css/media-views.css
2686 2686 .edit-attachment-frame .attachment-info .thumbnail { 2687 2687 max-width: none; 2688 2688 max-height: none; 2689 width: 100%; 2689 2690 } 2690 2691 2691 2692 .edit-attachment-frame .attachment-info .thumbnail-image img { … … 2698 2699 } 2699 2700 2700 2701 .edit-attachment-frame .attachment-info .thumbnail img { 2701 max-width: none;2702 max-width: 100%; 2702 2703 max-height: 50%; 2703 2704 } 2704 2705