Ticket #22732: 22732.2.diff
| File 22732.2.diff, 1.7 KB (added by lessbloat, 6 months ago) |
|---|
-
wp-includes/css/media-views.css
174 174 */ 175 175 .media-sidebar { 176 176 position: absolute; 177 *position: fixed; /* IE7 */ 177 178 top: 0; 178 179 right: 0; 179 180 bottom: 0; 181 *top: 105px; /* IE7 */ 182 *right: 30px; /* IE7 */ 183 *bottom: 90px; /* IE7 */ 180 184 width: 267px; 181 185 padding: 0 16px 24px; 182 186 z-index: 75; 183 187 background: #f5f5f5; 184 188 border-left: 1px solid #dfdfdf; 189 *border-top: 1px solid #dfdfdf; /* IE7 */ 185 190 overflow: auto; 186 191 -webkit-overflow-scrolling: touch; 187 192 } … … 257 262 width: 65%; 258 263 *width: 55%; /* IE7 */ 259 264 float: right; 265 *float: left; /* IE7 */ 260 266 } 261 267 262 268 .media-sidebar .setting textarea, … … 622 628 position: relative; 623 629 width: 199px; 624 630 height: 199px; 631 *width: 120px; /* IE7 */ 632 *height: 120px; /* IE7 */ 625 633 box-shadow: 626 634 inset 0 0 15px rgba( 0, 0, 0, 0.1 ), 627 635 inset 0 0 0 1px rgba( 0, 0, 0, 0.05 ); … … 669 677 left: 0; 670 678 width: 100%; 671 679 height: 100%; 680 *left: -50%; 681 *width: 80%; 682 *height: 80%; 672 683 -webkit-transform: translate( 50%, 50% ); 673 684 -moz-transform: translate( 50%, 50% ); 674 685 -ms-transform: translate( 50%, 50% ); … … 706 717 .attachment-preview .thumbnail { 707 718 width: 199px; 708 719 height: 199px; 720 *width: 120px; /* IE7 */ 721 *height: 120px; /* IE7 */ 709 722 } 710 723 711 724 .attachment .thumbnail img { … … 814 827 width: 100%; 815 828 height: 100%; 816 829 overflow: hidden; 830 *overflow: visible; /* IE7 */ 817 831 } 818 832 819 833 .attachments-browser .media-toolbar { … … 836 850 right: 300px; 837 851 bottom: 0; 838 852 overflow: auto; 853 *overflow: visible; /* IE7 */ 839 854 } 840 855 841 856 .attachments-browser .instructions {
