Ticket #23449: 23449.rtl.diff
File 23449.rtl.diff, 1.3 KB (added by , 11 years ago) |
---|
-
wp-admin/css/customize-controls-rtl.css
21 21 /* 22 22 * Dropdowns 23 23 */ 24 . customize-section .dropdown {24 .accordion-section .dropdown { 25 25 float: right; 26 26 } 27 27 28 . customize-section .dropdown-content {28 .accordion-section .dropdown-content { 29 29 float: right; 30 30 margin-right: 0px; 31 31 margin-left: 16px; … … 57 57 margin-left: 5px; 58 58 } 59 59 60 . customize-section input[type="text"].color-picker-hex {60 .accordion-section input[type="text"].color-picker-hex { 61 61 float: right; 62 62 } 63 63 64 64 /* 65 65 * Image Picker 66 66 */ 67 . customize-section .customize-control-image .actions {67 .accordion-section .customize-control-image .actions { 68 68 text-align: left; 69 69 } 70 70 71 71 .customize-control-image .library, 72 72 .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 { 76 76 float: right; 77 77 }