Make WordPress Core

Ticket #22453: 22453.media-view.2.patch

File 22453.media-view.2.patch, 1.9 KB (added by ocean90, 12 years ago)
  • wp-includes/css/media-views.css

     
    11/**
    22 * Base Styles
    33 */
    4 
    54.media-frame input,
    65.media-frame textarea {
    76        padding: 6px 8px;
     
    632631        border-radius: 0;
    633632}
    634633
    635 
    636634/**
    637635 * Attachments Browser
    638636 */
     
    644642        height: 50px;
    645643}
    646644
    647 
    648645.attachments-browser .media-toolbar-primary > .media-button,
    649646.attachments-browser .media-toolbar-primary > .media-button-group,
    650647.attachments-browser .media-toolbar-secondary > .media-button,
     
    669666        color: #999;
    670667}
    671668
    672 
    673669/**
    674670 * Progress Bar
    675671 */
  • wp-includes/css/media-views-rtl.css

     
    1616/**
    1717 * Toolbar
    1818 */
    19 .media-frame > .media-toolbar {
     19.media-frame-toolbar > .media-toolbar {
    2020        left: 0;
    2121        right: 200px;
    2222        border-width: 1px 0 0 0;
     
    9595        padding-left: 1px;
    9696}
    9797
    98 
    9998/**
    10099 * Menu
    101100 */
     
    108107}
    109108
    110109/**
     110 * Attachment Browser Filters
     111 */
     112.media-frame select.attachment-filters {
     113        margin-right: 0;
     114        margin-left: 10px;
     115}
     116
     117/**
    111118 * Frame
    112119 */
    113120.media-frame .region-content {
     
    144151        float: right;
    145152}
    146153
    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 
    155154.attachment .icon,
    156155.attachment .thumbnail {
    157156        left: auto;
    158157        right: 0;
    159158}
    160159
    161 .attachment .insert {
    162         left: auto;
    163         right: 7px;
    164 }
    165 
    166160.attachment .close {
    167161        right: auto;
    168162        left: 5px;
    169163}
    170164
     165.attachment .check {
     166        right: auto;
     167        left: -7px;
     168}
    171169
    172170/**
    173171 * Progress Bar
     
    212210        background-image:   linear-gradient(to right, rgba( 255, 255, 255, 1 ) ,  rgba( 255, 255, 255, 0 ) );
    213211}
    214212
    215 
    216213/**
    217214 * Selection Preview
    218215 */