summaryrefslogtreecommitdiff
blob: 94a7180dcc715ae9d9338acb501de9bb21032100 (plain)
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
.wp-customizer  .expanded .widget-conditional .widget-conditional-inner {
	width: 98%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.wp-customizer  .expanded .widget-conditional .form{
	overflow: scroll;
	margin-bottom: 20px;
}
.widget-liquid-right .widget.expanded {
	overflow: visible;
}
.widget-conditional-hide {
	display: none;
}
.widget-conditional .widget-conditional-inner {
	background: #F9F9F9;
	border: 1px solid #DFDFDF;
	padding: 12px 10px 0;

}
.widget-conditional {
	margin-bottom: 12px;
}
.widget-conditional .conditions{
	margin-bottom: 12px;
}
.widget-conditional .condition,
.widget-conditional .condition-top {
	clear:both;
}
.widget-conditional .condition {
	padding-top: 12px;
}
.widget-conditional .condition select {
	width: 120px;
}
.widget-conditional .condition-top select {
	width: auto;
}
.widget-conditional .condition-control {
	padding-top: 4px;
	clear: both;
	margin-top: -20px;
}
.widget-conditional .selection {
	margin-left: 70px;
}
.widget-conditional .condition .actions {
	margin-top: -28px;
}

.widget-conditional .condition-control a {
	text-decoration: none;
}
.widget-conditional .condition:last-child .condition-conjunction {
	display: none;
}

.wp-core-ui .button.display-options {
	margin-left: 5px;
}
.wp-core-ui .button.display-options:hover {
	text-decoration: none;
}

.wp-customizer .widget-conditional select {
	min-width: 0;
	max-width: none;
	height: auto;
}