Make WordPress Core

Ticket #23449: 23449.rtl.diff

File 23449.rtl.diff, 1.3 KB (added by SergeyBiryukov, 11 years ago)
  • wp-admin/css/customize-controls-rtl.css

     
    2121/*
    2222 * Dropdowns
    2323 */
    24 .customize-section .dropdown {
     24.accordion-section .dropdown {
    2525        float: right;
    2626}
    2727
    28 .customize-section .dropdown-content {
     28.accordion-section .dropdown-content {
    2929        float: right;
    3030        margin-right: 0px;
    3131        margin-left: 16px;
     
    5757        margin-left: 5px;
    5858}
    5959
    60 .customize-section input[type="text"].color-picker-hex {
     60.accordion-section input[type="text"].color-picker-hex {
    6161        float: right;
    6262}
    6363
    6464/*
    6565 * Image Picker
    6666 */
    67 .customize-section .customize-control-image .actions {
     67.accordion-section .customize-control-image .actions {
    6868        text-align: left;
    6969}
    7070
    7171.customize-control-image .library,
    7272.customize-control-image .actions,
    73 .customize-section .customize-control-image .library ul,
    74 .customize-section .customize-control-image .library li,
    75 .customize-section .customize-control-image .library-content {
     73.accordion-section .customize-control-image .library ul,
     74.accordion-section .customize-control-image .library li,
     75.accordion-section .customize-control-image .library-content {
    7676        float: right;
    7777}