Make WordPress Core

Ticket #17603: 17603.diff

File 17603.diff, 938 bytes (added by ryan, 13 years ago)
  • theme-options.php

     
    2222                return;
    2323
    2424        wp_enqueue_style( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.css', false, '2011-04-28' );
     25        if ( is_rtl() )
     26                wp_enqueue_style( 'twentyeleven-theme-options-rtl', get_template_directory_uri() . '/inc/theme-options-rtl.css', false, '2011-06-02' );
    2527        wp_enqueue_script( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.js', array( 'farbtastic' ), '2011-04-28' );
    2628        wp_enqueue_style( 'farbtastic' );
    2729}
  • theme-options-rtl.css

     
     1.image-radio-option label {
     2        float: right;
     3        margin: 0 2px 20px 30px;
     4}