summaryrefslogtreecommitdiff
blob: 72d27b8bcb9faae103856e6859ac5ca682f4ae5c (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.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;
	position: relative;
}
.widget-conditional .condition select {
	width: 120px;
	position: relative;
	z-index: 2;
}
.widget-conditional .condition-top select {
	width: auto;
}
.widget-conditional .condition-control {
	padding-top: 4px;
	clear: both;
	margin-top: -20px;
}
.widget-conditional .selection {
	margin-right: 50px;
	margin-left: 20px;
}
.widget-conditional .conditions-rule-has-children {
	display: block;
}
.widget-conditional .condition .actions {
	margin-top: -28px;
}.widget-conditional .condition .actions {
	margin-top: -28px;
}

.widget-conditional .condition-control a {
	text-decoration: none;
	position: absolute;
	top: 17px;
	text-indent: -9999px;
	z-index: 1;
}
.widget-conditional .condition-control a:before {
	position: absolute;
	text-indent: 0;
	top: 0;
	left: 0;
}
.widget-conditional .condition-control .delete-condition {
	left: 0;
	color: #f11;
}
.widget-conditional .condition-control .add-condition {
	right: 0;
}

.widget-conditional .condition:last-child .condition-conjunction,
.widget-conditional .condition:last-child .condition-intersection {
	display: none;
}

.widget-conditional.conjunction .condition-intersection {
	display: none;
}

.widget-conditional.intersection .condition-conjunction {
	display: none;
}

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

.wp-customizer .widget-conditional select {
	min-width: 0;
	max-width: none;
	height: auto;
}
.wp-customizer .widget-conditional .condition-control a {
	top: 15px;
}
@media screen and ( max-width: 782px ) {
	.widget-conditional .condition-control a {
		top: 20px;
	}
}