Changeset 23784
- Timestamp:
- 03/22/2013 05:46:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/customize-controls-rtl.css
r23777 r23784 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; … … 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 } … … 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 }
Note: See TracChangeset
for help on using the changeset viewer.