PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 14.5.1
Jetpack – WP Security, Backup, Speed, & Growth v14.5.1
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / modules / widget-visibility / widget-conditions / widget-conditions.css
widget-conditions.css
220 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-customizer .expanded .widget-conditional .widget-conditional-inner {
2 width: 98%;
3 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
4 -moz-box-sizing: border-box; /* Firefox, other Gecko */
5 box-sizing: border-box;
6 }
7
8 .wp-customizer .expanded .widget-conditional .form{
9 overflow: scroll;
10 margin-bottom: 20px;
11 }
12 .widget-liquid-right .widget.expanded {
13 overflow: visible;
14 }
15 .widget-conditional-hide {
16 display: none;
17 }
18 .widget-conditional .widget-conditional-inner {
19 background: #f6f7f7;
20 border: 1px solid #dcdcde;
21 padding: 12px 10px 0;
22
23 }
24 .widget-conditional {
25 margin-bottom: 12px;
26 margin-top: 10px;
27 }
28 .widget-conditional .conditions{
29 margin-bottom: 12px;
30 }
31 .widget-conditional .condition,
32 .widget-conditional .condition-top {
33 clear:both;
34 }
35 .widget-conditional .condition {
36 padding-top: 12px;
37 position: relative;
38 }
39 .widget-conditional .condition select {
40 width: 120px;
41 position: relative;
42 z-index: 2;
43 }
44 .widget-conditional .condition-top select {
45 width: auto;
46 }
47 .widget-conditional .condition-control {
48 padding-top: 4px;
49 clear: both;
50 margin-top: -20px;
51 }
52 .widget-conditional .selection {
53 margin-right: 50px;
54 margin-left: 20px;
55 }
56 .widget-conditional .conditions-rule-has-children {
57 display: block;
58 }
59 .widget-conditional .condition .actions {
60 margin-top: -28px;
61 }.widget-conditional .condition .actions {
62 margin-top: -28px;
63 }
64
65 .widget-conditional .condition-control a {
66 text-decoration: none;
67 position: absolute;
68 top: 17px;
69 text-indent: -9999px;
70 z-index: 1;
71 }
72
73 .wp-block-legacy-widget__edit-form .widget-conditional .condition-control a {
74 top: 20px;
75 }
76
77 .widget-conditional .condition-control a:before {
78 position: absolute;
79 text-indent: 0;
80 top: 0;
81 left: 0;
82 }
83 .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .widget-conditional .condition-control .delete-condition,
84 .widget-conditional .condition-control .delete-condition {
85 left: 0;
86 color: #f11;
87 }
88 .widget-conditional .condition-control .add-condition {
89 right: 0;
90 }
91
92 .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .widget-conditional .widget-conditional-inner a.dashicons {
93 font-family: dashicons;
94 }
95
96 .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .widget-conditional-inner select {
97 display:initial;
98 width:auto;
99 background-color: #fff;
100 }
101
102 .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .widget-conditional .widget-conditional-inner select:disabled {
103 color: #a7aaad;
104 border-color: #dcdcde;
105 background-color: #f6f7f7;
106 }
107
108 .editor-styles-wrapper .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .widget-conditional .alignleft {
109 margin-left:20px
110 }
111
112 .widget-conditional .condition:last-child .condition-conjunction,
113 .widget-conditional .condition:last-child .condition-intersection {
114 display: none;
115 }
116
117 .widget-conditional.conjunction .condition-intersection {
118 display: none;
119 }
120
121 .widget-conditional.intersection .condition-conjunction {
122 display: none;
123 }
124
125 .wp-core-ui .button.display-options {
126 margin-right: 5px;
127 }
128 .wp-core-ui .button.display-options:hover {
129 text-decoration: none;
130 }
131
132 .wp-customizer .widget-conditional select {
133 min-width: 0;
134 max-width: none;
135 height: auto;
136 }
137 .wp-customizer .widget-conditional .condition-control a {
138 top: 15px;
139 }
140 @media screen and ( max-width: 782px ) {
141 .widget-conditional .condition-control a {
142 top: 20px;
143 }
144 }
145
146 .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .widget-conditional-inner {
147 /*
148 * fonts of labels are reset to 13px in gutenberg editor for legacy widgets, ensure a consistent look on non-labels
149 */
150 font-size: 13px;
151 }
152
153 /*
154 * Rules for gutenberg advanced panel
155 */
156
157 .widget-vis__wrapper .components-base-control,
158 .widget-vis__rule .components-base-control {
159 margin-bottom: 12px;
160 }
161
162 .widget-vis__rule {
163 padding: 12px;
164 border: 1px solid #dcdcde;
165 display: flex;
166 flex-direction: column;
167 margin-bottom: 12px;
168 }
169
170 .widget-vis__rule-major,
171 .widget-vis__rule-minor {
172 display: flex;
173 justify-content: stretch;
174 align-items: center;
175 }
176
177 .widget-vis__rule-minor {
178 margin-top: 8px;
179 }
180
181 .widget-vis__if,
182 .widget-vis__is {
183 margin-right: 8px;
184 width: 10px;
185 }
186
187 .widget-vis__show-hide {
188 margin-bottom: 0;
189 }
190
191 .components-button.widget-vis__add-new-rule {
192 display: block;
193 }
194
195 .widget-vis__delete-rule {
196 margin-top: 6px;
197 text-align: right;
198 }
199
200 .widget-vis__match-all {
201 margin-top: 12px;
202 }
203
204 .widget-vis__select {
205 width: 100%;
206 }
207
208 .widget-vis__select .components-input-control__container {
209 position: relative;
210 top: 4px;
211 }
212
213 .widget-vis__select-multi-level select option:disabled {
214 font-size: 18px;
215 font-weight: 600;
216 }
217
218 .widget-vis__delete-rule .components-button.is-secondary {
219 margin-top: 8px;
220 }