PluginProbe
Polylang / 3.2.3
Polylang v3.2.3
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 3.2.3, at modules/wizard/css/wizard.css

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