web/wp-admin/css/customize-controls-rtl.dev.css
changeset 204 09a1c134465b
parent 203 f507feede89a
child 205 a4f7897e21a9
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     1 .control-section .customize-section-title {
       
     2 	font-family: Tahoma, Arial, sans-serif;
       
     3 }
       
     4 .customize-section-title:after {
       
     5 	right: auto;
       
     6 	left: 20px;
       
     7 }
       
     8 
       
     9 #customize-header-actions .button-primary {
       
    10 	float: left;
       
    11 }
       
    12 
       
    13 #customize-header-actions img {
       
    14 	float: left;
       
    15 	margin-right: 0;
       
    16 	margin-left: 4px;
       
    17 }
       
    18 
       
    19 .customize-control {
       
    20 	float: right;
       
    21 }
       
    22 
       
    23 .customize-control-radio input,
       
    24 .customize-control-checkbox input {
       
    25 	margin-right: 0;
       
    26 	margin-left: 5px;
       
    27 }
       
    28 
       
    29 /*
       
    30  * Dropdowns
       
    31  */
       
    32 .customize-section .dropdown {
       
    33 	float: right;
       
    34 }
       
    35 
       
    36 .customize-section .dropdown-content {
       
    37 	float: right;
       
    38 	margin-right: 0px;
       
    39 	margin-left: 16px;
       
    40 	-webkit-border-radius: 0 3px 3px 0;
       
    41 	border-radius: 0 3px 3px 0;
       
    42 }
       
    43 
       
    44 .customize-control .dropdown-arrow {
       
    45 	right: auto;
       
    46 	left: 0;
       
    47 
       
    48 	border-color: #ccc;
       
    49 	border-style: solid;
       
    50 	border-width: 1px 0 1px 1px;
       
    51 	-webkit-border-radius: 3px 0 0 3px;
       
    52 	border-radius: 3px 0 0 3px;
       
    53 }
       
    54 
       
    55 .customize-control .dropdown-arrow:after {
       
    56 	right: auto;
       
    57 	left: 4px;
       
    58 }
       
    59 
       
    60 /*
       
    61  * Color Picker
       
    62  */
       
    63 .customize-control-color .dropdown {
       
    64 	margin-right: 0;
       
    65 	margin-left: 5px;
       
    66 }
       
    67 
       
    68 .customize-section input[type="text"].color-picker-hex,
       
    69 .customize-control-color .farbtastic-placeholder {
       
    70 	float: right;
       
    71 }
       
    72 
       
    73 /*
       
    74  * Image Picker
       
    75  */
       
    76 .customize-section .customize-control-image .actions {
       
    77 	text-align: left;
       
    78 }
       
    79 
       
    80 .customize-control-image .library,
       
    81 .customize-control-image .actions,
       
    82 .customize-section .customize-control-image .library ul,
       
    83 .customize-section .customize-control-image .library li,
       
    84 .customize-section .customize-control-image .library-content {
       
    85 	float: right;
       
    86 }