PluginProbe
Polylang / 2.7.0.1
Polylang v2.7.0.1
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
polylang / modules / wizard / css / wizard.css

wizard.css in Polylang 2.7.0.1, at modules/wizard/css/wizard.css

951 lines 19.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2 body {
3 margin: 65px auto 24px;
4 box-shadow: none;
5 background: #f1f1f1;
6 padding: 0
7 }
8
9 #pll-logo {
10 border: 0;
11 margin: 0 0 24px;
12 padding: 0;
13 text-align: center;
14 font-family: Verdana;
15 font-size: 64px;
16 text-transform: uppercase;
17 color: #000;
18 line-height: normal;
19 }
20 #pll-logo a {
21 display: flex;
22 justify-content: center;
23 color: #000;
24 text-decoration: none;
25 }
26
27 #pll-logo img {
28 max-width: 100%;
29 margin-right: 16px;
30 }
31 .rtl #pll-logo img {
32 margin-right: 0;
33 margin-left: 16px;
34 }
35
36 .pll-wizard-footer {
37 text-align: center
38 }
39
40 .pll-wizard .select2-container {
41 text-align: left;
42 width: auto
43 }
44
45 .pll-wizard .hidden {
46 display: none
47 }
48
49 .pll-wizard-content {
50 box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
51 padding: 2em;
52 margin: 0 0 20px;
53 background: #fff;
54 overflow: hidden;
55 zoom: 1;
56 text-align: left;
57 }
58 .rtl .pll-wizard-content{
59 text-align: right;
60 }
61
62 .pll-wizard-content h1,
63 .pll-wizard-content h2,
64 .pll-wizard-content h3,
65 .pll-wizard-content table {
66 margin: 0 0 20px;
67 border: 0;
68 padding: 0;
69 color: #666;
70 clear: none;
71 font-weight: 500
72 }
73
74 .pll-wizard-content p {
75 margin: 20px 0;
76 font-size: 1em;
77 line-height: 1.75em;
78 color: #666
79 }
80
81 .pll-wizard-content table {
82 font-size: 1em;
83 line-height: 1.75em;
84 color: #666;
85 width: 100%;
86 margin-top: 20px;
87 }
88 .pll-wizard-content table td span{
89 display: inline-block;
90 }
91
92 .pll-wizard-content table caption {
93 caption-side: bottom;
94 font-style: italic;
95 text-align: right;
96 }
97 .rtl .pll-wizard-content table caption {
98 text-align: left;
99 }
100
101 .pll-wizard-content table caption .icon-default-lang{
102 font-style: normal;
103 }
104
105 .pll-wizard-content a {
106 color: #a03f3f;
107 }
108
109 .pll-wizard-content a:focus,
110 .pll-wizard-content a:hover,
111 .pll-wizard-footer-links:hover {
112 color: #dd5454
113 }
114
115 .pll-wizard-content .pll-wizard-next-steps {
116 overflow: hidden;
117 margin: 0 0 24px;
118 padding-bottom: 2px
119 }
120
121 .pll-wizard-content .pll-wizard-next-steps h2 {
122 margin-bottom: 12px
123 }
124
125 .pll-wizard-content .pll-wizard-next-steps .pll-wizard-next-steps-first {
126 float: left;
127 width: 50%;
128 box-sizing: border-box
129 }
130
131 .pll-wizard-content .pll-wizard-next-steps .pll-wizard-next-steps-last {
132 float: right;
133 width: 50%;
134 box-sizing: border-box
135 }
136
137 .pll-wizard-content .pll-wizard-next-steps ul {
138 padding: 0 2em 0 0;
139 list-style: none outside;
140 margin: 0
141 }
142
143 .pll-wizard-content .pll-wizard-next-steps ul li a {
144 display: block;
145 padding: 0 0 .75em
146 }
147
148 .pll-wizard-content .pll-wizard-next-steps ul li a::before {
149 color: #82878c;
150 font: normal 20px/1 dashicons;
151 speak: none;
152 display: inline-block;
153 padding: 0 10px 0 0;
154 top: 1px;
155 position: relative;
156 text-decoration: none!important;
157 vertical-align: top
158 }
159
160 .pll-wizard-steps {
161 padding: 0 0 24px;
162 margin: 0;
163 list-style: none outside;
164 overflow: hidden;
165 color: #ccc;
166 width: 100%;
167 display: -webkit-inline-box;
168 display: -webkit-inline-flex;
169 display: inline-flex
170 }
171
172 .pll-wizard-steps li {
173 width: 100%;
174 float: left;
175 padding: 0 0 .8em;
176 margin: 0;
177 text-align: center;
178 position: relative;
179 border-bottom: 4px solid #ccc;
180 line-height: 1.4em
181 }
182
183 .pll-wizard-steps li a {
184 color: #a03f3f;
185 text-decoration: none;
186 padding: 1.5em;
187 margin: -1.5em;
188 position: relative;
189 z-index: 1
190 }
191
192 .pll-wizard-steps li a:focus,
193 .pll-wizard-steps li a:hover {
194 color: #dd5454;
195 text-decoration: underline
196 }
197
198 .pll-wizard-steps li::before {
199 content: "";
200 border: 4px solid #ccc;
201 border-radius: 100%;
202 width: 4px;
203 height: 4px;
204 position: absolute;
205 bottom: 0;
206 left: 50%;
207 margin-left: -6px;
208 margin-bottom: -8px;
209 background: #fff
210 }
211
212 .pll-wizard-steps li.active {
213 border-color: #a03f3f;
214 color: #a03f3f;
215 font-weight: 700
216 }
217
218 .pll-wizard-steps li.active::before {
219 border-color: #a03f3f
220 }
221
222 .pll-wizard-steps li.done {
223 border-color: #a03f3f;
224 color: #a03f3f
225 }
226
227 .pll-wizard-steps li.done::before {
228 border-color: #a03f3f;
229 background: #a03f3f
230 }
231
232 .pll-wizard .pll-wizard-actions {
233 overflow: hidden;
234 margin: 20px 0 0;
235 position: relative
236 }
237
238 .pll-wizard .pll-wizard-actions .button {
239 font-size: 16px;
240 font-weight: 300;
241 padding: 1em 2em;
242 line-height: 1em;
243 margin-right: .5em;
244 margin-bottom: 2px;
245 margin-top: 10px;
246 height: auto;
247 border-radius: 4px;
248 box-shadow: none;
249 min-width: auto;
250 border-color: #a03f3f;
251 color: #a03f3f;
252 }
253
254 .pll-wizard .pll-wizard-content .button {
255 border-color: #a03f3f;
256 color: #a03f3f;
257 }
258
259 .pll-wizard .pll-wizard-content .button-primary,
260 .pll-wizard .pll-wizard-actions .button-primary {
261 background-color: #a03f3f;
262 border-color: #a03f3f;
263 color: #fff;
264 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a03f3f;
265 text-shadow: 0 -1px 1px #a03f3f, 1px 0 1px #a03f3f, 0 1px 1px #a03f3f, -1px 0 1px #a03f3f;
266 margin: 0;
267 opacity: 1
268 }
269
270 .pll-wizard .pll-wizard-content .button-small .dashicons {
271 font-size: 15px;
272 height: auto;
273 vertical-align: middle;
274 }
275
276 .pll-wizard .button-primary:active,
277 .pll-wizard .button-primary:focus,
278 .pll-wizard input[type="checkbox"]:focus + label.button-primary,
279 .pll-wizard .button-primary:hover {
280 background: #dd5454;
281 border-color: #dd5454;
282 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #dd5454
283 }
284 .pll-wizard .pll-wizard-actions .button-primary[disabled],
285 .pll-wizard .pll-wizard-actions .button-primary:disabled,
286 .pll-wizard .pll-wizard-actions .button-primary.disabled {
287 cursor: wait;
288 background-color: #bb5454 !important;
289 border-color: #bb5454 !important;
290 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #bb5454 !important;
291 text-shadow: 0 -1px 1px #bb5454, 1px 0 1px #bb5454, 0 1px 1px #bb5454, -1px 0 1px #bb5454 !important;
292 color: #ffa3a3 !important;
293 }
294 .pll-wizard-content p:last-child {
295 margin-bottom: 0
296 }
297
298 .pll-wizard-footer-links {
299 font-size: .85em;
300 color: #7b7b7b;
301 margin: 1.18em auto;
302 display: inline-block;
303 text-align: center
304 }
305
306 .pll-wizard-services {
307 border: 1px solid #eee;
308 padding: 0;
309 margin: 0 0 1em;
310 list-style: none outside;
311 border-radius: 4px;
312 overflow: hidden
313 }
314
315 .pll-wizard-services p {
316 margin: 0 0 1em 0;
317 padding: 0;
318 font-size: 1em;
319 line-height: 1.5em
320 }
321
322 .pll-wizard-service-item {
323 display: -webkit-box;
324 display: -webkit-flex;
325 display: flex;
326 -webkit-flex-wrap: nowrap;
327 flex-wrap: nowrap;
328 -webkit-box-pack: justify;
329 -webkit-justify-content: space-between;
330 justify-content: space-between;
331 padding: 0;
332 border-bottom: 1px solid #eee;
333 color: #666;
334 -webkit-box-align: center;
335 -webkit-align-items: center;
336 align-items: center
337 }
338
339 .media-step .pll-wizard-service-item{
340 border: 0;
341 }
342
343 .media-step .pll-wizard-service-item:last-child{
344 display: block;
345 }
346
347 .media-step .pll-wizard-service-item .pll-wizard-service-enable{
348 padding-bottom: 0;
349 }
350
351 .pll-wizard-service-item:last-child {
352 border-bottom: 0
353 }
354
355 .pll-wizard-service-item .pll-wizard-service-name {
356 -webkit-flex-basis: 0;
357 flex-basis: 0;
358 min-width: 160px;
359 text-align: center;
360 font-weight: 700;
361 padding: 2em 0;
362 -webkit-align-self: stretch;
363 align-self: stretch;
364 display: -webkit-box;
365 display: -webkit-flex;
366 display: flex;
367 -webkit-box-align: baseline;
368 -webkit-align-items: baseline;
369 align-items: baseline
370 }
371
372 .pll-wizard-service-item .pll-wizard-service-name img {
373 max-width: 75px
374 }
375
376 .pll-wizard-service-item .pll-wizard-service-description {
377 -webkit-box-flex: 1;
378 -webkit-flex-grow: 1;
379 flex-grow: 1;
380 padding: 20px
381 }
382
383 .pll-wizard-service-item .pll-wizard-service-example {
384 padding: 0 20px 20px
385 }
386
387 .pll-wizard-service-item .pll-wizard-service-example p{
388 text-align: right;
389 }
390 .rtl .pll-wizard-service-item .pll-wizard-service-example p{
391 text-align: left;
392 }
393
394 .pll-wizard-service-item .pll-wizard-service-description p {
395 margin-bottom: 1em
396 }
397
398 .pll-wizard-service-item .pll-wizard-service-description p:last-child {
399 margin-bottom: 0
400 }
401
402 .pll-wizard-service-item .pll-wizard-service-description .pll-wizard-service-settings-description {
403 display: block;
404 font-style: italic;
405 color: #999
406 }
407
408 .pll-wizard-service-item .pll-wizard-service-enable {
409 -webkit-flex-basis: 0;
410 flex-basis: 0;
411 min-width: 75px;
412 text-align: center;
413 cursor: pointer;
414 padding: 2em 0;
415 position: relative;
416 max-height: 1.5em;
417 -webkit-align-self: flex-start;
418 align-self: flex-start;
419 -webkit-box-ordinal-group: 4;
420 -webkit-order: 3;
421 order: 3
422 }
423
424 .pll-wizard-service-item .pll-wizard-service-toggle {
425 position: relative
426 }
427
428 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] {
429 position:absolute;
430 opacity: 0;
431 }
432
433 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label {
434 position: relative;
435 display: inline-block;
436 width: 44px;
437 height: 20px;
438 border-radius: 10em;
439 cursor: pointer;
440 text-indent: -9999px;
441 }
442
443 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:focus + label {
444 border:1px dashed #777;
445 }
446
447 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::before,
448 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::after {
449 content: '';
450 position: absolute;
451 }
452
453 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::before {
454 left: 0;
455 top: 0;
456 width: 44px;
457 height: 20px;
458 background: #ddd;
459 border-radius: 10em;
460 transition: background-color .2s;
461 }
462
463 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::after {
464 width: 16px;
465 height: 16px;
466 transition: all .2s;
467 border-radius: 50%;
468 background: #fff;
469 margin: 2px;
470 top: 0;
471 left: 0;
472 }
473
474 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:checked + label::before {
475 background:#a03f3f;
476 }
477
478 .pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:checked + label::after {
479 right: 0;
480 left:auto;
481 }
482
483 .pll-wizard-service-item .pll-wizard-service-settings {
484 display: none;
485 margin-top: .75em;
486 margin-bottom: 0;
487 cursor: default
488 }
489
490 .pll-wizard-service-item .pll-wizard-service-settings.hide {
491 display: none
492 }
493
494 .pll-wizard-service-item.checked .pll-wizard-service-settings {
495 display: inline-block
496 }
497
498 .pll-wizard-service-item.checked .pll-wizard-service-settings.hide {
499 display: none
500 }
501
502 .pll-wizard-service-item.closed {
503 border-bottom: 0
504 }
505
506 .step {
507 text-align: center
508 }
509
510 .pll-wizard .button .dashicons{
511 vertical-align: middle;
512 }
513 .rtl .dashicons-arrow-right-alt2:before {
514 content: "\f341";
515 }
516 .pll-wizard .pll-wizard-actions .button:active,
517 .pll-wizard .pll-wizard-actions .button:focus,
518 .pll-wizard .pll-wizard-actions .button:hover {
519 box-shadow: none
520 }
521
522 .pll-wizard-next-steps {
523 border: 1px solid #eee;
524 border-radius: 4px;
525 list-style: none;
526 padding: 0
527 }
528
529 .pll-wizard-next-steps li {
530 padding: 0
531 }
532
533 .pll-wizard-next-steps .pll-wizard-next-step-item {
534 display: -webkit-box;
535 display: -webkit-flex;
536 display: flex;
537 border-top: 1px solid #eee
538 }
539
540 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border,
541 .pll-wizard-next-steps .pll-wizard-next-step-item:first-child {
542 border-top: 0
543 }
544
545 .pll-wizard-next-steps .pll-wizard-next-step-description {
546 -webkit-box-flex: 1;
547 -webkit-flex-grow: 1;
548 flex-grow: 1;
549 margin: 1.5em
550 }
551
552 .pll-wizard-next-steps .pll-wizard-next-step-action {
553 -webkit-box-flex: 0;
554 -webkit-flex-grow: 0;
555 flex-grow: 0;
556 display: -webkit-box;
557 display: -webkit-flex;
558 display: flex;
559 -webkit-box-align: center;
560 -webkit-align-items: center;
561 align-items: center
562 }
563
564 .pll-wizard-next-steps .pll-wizard-next-step-action .button {
565 margin: 1em 1.5em
566 }
567
568 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-next-step-description,
569 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-actions,
570 .pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-next-step-action .button{
571 margin-top: 0;
572 }
573
574
575 .pll-wizard-next-steps p.next-step-heading {
576 margin: 0;
577 font-size: .95em;
578 font-weight: 400;
579 font-variant: all-petite-caps
580 }
581
582 .pll-wizard-next-steps p.next-step-extra-info {
583 margin: 0
584 }
585
586 .pll-wizard-next-steps h3.next-step-description {
587 margin: 0;
588 font-size: 16px;
589 font-weight: 600;
590 }
591
592 .pll-wizard-next-steps .pll-wizard-additional-steps {
593 border-top: 1px solid #eee;
594 }
595
596 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-next-step-description {
597 margin-bottom: 0
598 }
599
600 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions {
601 margin: 0 0 1.5em 0;
602 }
603
604 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button {
605 font-size: 15px;
606 margin: 1em 0 1em 1.5em;
607 }
608 .rtl .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button {
609 margin: 1em 1.5em 1em 0;
610 }
611
612 .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button::last-child {
613 margin-right: 1.5em;
614 }
615
616 .pll-wizard-content img{
617 max-width: 100%;
618 margin-right: 0.5em;
619 }
620 .rtl .pll-wizard-content img{
621 margin-left: 0.5em;
622 }
623
624 .pll-wizard-content .form-field label{
625 margin-bottom: 5px;
626 display: block;
627 }
628
629 .pll-wizard-content .form-field select{
630 padding: 3px;
631 }
632
633 .pll-wizard-content .languages-step select,
634 .pll-wizard-content .untranslated-contents-step select{
635 width: 100%;
636 }
637
638 .languages-step .form-field .button{
639 margin-left: 15px;
640 }
641 .languages-step .form-field .button > span{
642 margin-right: 0.3em;
643 }
644 .rtl .languages-step .form-field .button{
645 margin-left: 0;
646 margin-right: 15px;
647 }
648 .rtl .languages-step .form-field .button > span{
649 margin-left: 0.3em;
650 margin-right: 0;
651 }
652
653 .pll-wizard-content .languages-step .select-language-field{
654 display: flex;
655 }
656
657 .pll-wizard-content #languages{
658 display: none;
659 }
660 .pll-wizard-content #languages tr th:first-child{
661 width: 80%;
662 }
663 .pll-wizard-content #languages .dashicons{
664 color: #a03f3f;
665 }
666 .pll-wizard-content #languages img{
667 margin-right: 5px;
668 }
669 .pll-wizard-content .error{
670 color: #a03f3f;
671 font-weight: bold;
672 }
673 .pll-wizard-content #messages .error{
674 background: #fccfcf;
675 padding: 0.5rem;
676 border: 1px solid #a03f3f;
677 margin-bottom: 0.5rem;
678 }
679
680 .pll-wizard-content #slide-toggle{
681 position:absolute;
682 opacity: 0;
683 }
684
685 .pll-wizard-content #slide-toggle + label{
686 position:relative;
687 }
688 .pll-wizard-content #slide-toggle + label + span{
689 display: block;
690 }
691
692 .pll-wizard-content #slide-toggle + label .dashicons{
693 margin-right: 0.3em;
694 }
695 .rtl .pll-wizard-content #slide-toggle + label .dashicons{
696 margin-left: 0.3em;
697 margin-right: 0;
698 }
699 .pll-wizard-content #slide-toggle ~ #screenshot > img {
700 max-height: 500px;
701 margin-top: 10px;
702 -webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
703 transition: all .5s cubic-bezier(0, 1, 0.5, 1);
704 }
705 .pll-wizard-content #slide-toggle:checked ~ #screenshot > img {
706 max-height: 0;
707 }
708 .hide {
709 display: none;
710 }
711
712 input[type="text"].field-in-error,
713 input[type="password"].field-in-error,
714 input[type="checkbox"].field-in-error,
715 input[type="color"].field-in-error,
716 input[type="date"].field-in-error,
717 input[type="datetime"].field-in-error,
718 input[type="datetime-local"].field-in-error,
719 input[type="email"].field-in-error,
720 input[type="month"].field-in-error,
721 input[type="number"].field-in-error,
722 input[type="search"].field-in-error,
723 input[type="radio"].field-in-error,
724 input[type="tel"].field-in-error,
725 input[type="text"].field-in-error,
726 input[type="time"].field-in-error,
727 input[type="url"].field-in-error,
728 input[type="week"].field-in-error,
729 select.field-in-error,
730 textarea.field-in-error,
731 span.field-in-error,
732 .field-in-error{
733 border-color: #a03f3f;
734 }
735
736 input[type="text"].field-in-error:focus,
737 input[type="password"].field-in-error:focus,
738 input[type="checkbox"].field-in-error:focus,
739 input[type="color"].field-in-error:focus,
740 input[type="date"].field-in-error:focus,
741 input[type="datetime"].field-in-error:focus,
742 input[type="datetime-local"].field-in-error:focus,
743 input[type="email"].field-in-error:focus,
744 input[type="month"].field-in-error:focus,
745 input[type="number"].field-in-error:focus,
746 input[type="search"].field-in-error:focus,
747 input[type="radio"].field-in-error:focus,
748 input[type="tel"].field-in-error:focus,
749 input[type="text"].field-in-error:focus,
750 input[type="time"].field-in-error:focus,
751 input[type="url"].field-in-error:focus,
752 input[type="week"].field-in-error:focus,
753 select.field-in-error:focus,
754 textarea.field-in-error:focus,
755 span.field-in-error:focus,
756 .field-in-error:focus{
757 border: 1px solid #a03f3f;
758 box-shadow: 0 0 2px rgba(160, 63, 63, 0.8);
759 outline-color: #a03f3f;
760 outline-style: auto;
761 outline-width: thin;
762 }
763
764 /* override install styles by returning back to forms styles */
765 .form-table input.regular-text{
766 width: 25em;
767 }
768 .form-table input.field-in-error{
769 border-color: #a03f3f;
770 }
771 #pll-licenses-table td{
772 padding: 10px 9px;
773 }
774 #pll-licenses-table .license-valid td p{
775 min-width: 35em;
776 }
777 #pll-licenses-table .pll-deactivate-license{
778 margin: 0 0 0 20px;
779 }
780 .rtl #pll-licenses-table .pll-deactivate-license{
781 margin: 0 10px 0 0;
782 }
783 .pll-wizard-content .documentation {
784 padding: 24px 24px 0;
785 margin: 0 0 24px;
786 overflow: hidden;
787 background: #f5f5f5
788 }
789
790 .pll-wizard-content .documentation p {
791 padding: 0;
792 margin: 0 0 12px;
793 }
794 .documentation-container {
795 display: -webkit-box;
796 display: -webkit-flex;
797 display: flex;
798 justify-content: flex-end;
799 }
800
801 .documentation-container .documentation-button-container {
802 -webkit-box-flex: 0;
803 -webkit-flex-grow: 0;
804 flex-grow: 0;
805 }
806
807 .wc-setup .wc-setup-actions .button.documentation-button {
808 height: 42px;
809 padding: 0 1em;
810 margin: 0;
811 }
812 #dialog{
813 display: none;
814 }
815 .pll-wizard .ui-dialog.ui-widget-content{
816 max-height: none;
817 }
818 .pll-wizard .ui-dialog-title::before{
819 content: "\f534";
820 font-family: dashicons;
821 display: inline-block;
822 line-height: 1;
823 font-weight: 400;
824 font-style: normal;
825 speak: none;
826 text-decoration: inherit;
827 text-transform: none;
828 text-rendering: auto;
829 -webkit-font-smoothing: antialiased;
830 -moz-osx-font-smoothing: grayscale;
831 width: 20px;
832 height: 20px;
833 font-size: 20px;
834 vertical-align: middle;
835 text-align: center;
836 margin: 0 5px 5px 0;
837 transition: color 0.1s ease-in;
838 }
839 .rtl.pll-wizard .ui-dialog-title::before{
840 margin-right: 0;
841 margin-left: 5px;
842 }
843 .pll-wizard .ui-dialog ul{
844 list-style: disc;
845 padding-left: 20px;
846 }
847 .rtl.pll-wizard .ui-dialog ul{
848 padding-left: 0;
849 padding-right: 20px;
850 }
851 .pll-wizard li{
852 margin-bottom: 0;
853 }
854 #translations{
855 border-collapse: collapse;
856 }
857 #translations tbody:nth-child(odd){
858 background-color: #f9f9f9;
859 }
860 #translations.striped > tbody > :nth-child(odd) {
861 background-color: transparent; /* Override common WordPress style */
862 }
863 .pll-wizard-content mark{
864 background: transparent none;
865 }
866 .pll-wizard-content mark{
867 color: #7ad03a;
868 }
869 @media screen and (max-width: 782px) {
870 /* Override WordPress button css rules */
871 .languages-step .form-field .button{
872 font-size: 13px;
873 line-height: 26px;
874 height: 28px;
875 padding: 0 10px 1px;
876 vertical-align: top;
877 }
878
879 #pll-licenses-table .pll-deactivate-license{
880 margin: 10px 0 5px;
881 }
882 }
883 @media only screen and (max-width:620px) {
884 /* Override dialog width rule */
885 .ui-dialog{
886 width: 100% !important;
887 }
888
889 }
890 @media only screen and (max-width:500px) {
891 #pll-logo a,
892 .select-language-field{
893 flex-direction: column;
894 }
895 .select-language-field .action-buttons{
896 display: flex;
897 justify-content: flex-end;
898 }
899 .languages-step .form-field .button{
900 margin: 5px 0 0;
901 }
902 }
903 @media only screen and (max-width:400px) {
904 #pll-logo {
905 font-size: 56px;
906 }
907 .pll-wizard-steps {
908 display: none
909 }
910 .pll-wizard-service-item {
911 -webkit-flex-wrap: wrap;
912 flex-wrap: wrap
913 }
914 .pll-wizard-service-item .pll-wizard-service-enable {
915 -webkit-box-ordinal-group: 3;
916 -webkit-order: 2;
917 order: 2;
918 padding: 20px 0 0
919 }
920 .pll-wizard-service-item .pll-wizard-service-description {
921 -webkit-box-ordinal-group: 4;
922 -webkit-order: 3;
923 order: 3
924 }
925 .pll-wizard-service-item .pll-wizard-service-name {
926 padding: 20px 20px 0;
927 text-align: left;
928 -webkit-box-pack: justify!important;
929 -webkit-justify-content: space-between!important;
930 justify-content: space-between!important
931 }
932 .pll-wizard-service-item .pll-wizard-service-name img {
933 margin: 0
934 }
935 .pll-wizard-next-steps .pll-wizard-next-step-item {
936 -webkit-flex-wrap: wrap;
937 flex-wrap: wrap
938 }
939 .pll-wizard-next-steps .pll-wizard-next-step-item .pll-wizard-next-step-description {
940 margin-bottom: 0
941 }
942 .pll-wizard-next-steps .pll-wizard-next-step-item .pll-wizard-next-step-action p {
943 margin: 0
944 }
945 }
946 @media only screen and (max-width:360px) {
947 #pll-logo {
948 font-size: 48px;
949 }
950 }
951