1 .control-section .customize-section-title{font-family:Tahoma,Arial,sans-serif}.customize-section-title:after{right:auto;left:20px}#customize-header-actions .button-primary{float:left}#customize-header-actions img{float:left;margin-right:0;margin-left:4px}.customize-control{float:right}.customize-control-radio input,.customize-control-checkbox input{margin-right:0;margin-left:5px}.customize-section .dropdown{float:right}.customize-section .dropdown-content{float:right;margin-right:0;margin-left:16px;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.customize-control .dropdown-arrow{right:auto;left:0;border-color:#ccc;border-style:solid;border-width:1px 0 1px 1px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.customize-control .dropdown-arrow:after{right:auto;left:4px}.customize-control-color .dropdown{margin-right:0;margin-left:5px}.customize-section input[type="text"].color-picker-hex,.customize-control-color .farbtastic-placeholder{float:right}.customize-section .customize-control-image .actions{text-align:left}.customize-control-image .library,.customize-control-image .actions,.customize-section .customize-control-image .library ul,.customize-section .customize-control-image .library li,.customize-section .customize-control-image .library-content{float:right} |
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 .spinner { |
|
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 float: right; |
|
70 } |
|
71 |
|
72 /* |
|
73 * Image Picker |
|
74 */ |
|
75 .customize-section .customize-control-image .actions { |
|
76 text-align: left; |
|
77 } |
|
78 |
|
79 .customize-control-image .library, |
|
80 .customize-control-image .actions, |
|
81 .customize-section .customize-control-image .library ul, |
|
82 .customize-section .customize-control-image .library li, |
|
83 .customize-section .customize-control-image .library-content { |
|
84 float: right; |
|
85 } |