PluginProbe ʕ •ᴥ•ʔ
Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress / 4.16.19
Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress v4.16.19
4.16.19 4.16.18 4.16.17 4.16.16 trunk 1.0 1.0.1 1.0.2 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5a 1.1.6 1.1.7 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4 1.4.1 1.4.2 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.7 1.7.1 1.7.2 1.8 1.8.1 1.8.10 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.1.9 2.2.10 2.2.11 2.2.12 2.2.13 2.2.14 2.2.15 2.2.16 2.2.2 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 3.0 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10.0 4.10.1 4.10.2 4.10.3 4.11.0 4.12.0 4.13.0 4.13.1 4.13.2 4.13.3 4.13.4 4.14.0 4.14.1 4.14.2 4.14.3 4.14.4 4.15.0 4.15.1 4.15.10 4.15.11 4.15.12 4.15.13 4.15.14 4.15.15 4.15.16 4.15.17 4.15.18 4.15.19 4.15.2 4.15.20 4.15.20.1 4.15.21 4.15.22 4.15.23 4.15.24 4.15.25 4.15.3 4.15.4 4.15.5 4.15.6 4.15.7 4.15.8 4.15.9 4.16.0 4.16.1 4.16.10 4.16.11 4.16.12 4.16.13 4.16.14 4.16.15 4.16.2 4.16.3 4.16.4 4.16.5 4.16.6 4.16.7 4.16.8 4.16.9 4.2.0 4.3.0 4.3.1 4.3.2 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.6.0 4.7.0 4.8.0 4.9.0
wp-user-avatar / assets / css / form-builder.css
wp-user-avatar / assets / css Last commit date
admin 1 month ago images 1 month ago material-icons 1 month ago admin.min.css 1 month ago checkout.css 1 month ago form-builder.css 1 month ago frontend.css 1 month ago frontend.min.css 1 month ago hint.min.css 1 month ago myac-payment-pages.css 1 month ago
form-builder.css
1031 lines
1 @font-face {
2 font-family: 'Material Icons';
3 font-style: normal;
4 font-weight: 400;
5 src: local('Material Icons'),
6 local('MaterialIcons-Regular'),
7 url(./material-icons/MaterialIcons-Regular.woff2) format('woff2'),
8 url(./material-icons/MaterialIcons-Regular.woff) format('woff')
9 }
10
11 /* from woo */
12 .pp-form-builder-help-tip {
13 color: #666;
14 display: inline-block;
15 font-size: 1.1em;
16 font-style: normal;
17 height: 16px;
18 line-height: 16px;
19 position: relative;
20 vertical-align: middle;
21 width: 16px
22 }
23
24 .pp-form-builder-help-tip::after {
25 font-family: Dashicons;
26 speak: none;
27 font-weight: 400;
28 font-variant: normal;
29 text-transform: none;
30 line-height: 1;
31 -webkit-font-smoothing: antialiased;
32 margin: 0;
33 text-indent: 0;
34 position: absolute;
35 top: 0;
36 left: 0;
37 width: 100%;
38 height: 100%;
39 text-align: center;
40 content: "";
41 cursor: help
42 }
43
44 h2 .pp-form-builder-help-tip {
45 margin-top: -5px;
46 margin-left: .25em
47 }
48
49 .postbox .pp-form-builder-help-tip {
50 margin: 0 0 0 9px
51 }
52
53 #pp-form-builder-metabox .hndle {
54 padding: 10px;
55 cursor: default;
56 }
57
58 #pp-form-builder-metabox .hndle span {
59 display: block;
60 vertical-align: middle;
61 line-height: 24px
62 }
63
64 #pp-form-builder-metabox .hndle span span {
65 display: inline;
66 line-height: inherit;
67 vertical-align: baseline
68 }
69
70 #pp-form-builder-metabox .hndle select {
71 margin: 0
72 }
73
74 #pp-form-builder-metabox .hndle label {
75 padding-right: 1em;
76 font-size: 12px;
77 vertical-align: baseline
78 }
79
80 #pp-form-builder-metabox .hndle label:first-child {
81 margin-right: 1em;
82 border-right: 1px solid #dfdfdf
83 }
84
85 #pp-form-builder-metabox .hndle input, #pp-form-builder-metabox .hndle select {
86 margin-top: 0;
87 vertical-align: middle
88 }
89
90 #pp-form-builder-metabox .hndle select {
91 margin-left: .5em
92 }
93
94 #pp-form-builder-metabox > .handlediv {
95 margin-top: 4px
96 }
97
98 #pp-form-builder-metabox .wrap {
99 margin: 0
100 }
101
102 #pp-form-builder-coupon-description::-webkit-input-placeholder {
103 line-height: 1.42em;
104 color: #bbb
105 }
106
107 #pp-form-builder-coupon-description::-moz-placeholder {
108 line-height: 1.42em;
109 color: #bbb
110 }
111
112 #pp-form-builder-coupon-description:-ms-input-placeholder {
113 line-height: 1.42em;
114 color: #bbb
115 }
116
117 #pp-form-builder-coupon-description:-moz-placeholder {
118 line-height: 1.42em;
119 color: #bbb
120 }
121
122 #pp-form-builder-metabox .panel-wrap {
123 background: #fff
124 }
125
126 #pp-form-builder-metabox .pp-form-builder_options_panel {
127 float: left;
128 width: 75%
129 }
130
131 #pp-form-builder-metabox .pp-form-builder_options_panel .pp-radios {
132 display: block;
133 float: left;
134 margin: 0
135 }
136
137 #pp-form-builder-metabox .pp-form-builder_options_panel .pp-radios li {
138 display: block;
139 padding: 0 0 10px
140 }
141
142 #pp-form-builder-metabox .pp-form-builder_options_panel .pp-radios li input {
143 width: auto
144 }
145
146 #pp-form-builder-metabox .panel-wrap, .pp-form-builder .panel-wrap {
147 overflow: hidden
148 }
149
150 #pp-form-builder-metabox ul.pp-tabs {
151 margin: 0;
152 width: 25%;
153 float: left;
154 line-height: 1em;
155 padding: 0 0 10px;
156 position: relative;
157 background-color: #fafafa;
158 border-right: 1px solid #eee;
159 box-sizing: border-box
160 }
161
162 #pp-form-builder-metabox ul.pp-tabs::after, .pp-form-builder ul.pp-tabs::after {
163 content: '';
164 display: block;
165 width: 100%;
166 height: 9999em;
167 position: absolute;
168 bottom: -9999em;
169 left: 0;
170 background-color: #fafafa;
171 border-right: 1px solid #eee
172 }
173
174 #pp-form-builder-metabox ul.pp-tabs li, .pp-form-builder ul.pp-tabs li {
175 margin: 0;
176 padding: 0;
177 display: block;
178 position: relative
179 }
180
181 #pp-form-builder-metabox ul.pp-tabs li a, .pp-form-builder ul.pp-tabs li a {
182 margin: 0;
183 padding: 10px;
184 display: block;
185 box-shadow: none;
186 text-decoration: none;
187 line-height: 20px !important;
188 border-bottom: 1px solid #eee
189 }
190
191 #pp-form-builder-metabox ul.pp-tabs li a span, .pp-form-builder ul.pp-tabs li a span {
192 margin-left: .618em;
193 margin-right: .618em
194 }
195
196 #pp-form-builder-metabox ul.pp-tabs li.active a, .pp-form-builder ul.pp-tabs li.active a {
197 color: #555;
198 position: relative;
199 background-color: #eee
200 }
201
202 .ppress-pro-features-wrap .ppress-pro-features {
203 font-size: 13px;
204 padding: 2px 0;
205 }
206
207 #pp-form-builder-metabox .inside {
208 margin: 0;
209 padding: 0;
210 }
211
212 .panel, .pp-form-builder_options_panel {
213 padding: 9px;
214 color: #555
215 }
216
217 .panel .form-field .pp-form-builder-help-tip, .pp-form-builder_options_panel .form-field .pp-form-builder-help-tip {
218 font-size: 1.4em
219 }
220
221 .pp-form-builder_options_panel fieldset.form-field, .pp-form-builder_options_panel .form-field {
222 margin: 0 0 9px;
223 font-size: 12px;
224 padding: 5px 9px;
225 line-height: 24px
226 }
227
228 .pp-form-builder_options_panel fieldset.form-field::after, .pp-form-builder_options_panel .form-field::after {
229 content: '.';
230 display: block;
231 height: 0;
232 clear: both;
233 visibility: hidden
234 }
235
236 .pp-form-builder_options_panel .checkbox {
237 margin: 4px 0 !important;
238 vertical-align: middle;
239 float: left
240 }
241
242 .pp-form-builder_options_panel .downloadable_files table td, .pp-form-builder_variations .downloadable_files table td {
243 vertical-align: middle !important;
244 padding: 4px 0 4px 7px !important;
245 position: relative
246 }
247
248 .pp-form-builder_options_panel .downloadable_files table td:last-child, .pp-form-builder_variations .downloadable_files table td:last-child {
249 padding-right: 7px !important
250 }
251
252 .pp-form-builder_options_panel .downloadable_files table td input.input_text, .pp-form-builder_variations .downloadable_files table td input.input_text {
253 width: 100%;
254 float: none;
255 min-width: 0;
256 margin: 1px 0
257 }
258
259 .pp-form-builder_options_panel .downloadable_files table td .upload_file_button, .pp-form-builder_variations .downloadable_files table td .upload_file_button {
260 width: auto;
261 float: right;
262 cursor: pointer
263 }
264
265 .pp-form-builder_options_panel .downloadable_files table td .delete, .pp-form-builder_variations .downloadable_files table td .delete {
266 display: block;
267 text-indent: -9999px;
268 position: relative;
269 height: 1em;
270 width: 1em;
271 font-size: 1.2em
272 }
273
274 .pp-form-builder_options_panel {
275 min-height: 175px;
276 box-sizing: border-box
277 }
278
279 .pp-form-builder_options_panel .form-field {
280 margin: 9px 0
281 }
282
283 .pp-form-builder_options_panel fieldset.form-field, .pp-form-builder_options_panel .form-field {
284 padding: 5px 20px 5px 162px !important;
285 }
286
287 .pp-form-builder_options_panel .sale_price_dates_fields .short:first-of-type {
288 margin-bottom: 1em
289 }
290
291 .pp-form-builder_options_panel .sale_price_dates_fields .short:nth-of-type(2) {
292 clear: left
293 }
294
295 .pp-form-builder_options_panel label {
296 float: left;
297 width: 160px;
298 padding: 0;
299 margin: 0 0 0 -150px;
300 font-size: 13px;
301 }
302
303 /* color picker shim */
304 .pp-form-builder_options_panel .wp-picker-input-wrap label {
305 margin-left: 0;
306 width: auto;
307 }
308
309 .pp-form-builder_options_panel label .req {
310 font-weight: 700;
311 font-style: normal;
312 color: #a00
313 }
314
315 .pp-form-builder_options_panel span.description {
316 padding: 0;
317 margin: 0 0 0 7px;
318 clear: none;
319 display: inline
320 }
321
322 .pp-form-builder_options_panel .description-block {
323 margin-left: 0;
324 display: block
325 }
326
327 .pp-form-builder_options_panel input, .pp-form-builder_options_panel select, .pp-form-builder_options_panel textarea {
328 margin: 0
329 }
330
331 .pp-form-builder_options_panel textarea {
332 float: left;
333 height: 3.5em;
334 line-height: 1.5em;
335 vertical-align: top
336 }
337
338 .pp-form-builder_options_panel .pp-field-row-content {
339 width: 75%;
340 float: left
341 }
342
343 .pp-form-builder_options_panel input.button {
344 width: auto;
345 margin-left: 8px;
346 }
347
348 .pp-form-builder_options_panel select {
349 float: left;
350 }
351
352 .postbox .pp-form-builder_options_panel .short {
353 width: 95% !important;
354 }
355
356 .pp-form-builder_options_panel .sized {
357 width: auto !important;
358 margin-right: 6px;
359 }
360
361 .pp-form-builder_options_panel .options_group {
362 border-top: 1px solid #fff;
363 border-bottom: 1px solid #eee;
364 }
365
366 .pp-form-builder_options_panel .options_group:first-child {
367 border-top: 0
368 }
369
370 .pp-form-builder_options_panel .options_group:last-child {
371 border-bottom: 0
372 }
373
374 .pp-form-builder_options_panel .options_group fieldset {
375 margin: 9px 0;
376 font-size: 12px;
377 padding: 5px 9px;
378 line-height: 24px
379 }
380
381 .pp-form-builder_options_panel .options_group fieldset label {
382 width: auto;
383 float: none
384 }
385
386 .pp-form-builder_options_panel .options_group fieldset ul {
387 float: left;
388 width: 50%;
389 margin: 0;
390 padding: 0
391 }
392
393 .pp-form-builder_options_panel .options_group fieldset ul li {
394 margin: 0;
395 width: auto
396 }
397
398 .pp-form-builder_options_panel .options_group fieldset ul li input {
399 width: auto;
400 float: none;
401 margin-right: 4px
402 }
403
404 .pp-form-builder_options_panel .options_group fieldset ul.pp-radios label {
405 margin-left: 0
406 }
407
408 .pp-form-builder_options_panel .dimensions_field .wrap {
409 display: block;
410 width: 50%
411 }
412
413 .pp-form-builder_options_panel .dimensions_field .wrap input {
414 width: 30.75%;
415 margin-right: 3.8%
416 }
417
418 .pp-form-builder_options_panel .dimensions_field .wrap .last {
419 margin-right: 0
420 }
421
422 .pp-form-builder_options_panel.padded {
423 padding: 1em
424 }
425
426 .pp-form-builder_options_panel .select2-container {
427 float: left
428 }
429
430 #pp-form-builder-metabox input.dp-applied {
431 float: left
432 }
433
434 .pp-builder-form-content {
435 border: 0;
436 }
437
438 .pp-builder-form-canvas-footer, .pp-builder-form-canvas-header + .pp-builder-form-content {
439 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
440 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
441 border-width: 0;
442 }
443
444 ol.pp-form-builder-field-type {
445 display: block;
446 visibility: visible !important;
447 overflow: hidden;
448 margin: 0;
449 padding: 0;
450 }
451
452 ol.pp-form-builder-field-type li {
453 float: left;
454 width: 50%;
455 padding-right: 5px;
456 list-style: none;
457 margin-bottom: 10px;
458 -webkit-box-sizing: border-box;
459 -moz-box-sizing: border-box;
460 box-sizing: border-box;
461 }
462
463 ol.pp-form-builder-field-type li .button {
464 border-color: #DFDFDF;
465 min-width: 120px;
466 font-size: 12px;
467 width: 100%;
468 padding-right: 5px;
469 text-align: center;
470 overflow: auto;
471 text-overflow: ellipsis;
472 }
473
474 .pp-form-builder-body {
475 margin-top: 15px;
476 margin-bottom: 15px;
477 border-style: dashed;
478 border-width: 2px;
479 border-color: #CECED2;
480 padding: 20px;
481 }
482
483 .pp-builder-element-content-tabs .pp-builder-element-content-tab.btn-active {
484 font-weight: 600;
485 border-bottom-color: #00a0d2;
486 }
487
488 html #poststuff.pp_edit_form #post-body.columns-2 #side-sortables {
489 width: 380px;
490 }
491
492 html #poststuff.pp_edit_form #post-body.columns-2 {
493 margin-right: 400px;
494 }
495
496 html .pp-form-builder-sidebar-wrap .postbox .inside {
497 padding-right: 7px;
498 }
499
500 html .pp_edit_form #post-body.columns-2 #postbox-container-1 {
501 margin-right: -400px;
502 width: 380px;
503 position: relative;
504 }
505
506 .pp-dnd-form-builder-wrap {
507 opacity: 0;
508 }
509
510 .pp-builder-element-header a.pp-builder-element-expand-button,
511 .pp-builder-element-header a.pp-builder-element-expand-button:hover {
512 text-decoration: none;
513 color: #0073aa;
514 }
515
516 .pp-builder-element-header .pp-builder-element-expand-button {
517 display: block;
518 float: right
519 }
520
521 .pp-builder-element-header .pp-builder-element-expand-button {
522 margin: 0 2px;
523 }
524
525 .pp-builder-element-header .pp-builder-element-expand-button .dashicons {
526 margin-top: 5px;
527 }
528
529 .pp-builder-element-header .pp-builder-element-expand-button.expand-btn-hide {
530 visibility: hidden;
531 }
532
533 .pp-builder-element:hover .pp-builder-element-expand-button.expand-btn-hide {
534 visibility: visible;
535 }
536
537 @media only screen and (max-width: 850px) {
538 html #wpbody-content #post-body.columns-2 #postbox-container-1 {
539 margin-right: 0;
540 width: 100%;
541 }
542 }
543
544 .pp-builder-element {
545 margin: auto;
546 margin-bottom: 1em;
547 background-color: #fff;
548 border: 1px solid #e5e5e5;
549 width: 100%;
550 }
551
552 .pp-form-header-footer {
553 border-color: #ccc;
554 background: #f7f7f7;
555 box-shadow: 0 1px 0 #ccc;
556 }
557
558 .pp-builder-element-header-title {
559 display: block;
560 float: left;
561 margin: 0 5px;
562 overflow: hidden;
563 font-weight: 500;
564 line-height: 32px;
565 text-overflow: ellipsis;
566 white-space: nowrap;
567 -webkit-user-select: none;
568 -moz-user-select: none;
569 -ms-user-select: none;
570 user-select: none;
571 }
572
573 .pp-builder-element-content-footer, .pp-builder-element-header {
574 padding: 6px 12px;
575 }
576
577 .pp-builder-element-header {
578 overflow: hidden;
579 clear: both;
580 font-size: 13px
581 }
582
583 .pp-form-builder-field-settings-wrap {
584 position: absolute;
585 top: 0;
586 right: 0;
587 bottom: 0;
588 max-width: 350px;
589 width: 100%;
590 z-index: 2;
591 background: #fff;
592 display: none;
593 }
594
595 /* tab */
596
597 .pp-builder-sidebar-header {
598 background-color: #0085ba;
599 -webkit-box-sizing: border-box;
600 box-sizing: border-box;
601 padding: 12px;
602 }
603
604 #poststuff .pp-builder-sidebar-header h2 {
605 color: #FFFFFF;
606 font-size: 14px;
607 font-weight: normal;
608 line-height: 1;
609 margin: 0 22px 0 0;
610 padding: 0;
611 }
612
613 .pp-builder-sidebar-tabs {
614 background-color: #FFFFFF;
615 border: none;
616 border-bottom: 1px solid #CECED2;
617 border-radius: 0;
618 display: -webkit-box;
619 display: -ms-flexbox;
620 display: flex;
621 -webkit-box-orient: horizontal;
622 -webkit-box-direction: normal;
623 -ms-flex-direction: row;
624 flex-direction: row;
625 -ms-flex-wrap: nowrap;
626 flex-wrap: nowrap;
627 margin: 0;
628 padding: 0;
629 /*position: absolute;*/
630 right: 0;
631 /*top: 44px;*/
632 width: 100%;
633 z-index: 1;
634 line-height: 1.4em;
635 }
636
637 .pp-builder-sidebar-tabs > li {
638 background: none !important;
639 border: none;
640 border-radius: 0;
641 -webkit-box-flex: 1;
642 -ms-flex: 1 0 0px;
643 flex: 1 0 0px;
644 margin: 0;
645 padding: 0;
646 outline: none;
647 position: relative;
648 }
649
650 .pp-builder-sidebar-tabs > li > a {
651 border-bottom: 2px solid transparent;
652 -webkit-box-shadow: none;
653 box-shadow: none;
654 color: #444;
655 cursor: pointer;
656 display: block;
657 float: none;
658 font-size: 12px;
659 font-weight: bold;
660 opacity: .5;
661 overflow: hidden;
662 padding: 11px 10px;
663 text-align: center;
664 text-decoration: none;
665 text-overflow: ellipsis;
666 text-transform: uppercase;
667 -webkit-transition: border-color 200ms ease-in-out, color 200ms ease-in-out, opacity 200ms ease-in-out;
668 transition: border-color 200ms ease-in-out, color 200ms ease-in-out, opacity 200ms ease-in-out;
669 white-space: nowrap;
670 }
671
672 .pp-builder-sidebar-tabs > li:hover > a {
673 border-bottom-color: #000000;
674 }
675
676 .pp-builder-sidebar-tabs > li.pp-builder-sidebar-tab-active > a {
677 border-bottom-color: #0085ba;
678 color: #0085ba;
679 cursor: default;
680 opacity: 1;
681 }
682
683 label.pp-builder-label {
684 display: inline-block;
685 font-size: 14px;
686 color: #23282d;
687 line-height: 1.3;
688 font-weight: 400;
689 }
690
691 .pp-builder-inside input[type="checkbox"] {
692 border: 1px solid #b4b9be;
693 background: #fff;
694 color: #555;
695 display: inline-block;
696 line-height: 0;
697 height: 16px;
698 margin: 2px 4px 0 0;
699 outline: 0;
700 padding: 0 !important;
701 text-align: center;
702 vertical-align: middle;
703 width: 16px;
704 min-width: 16px;
705 -webkit-appearance: none;
706 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
707 transition: .05s border-color ease-in-out;
708 }
709
710 .pp-builder-inside {
711 padding: 10px;
712 line-height: 1;
713 background: #fff;
714 }
715
716 .pp-builder-sidebar-field {
717 margin-bottom: 10px;
718 }
719
720 .pp-builder-footer {
721 background: #fff;
722 padding-bottom: 10px;
723 }
724
725 .pp-form-builder-field-settings-wrap .pp-builder-sidebar-field input:not([type=checkbox]),
726 .pp-form-builder-field-settings-wrap .pp-builder-sidebar-field select,
727 .pp-form-builder-field-settings-wrap .pp-builder-sidebar-field textarea {
728 width: 100%;
729 }
730
731 .pp-builder-element-icon {
732 display: block;
733 float: left;
734 width: 24px;
735 height: 24px;
736 margin: 4px;
737 color: #23282d;
738 }
739
740 /* toolbar */
741 #pp_form_toolbar {
742 display: inline-block;
743 -webkit-box-sizing: border-box;
744 -moz-box-sizing: border-box;
745 box-sizing: border-box;
746 margin: 12px 0 0;
747 padding: 4px 10px 0;
748 width: 100%;
749 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
750 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
751 border: 1px solid #e5e5e5;
752 background: #fff;
753 color: #555;
754 font-size: 13px
755 }
756
757 #pp_form_toolbar a {
758 text-decoration: none
759 }
760
761 .pp_form_toolbar_preview a:focus {
762 border: 0;
763 box-shadow: none;
764 }
765
766 #pp_form_toolbar .pp_form_toolbar_right {
767 float: right;
768 }
769
770 ul#pp_form_toolbar_links {
771 position: relative;
772 display: inline-block;
773 margin: 0
774 }
775
776 ul#pp_form_toolbar_links li {
777 margin: 0;
778 padding: 0;
779 width: auto;
780 display: -moz-inline-stack;
781 display: inline-block
782 }
783
784 ul#pp_form_toolbar_links li.pp_form_toolbar_editor a,
785 ul#pp_form_toolbar_links li.pp_form_toolbar_entries a,
786 ul#pp_form_toolbar_links li.pp_form_toolbar_preview a {
787 text-decoration: none;
788 text-shadow: 0 1px 1px #FFF;
789 line-height: 16px;
790 white-space: nowrap
791 }
792
793 ul#pp_form_toolbar_links li a {
794 display: -moz-inline-stack;
795 display: inline-block;
796 margin: 0 10px;
797 padding: 15px 0;
798 font-size: 13px;
799 color: #23282d
800 }
801
802 ul#pp_form_toolbar_links li a.pp_form_toolbar_active:hover, ul#pp_form_toolbar_links li a:hover {
803 color: #0074A2;
804 }
805
806 ul#pp_form_toolbar_links li a span.dashicons {
807 font-size: 1.33333333em;
808 }
809
810 ul#pp_form_toolbar_links > li > a.pp_form_toolbar_active {
811 border-bottom: 4px solid #666;
812 box-shadow: none;
813 color: #23282d;
814 }
815
816 ul#pp_form_toolbar_links li a:hover i {
817 color: #0074A2
818 }
819
820 ul#pp_form_toolbar_links li a.pp_form_toolbar_active {
821 font-weight: 700
822 }
823
824 ul#pp_form_toolbar_links li a.pp_form_toolbar_disabled {
825 color: #333;
826 filter: alpha(opacity=50);
827 -moz-opacity: .5;
828 -khtml-opacity: .5;
829 opacity: .5;
830 -ms-filter: "alpha(opacity=50)";
831 cursor: default
832 }
833
834 ul#pp_form_toolbar_links li.pp_form_toolbar_settings a {
835 background-position: 0 0
836 }
837
838 ul#pp_form_toolbar_links li.pp_form_toolbar_settings a.pp_form_toolbar_active,
839 ul#pp_form_toolbar_links li.pp_form_toolbar_settings a:hover {
840 background-position: 0 -120px
841 }
842
843 ul#pp_form_toolbar_links li.pp_form_toolbar_settings a.pp_form_toolbar_disabled:hover {
844 background-position: 0 0
845 }
846
847 ul#pp_form_toolbar_links li.pp_form_toolbar_editor a {
848 background-position: 0 -20px
849 }
850
851 ul#pp_form_toolbar_links li.pp_form_toolbar_editor a.pp_form_toolbar_active,
852 ul#pp_form_toolbar_links li.pp_form_toolbar_editor a:hover {
853 background-position: 0 -140px
854 }
855
856 .pp-builder-form-content {
857 min-height: 100px;
858 }
859
860 .pp-builder-form-content .pp-builder-element:not(.pp-form-header-footer) {
861 cursor: move;
862 }
863
864 .pp-builder-form-content .pp-form-builder-drag-bg {
865 background-color: #fff;
866 padding: 30px;
867 margin: 10px;
868 width: 100%;
869 box-sizing: border-box;
870 border: 2px dashed #ddd;
871 }
872
873 .pp-form-builder-sortable-containment {
874 padding: 10px 20px;
875 }
876
877 .pp_upload_field_container {
878 position: relative;
879 }
880
881 .pp_upload_field {
882 padding-right: 6em;
883 }
884
885 .pp_upload_file {
886 display: block;
887 padding: 0px 10px 0px;
888 position: absolute;
889 top: 1px;
890 right: 10px;
891 margin-right: 8px;
892 background: #fff;
893 }
894
895 a.pp_upload_button {
896 text-decoration: none;
897 }
898
899 .pp-icon-picker-jbox-wrap .pp-form-material-icons,
900 .pp-form-control-icon-picker .pp-form-material-icons {
901 font-family: 'Material Icons';
902 font-weight: normal;
903 font-style: normal;
904 font-size: 24px; /* Preferred icon size */
905 display: inline-block;
906 line-height: 1;
907 text-transform: none;
908 letter-spacing: normal;
909 word-wrap: normal;
910 white-space: nowrap;
911 direction: ltr;
912 /* Support for all WebKit browsers. */
913 -webkit-font-smoothing: antialiased;
914 /* Support for Safari and Chrome. */
915 text-rendering: optimizeLegibility;
916 /* Support for Firefox. */
917 -moz-osx-font-smoothing: grayscale;
918 /* Support for IE. */
919 font-feature-settings: 'liga';
920
921
922 vertical-align: middle;
923 }
924
925 .pp-icon-picker-jbox-wrap .pp-form-material-icon-wrap {
926 padding: 8px;
927 display: inline-block;
928 border: 1px solid #eee;
929 margin: 2px;
930 cursor: pointer;
931 }
932
933 .pp-icon-picker-jbox-wrap .pp-form-material-icon-wrap.pp-active {
934 border: 2px solid #6495ed;
935 color: #6495ed;
936 }
937
938 .jBox-Modal.pp-icon-picker-jbox-wrap .jBox-title {
939 padding: 1px 20px;
940 }
941
942 .ppmb-tab-radios input[type=radio] {
943 display: none;
944 }
945
946 .ppmb-tab-radios label {
947 display: inline-block;
948 float: none;
949 padding: 2px 10px;
950 cursor: pointer;
951 width: auto;
952 margin: 0;
953 border: 1px solid #DFDFDF;
954 margin-right: 2px;
955 }
956
957 .ppmb-tab-radios input:checked + label {
958 background: #007cba;
959 border-color: #007cba;
960 color: #fff;
961 border-radius: 2px;
962 }
963
964 .ppmb-tab-radios .ppmb-tab {
965 display: none;
966 padding: 5px 0px;
967 clear: left;
968 }
969
970 #submit_button_data .ppmb-tab-radios .ppmb-tab {
971 border: 1px solid #eee;
972 padding: 5px;
973 margin: 10px 0 0;
974 }
975
976 .ppmb-tab-radios input:nth-of-type(1):checked ~ .ppmb-tab:nth-of-type(1),
977 .ppmb-tab-radios input:nth-of-type(2):checked ~ .ppmb-tab:nth-of-type(2),
978 .ppmb-tab-radios input:nth-of-type(3):checked ~ .ppmb-tab:nth-of-type(3),
979 .ppmb-tab-radios input:nth-of-type(4):checked ~ .ppmb-tab:nth-of-type(4),
980 .ppmb-tab-radios input:nth-of-type(5):checked ~ .ppmb-tab:nth-of-type(5) {
981 display: block;
982 }
983
984 .ppmb-tab input[type=text].ppfl {
985 padding: 10px 15px !important;
986 height: 40px !important;
987 cursor: not-allowed !important;
988 width: 290px !important;
989 border-radius: 0 !important;
990 background: #fff !important;
991 border: 1px solid #dbdbdb !important;
992 }
993
994 .ppmb-tab input[type=button].ppfl {
995 padding: 10px 15px !important;
996 cursor: not-allowed !important;
997 color: #fff;
998 border-radius: 0 !important;
999 background: #007cba !important;
1000 border: 1px solid #007cba !important;
1001 }
1002
1003 .ppmb-tab input.ppfl:focus,
1004 .ppmb-tab input.ppfl:hover {
1005 border: 0;
1006 box-shadow: none;
1007 outline: none;
1008 }
1009
1010 .ppmb-tab input.ppfl.ppfl-pill {
1011 border-radius: 25px !important;
1012 }
1013
1014 .ppmb-tab input.ppfl.ppfl-round {
1015 border-radius: 6px !important;
1016 }
1017
1018 .ppmb-tab input.ppfl.ppfl-material {
1019 border: 0 !important;
1020 border-bottom: 1px solid #dbdbdb !important;
1021 }
1022
1023 .ppmb-tab input.ppfl.ppfl-flat {
1024 border: 0 !important;
1025 background: #f7f7f7 0 !important;
1026 }
1027
1028
1029 #pp-form-builder-metabox .pp-form-builder-mb-data .select2-container {
1030 width: 95% !important;
1031 }