Ticket #22453: 22453.media-view.2.patch
File 22453.media-view.2.patch, 1.9 KB (added by , 12 years ago) |
---|
-
wp-includes/css/media-views.css
1 1 /** 2 2 * Base Styles 3 3 */ 4 5 4 .media-frame input, 6 5 .media-frame textarea { 7 6 padding: 6px 8px; … … 632 631 border-radius: 0; 633 632 } 634 633 635 636 634 /** 637 635 * Attachments Browser 638 636 */ … … 644 642 height: 50px; 645 643 } 646 644 647 648 645 .attachments-browser .media-toolbar-primary > .media-button, 649 646 .attachments-browser .media-toolbar-primary > .media-button-group, 650 647 .attachments-browser .media-toolbar-secondary > .media-button, … … 669 666 color: #999; 670 667 } 671 668 672 673 669 /** 674 670 * Progress Bar 675 671 */ -
wp-includes/css/media-views-rtl.css
16 16 /** 17 17 * Toolbar 18 18 */ 19 .media-frame > .media-toolbar {19 .media-frame-toolbar > .media-toolbar { 20 20 left: 0; 21 21 right: 200px; 22 22 border-width: 1px 0 0 0; … … 95 95 padding-left: 1px; 96 96 } 97 97 98 99 98 /** 100 99 * Menu 101 100 */ … … 108 107 } 109 108 110 109 /** 110 * Attachment Browser Filters 111 */ 112 .media-frame select.attachment-filters { 113 margin-right: 0; 114 margin-left: 10px; 115 } 116 117 /** 111 118 * Frame 112 119 */ 113 120 .media-frame .region-content { … … 144 151 float: right; 145 152 } 146 153 147 .attachment.library.selected:after {148 right: auto;149 left: -1px;150 border-width: 0 1px 1px 0;151 152 box-shadow: 1px 1px 0 rgba( 0, 0, 0, 0.1 );153 }154 155 154 .attachment .icon, 156 155 .attachment .thumbnail { 157 156 left: auto; 158 157 right: 0; 159 158 } 160 159 161 .attachment .insert {162 left: auto;163 right: 7px;164 }165 166 160 .attachment .close { 167 161 right: auto; 168 162 left: 5px; 169 163 } 170 164 165 .attachment .check { 166 right: auto; 167 left: -7px; 168 } 171 169 172 170 /** 173 171 * Progress Bar … … 212 210 background-image: linear-gradient(to right, rgba( 255, 255, 255, 1 ) , rgba( 255, 255, 255, 0 ) ); 213 211 } 214 212 215 216 213 /** 217 214 * Selection Preview 218 215 */