Changeset 29055
- Timestamp:
- 07/10/2014 01:44:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r29053 r29055 2679 2679 top: 0; 2680 2680 left: 0; 2681 right: 50%; 2681 2682 margin-bottom: 0; 2682 padding: 2% 4% ;2683 right: 50%;2683 padding: 2% 4% 0; 2684 height: 98%; /* 100% - padding percentage above */ 2684 2685 } 2685 2686 2686 2687 .edit-attachment-frame .attachment-info .thumbnail { 2688 float: none; 2687 2689 max-width: none; 2688 max-height: none; 2690 max-height: 70%; 2691 margin-right: 0; 2689 2692 } 2690 2693 … … 2699 2702 2700 2703 .edit-attachment-frame .attachment-info .thumbnail img { 2701 max-width: none;2702 max-height: 50%;2704 max-width: 100%; 2705 max-height: 100%; 2703 2706 } 2704 2707
Note: See TracChangeset
for help on using the changeset viewer.