Make WordPress Core

Changeset 22604


Ignore:
Timestamp:
11/15/2012 11:58:33 PM (11 years ago)
Author:
koopersmith
Message:

Media: RTL styles for the media modal. props ocean90. see #22453, #21390.

Location:
trunk/wp-includes
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r22603 r22604  
    173173    padding: 12px 10px 10px;
    174174    line-height: 28px;
    175     /*border-bottom: 1px solid #dfdfdf;*/
    176175}
    177176
     
    201200}
    202201
    203 /*.media-sidebar h3:before {
    204     content: '\25B8';
    205     display: block;
    206     position: absolute;
    207     top: -1px;
    208     left: -12px;
    209     font-size: 14px;
    210     color: #ccc;
    211 }
    212 */
    213202.media-sidebar .setting {
    214203    display: block;
     
    283272    text-align: right;
    284273}
     274
    285275.compat-item .label span {
    286276    display: block;
     
    784774 * Selection
    785775 */
    786 
    787776.media-selection {
    788777    position: absolute;
     
    890879 * Selection Preview
    891880 */
    892 
    893881.selection-preview {
    894882    position: relative;
     
    954942 * Attachment Details
    955943 */
    956 
    957944.attachment-details {
    958945    overflow: auto;
  • trunk/wp-includes/script-loader.php

    r22593 r22604  
    493493    $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
    494494
    495     $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls' );
     495    $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views' );
    496496    // Any rtl stylesheets that don't have a .min version
    497497    $no_suffix = array( 'farbtastic' );
Note: See TracChangeset for help on using the changeset viewer.