File: customize-controls-rtl.css

package info (click to toggle)
wordpress 3.6.1%2Bdfsg-1~deb7u10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 62,608 kB
  • sloc: php: 120,354; cs: 6,126; sh: 493; xml: 59; makefile: 25
file content (77 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#customize-header-actions .button-primary {
	float: left;
}

#customize-header-actions .spinner {
	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;
}

/*
 * Dropdowns
 */
.accordion-section .dropdown {
	float: right;
}

.accordion-section .dropdown-content {
	float: right;
	margin-right: 0px;
	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;
}

/*
 * Color Picker
 */
.customize-control-color .dropdown {
	margin-right: 0;
	margin-left: 5px;
}

.accordion-section input[type="text"].color-picker-hex {
	direction: ltr;
}

/*
 * Image Picker
 */
.accordion-section .customize-control-image .actions {
	text-align: left;
}

.customize-control-image .library,
.customize-control-image .actions,
.accordion-section .customize-control-image .library ul,
.accordion-section .customize-control-image .library li,
.accordion-section .customize-control-image .library-content {
	float: right;
}