PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 6.4
Jetpack – WP Security, Backup, Speed, & Growth v6.4
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 / css / jetpack-admin-rtl.css
jetpack-admin-rtl.css
1,495 lines 24.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Do not modify this file directly. It is compiled SASS code.
3 */
4 .j-row {
5 width: 100%;
6 margin: 0 auto;
7 }
8
9 .j-row:before, .j-row:after {
10 content: " ";
11 display: table;
12 }
13
14 .j-row:after {
15 clear: both;
16 }
17
18 .j-col {
19 padding: 0.85em;
20 width: 100%;
21 float: right;
22 position: relative;
23 }
24
25 @media only screen {
26 .j-sm-5 {
27 width: 41.66667%;
28 }
29 .j-sm-7 {
30 width: 58.33333%;
31 }
32 .j-sm-12 {
33 width: 100%;
34 }
35 }
36
37 @media (min-width: 530px) {
38 .j-md-4 {
39 width: 33.33333%;
40 }
41 .j-md-6 {
42 width: 50%;
43 }
44 .j-md-8 {
45 width: 66.66667%;
46 }
47 .j-md-12 {
48 width: 100%;
49 }
50 }
51
52 @media (min-width: 782px) {
53 .j-lrg-4 {
54 width: 33.33333%;
55 }
56 .j-lrg-5 {
57 width: 41.66667%;
58 }
59 .j-lrg-6 {
60 width: 50%;
61 }
62 .j-lrg-7 {
63 width: 58.33333%;
64 }
65 .j-lrg-8 {
66 width: 66.66667%;
67 }
68 .j-lrg-12 {
69 width: 100%;
70 }
71 }
72
73 @keyframes "candy" {
74 0% {
75 transform: scale(1);
76 }
77 20% {
78 transform: scale(1.15);
79 }
80 60% {
81 transform: scale(0.95);
82 }
83 100% {
84 transform: scale(1);
85 }
86 }
87
88 .button,
89 .download-jetpack {
90 transition: all .1s ease-in-out;
91 }
92
93 .jp-button, .jp-button--settings {
94 display: inline-block;
95 position: relative;
96 padding: 0.76923em 1.46154em;
97 color: #efefef;
98 font-weight: bold;
99 font-size: 0.9285714286em;
100 line-height: 1;
101 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
102 background: #6f7476;
103 border-radius: 3px;
104 }
105
106 .jp-button:visited, .jp-button--settings:visited {
107 color: #efefef;
108 }
109
110 .jp-button:hover, .jp-button--settings:hover, .jp-button:focus, .jp-button--settings:focus {
111 color: #fff;
112 background: #57972d;
113 }
114
115 .jp-button:active, .jp-button--settings:active {
116 background: #57972d;
117 opacity: 0.8;
118 }
119
120 .jp-button--settings {
121 background: #93b45f;
122 color: #e8eedf;
123 }
124
125 .jp-button--settings:visited {
126 color: #e8eedf;
127 }
128
129 .jp-button--settings:hover, .jp-button--settings:focus {
130 background: #9fbd72;
131 color: #fff;
132 }
133
134 .jp-button--settings.current {
135 background: #3c6621;
136 color: #fff;
137 box-shadow: inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621;
138 }
139
140 .download-jetpack {
141 display: inline-block;
142 position: relative;
143 padding: 0.64286em 1.08696em 0.53571em;
144 color: #fff;
145 font-weight: 400;
146 font-size: 20px;
147 line-height: 1;
148 background: #518d2a;
149 z-index: 3;
150 border-radius: 6px;
151 box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
152 }
153
154 .download-jetpack:visited {
155 color: #fff;
156 }
157
158 .download-jetpack:hover, .download-jetpack:focus {
159 color: #fff;
160 background: #57972d;
161 box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
162 }
163
164 .download-jetpack:active {
165 top: 6px;
166 box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
167 }
168
169 .download-jetpack:active:after {
170 top: -6px;
171 }
172
173 .download-jetpack:before {
174 content: '';
175 display: inline-block;
176 position: relative;
177 top: -2px;
178 margin-left: 13px;
179 width: 30px;
180 height: 30px;
181 vertical-align: middle;
182 background: url("../images/connect-plug.svg") center center no-repeat;
183 background-size: 100%;
184 }
185
186 .download-jetpack:after {
187 content: '';
188 position: absolute;
189 top: 0;
190 right: 0;
191 width: 100%;
192 height: 100%;
193 }
194
195 @media (max-width: 1147px) {
196 .download-jetpack {
197 font-size: 1.28571em;
198 }
199 .download-jetpack:before {
200 top: -1px;
201 width: 23px;
202 height: 23px;
203 }
204 }
205
206 @media (max-width: 900px) {
207 .download-jetpack:active {
208 top: 0;
209 }
210 }
211
212 @media (max-width: 530px) {
213 .download-jetpack {
214 font-size: 1.21429em;
215 font-weight: 600;
216 }
217 .download-jetpack:before {
218 width: 19px;
219 height: 19px;
220 margin-left: 9px;
221 }
222 }
223
224 @font-face {
225 font-family: 'automatticons';
226 src: url("../_inc/fonts/automatticons/automatticons.eot");
227 src: url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/automatticons/automatticons.woff") format("woff"), url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"), url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");
228 font-weight: normal;
229 font-style: normal;
230 }
231
232 .nav-horizontal:after {
233 content: ".";
234 display: block;
235 height: 0;
236 clear: both;
237 visibility: hidden;
238 }
239
240 .nav-horizontal a {
241 display: inline-block;
242 }
243
244 .nav-horizontal li {
245 position: relative;
246 float: right;
247 }
248
249 .nav-horizontal ul {
250 margin: 0;
251 padding: 0;
252 }
253
254 @media (max-width: 782px) {
255 .configure .frame.top.fixed {
256 padding-right: 0;
257 }
258 }
259
260 .wrap.inner,
261 .page-content {
262 max-width: 950px;
263 margin: 0 auto;
264 }
265
266 .wrap.inner li,
267 .page-content li {
268 line-height: 23px;
269 }
270
271 @media (max-width: 530px) {
272 .page-content {
273 margin-top: 0;
274 }
275 }
276
277 @media (max-width: 1147px) {
278 .wrap.inner {
279 background: #f9f9f9;
280 padding: 15px;
281 }
282 }
283
284 @media (max-width: 530px) {
285 .wrap.inner {
286 margin-top: 1.71429em;
287 }
288 }
289
290 .page-content.about {
291 position: relative;
292 z-index: 10;
293 }
294
295 @media (max-width: 1147px) {
296 .page-content.about {
297 background: #f9f9f9;
298 padding: 15px;
299 }
300 }
301
302 @media (max-width: 1147px) {
303 .page-content.configure {
304 background: #f9f9f9;
305 }
306 }
307
308 .footer nav {
309 max-width: 550px;
310 margin: 0 auto;
311 }
312
313 .header {
314 right: 0;
315 left: 0;
316 background: #81a844;
317 }
318
319 .header-nav li {
320 line-height: 60px;
321 }
322
323 .header-nav a {
324 padding: 0 0.71429em;
325 line-height: 24px;
326 }
327
328 .header-nav .jetpack-logo a {
329 display: inline-block;
330 position: relative;
331 width: 214px;
332 margin-left: 6px;
333 background: url(../images/jetpack-logo.png) center center no-repeat;
334 background: url(../images/jetpack-logo.svg) center center no-repeat, none;
335 background-size: 183px auto;
336 color: #fff;
337 line-height: 60px;
338 font-weight: normal;
339 }
340
341 .header-nav .jetpack-logo a span {
342 text-indent: -9999px;
343 visibility: hidden;
344 }
345
346 .header-nav .jetpack-logo a:before {
347 content: '';
348 position: absolute;
349 top: 0;
350 right: 0;
351 width: 100%;
352 height: 100%;
353 background-size: 183px 32px;
354 }
355
356 .header-nav .jetpack-modules + .jetpack-modules {
357 margin-right: 15px;
358 }
359
360 .main-nav {
361 float: right;
362 }
363
364 .main-nav li {
365 margin: 0;
366 }
367
368 @media (max-width: 900px) {
369 .main-nav {
370 font-size: 13px;
371 }
372 }
373
374 .jetpack-pagestyles #screen-meta {
375 margin: 0;
376 }
377
378 .jetpack-pagestyles #screen-meta-links .screen-meta-toggle {
379 z-index: 2;
380 }
381
382 .jetpack-pagestyles #screen-options-link-wrap, .jetpack-pagestyles #contextual-help-link-wrap {
383 border: none;
384 }
385
386 .jetpack-pagestyles .update-nag {
387 display: none;
388 }
389
390 .loading {
391 bottom: 50%;
392 position: absolute;
393 top: 50%;
394 width: 100%;
395 }
396
397 .loading span {
398 color: #999;
399 }
400
401 .modal {
402 background: #fff;
403 position: fixed;
404 top: 52px;
405 bottom: 20px;
406 left: 20px;
407 right: 20px;
408 margin-right: 160px;
409 display: none;
410 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
411 z-index: 500;
412 }
413
414 .modal .close {
415 position: absolute;
416 top: 0;
417 left: 0;
418 font: 300 1.71429em "genericons" !important;
419 color: #777;
420 content: '\f405';
421 display: inline-block;
422 padding: 0.28571em 0.71429em 0.42857em;
423 z-index: 5;
424 }
425
426 .modal .close:hover {
427 background: #eee;
428 opacity: 0.8;
429 }
430
431 .modal .close:active {
432 background: #eee;
433 opacity: 0.4;
434 }
435
436 .modal .content-container {
437 position: absolute;
438 top: 0;
439 left: 0;
440 bottom: 0;
441 right: 0;
442 overflow: auto;
443 padding: 2.14286em;
444 }
445
446 .modal .content {
447 margin: 0 auto;
448 max-width: 900px;
449 text-align: right;
450 }
451
452 .modal h2 {
453 text-align: right;
454 margin-top: 0;
455 color: #5d6d74;
456 font-weight: 300;
457 line-height: 32px;
458 text-shadow: 0 1px 1px #fff;
459 }
460
461 @media (max-width: 530px) {
462 .modal h2 {
463 font-size: 26px;
464 }
465 }
466
467 .modal h5 {
468 clear: right;
469 }
470
471 .modal p {
472 font-size: 1.23077em;
473 }
474
475 .modal footer {
476 position: absolute;
477 right: 0;
478 bottom: 0;
479 width: 100%;
480 padding: 12px 20px;
481 border-top: 1px solid #ddd;
482 background: #fff;
483 text-align: left;
484 }
485
486 .modal footer ul {
487 margin: 0;
488 }
489
490 .modal footer li {
491 display: inline-block;
492 margin: 0;
493 }
494
495 .modal .button-secondary,
496 .modal .button-primary:active {
497 vertical-align: baseline;
498 }
499
500 @media (max-width: 900px) {
501 .modal {
502 bottom: 5%;
503 margin-right: 36px;
504 font-size: 80%;
505 }
506 .modal .content {
507 top: 38px;
508 }
509 }
510
511 @media (max-width: 782px) {
512 .modal {
513 top: 66px;
514 margin-right: 0;
515 }
516 }
517
518 @media (max-width: 600px) {
519 .modal {
520 top: 10px;
521 left: 10px;
522 bottom: 10px;
523 right: 10px;
524 }
525 }
526
527 .jp-info-img {
528 float: left;
529 margin: 0 30px 8px 0;
530 }
531
532 .jp-info-img img {
533 border: 1px solid #ddd;
534 max-width: 100%;
535 height: auto;
536 }
537
538 .jp-info-img img:first-child {
539 margin-top: 0;
540 }
541
542 @media (max-width: 782px) {
543 .jp-info-img {
544 float: none;
545 margin: 0 0 15px;
546 }
547 }
548
549 .content-container.modal-footer {
550 bottom: 53px;
551 }
552
553 .shade {
554 background: #000;
555 bottom: 0;
556 cursor: pointer;
557 display: none;
558 right: 0;
559 opacity: 0.2;
560 position: fixed;
561 left: 0;
562 top: 0;
563 z-index: 11;
564 }
565
566 .footer {
567 margin-top: 1.42857em;
568 position: relative;
569 padding: 10em 0 4.28571em;
570 text-align: center;
571 }
572
573 .footer:before, .footer:after {
574 content: '';
575 position: absolute;
576 right: 0;
577 pointer-events: none;
578 }
579
580 .footer:before {
581 top: 0;
582 margin-top: -1px;
583 width: 100%;
584 height: 195px;
585 }
586
587 .footer:after {
588 display: none;
589 }
590
591 .footer .download-jetpack {
592 margin-bottom: 33px;
593 }
594
595 @media (min-width: 1147px) {
596 .footer {
597 padding-bottom: 35px;
598 }
599 }
600
601 @media (max-width: 1147px) {
602 .footer {
603 padding-top: 165px;
604 padding-bottom: 0;
605 }
606 .footer:before {
607 background-size: 160% auto;
608 }
609 .footer ul {
610 float: none;
611 overflow: hidden;
612 }
613 }
614
615 @media (max-width: 900px) {
616 .footer {
617 padding-top: 146px;
618 }
619 }
620
621 @media (max-width: 782px) {
622 .footer {
623 margin-top: 0;
624 }
625 }
626
627 @media (max-width: 530px) {
628 .footer {
629 margin-top: 0;
630 padding-top: 135px;
631 }
632 }
633
634 @media (max-width: 320px) {
635 .footer {
636 padding-top: 76px;
637 }
638 }
639
640 .footer nav {
641 max-width: 100%;
642 }
643
644 .footer nav a,
645 .footer nav a:visited {
646 padding: 4px 6px;
647 color: #999;
648 }
649
650 .footer nav a:hover, .footer nav a:focus,
651 .footer nav a:visited:hover,
652 .footer nav a:visited:focus {
653 color: #81A844;
654 }
655
656 @media (max-width: 1147px) {
657 .footer nav a:hover, .footer nav a:focus,
658 .footer nav a:visited:hover,
659 .footer nav a:visited:focus {
660 color: #81a844;
661 }
662 }
663
664 @media (max-width: 530px) {
665 .footer nav li {
666 display: block;
667 float: none;
668 margin: 0;
669 text-align: right;
670 }
671 .footer nav a {
672 display: block;
673 padding: 0 16px;
674 line-height: 44px;
675 }
676 }
677
678 .primary {
679 padding: 25px 15px 10px 15px;
680 border-bottom: 1px solid #eee;
681 }
682
683 .secondary-footer {
684 margin: 0 auto;
685 }
686
687 .secondary-footer li {
688 margin-left: 5px;
689 }
690
691 @media (min-width: 782px) {
692 .secondary-footer {
693 padding: 8px 15px 10px;
694 margin-bottom: 30px;
695 border-bottom: 1px solid #eee;
696 }
697 }
698
699 @media (min-width: 1147px) {
700 .secondary-footer {
701 margin-bottom: 0;
702 }
703 }
704
705 @media (max-width: 782px) {
706 .secondary-footer {
707 padding: 8px 15px 8px;
708 border-bottom: none;
709 }
710 }
711
712 @media (max-width: 530px) {
713 .secondary-footer {
714 margin: 0;
715 padding: 0;
716 border: none;
717 font-weight: 400;
718 }
719 .secondary-footer a {
720 border-top: 1px solid #eee;
721 }
722 }
723
724 .footer .a8c-attribution {
725 margin: 0;
726 padding: 0 6px;
727 color: #bbb;
728 font-size: 0.78571em;
729 font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
730 text-transform: uppercase;
731 }
732
733 .footer .a8c-attribution a {
734 display: inline-block;
735 position: relative;
736 padding: 4px 16px;
737 left: 9999px;
738 outline: 0;
739 }
740
741 .footer .a8c-attribution a:after {
742 content: 'A';
743 position: absolute;
744 top: 2px;
745 left: -9999px;
746 height: 100%;
747 color: #999;
748 font-size: 1.54545em;
749 font-family: "automatticons";
750 text-align: center;
751 }
752
753 .footer .a8c-attribution a:hover:after {
754 animation: candy .4s ease-in-out;
755 }
756
757 @media (min-width: 782px) {
758 .secondary {
759 padding: 0 15px 10px 15px;
760 border-bottom: 1px solid #eee;
761 }
762 }
763
764 @media (min-width: 1147px) {
765 .secondary {
766 padding: 0 15px 10px 15px;
767 border-bottom: none;
768 }
769 }
770
771 .jetpack-message {
772 background: #8eb74e;
773 border: 1px solid #73963d;
774 margin: 33px auto 0;
775 max-width: 90%;
776 position: relative;
777 z-index: 2;
778 }
779
780 .jetpack-message.is-opt-in {
781 margin: 50px 0 0;
782 max-width: 100%;
783 padding: 10px 15px;
784 background: #fff;
785 border: 0;
786 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
787 font-size: 13px;
788 text-align: center;
789 }
790
791 .subhead .jetpack-message.is-opt-in {
792 margin: 0;
793 padding-bottom: 0;
794 background: transparent;
795 box-shadow: none;
796 }
797
798 .subhead .jetpack-message.is-opt-in .jp-button, .subhead .jetpack-message.is-opt-in .jp-button--settings {
799 display: inline-block;
800 }
801
802 .jetpack-message.is-opt-in p {
803 color: #3c4549;
804 }
805
806 .jetpack-message.is-opt-in .jp-button, .jetpack-message.is-opt-in .jp-button--settings {
807 margin-top: 15px;
808 display: none;
809 }
810
811 .jetpack-message .squeezer h2 {
812 font-size: 1em;
813 }
814
815 .jetpack-message h2 {
816 color: #fff;
817 margin: 0;
818 }
819
820 .jetpack-message p {
821 color: #fff;
822 margin: 0;
823 opacity: 0.7;
824 }
825
826 .jetpack-message .squeezer {
827 padding: 23px 80px 23px 23px;
828 position: relative;
829 text-align: right;
830 }
831
832 .jetpack-message .squeezer:before {
833 color: #fff;
834 content: '\f418';
835 font-family: 'Genericons';
836 font-size: 33px;
837 height: 33px;
838 right: 25px;
839 opacity: 0.6;
840 position: absolute;
841 top: 23px;
842 top: calc( 50% - 22px);
843 }
844
845 @media (max-width: 530px) {
846 .jetpack-message .squeezer {
847 padding: 23px;
848 }
849 .jetpack-message .squeezer:before {
850 display: none;
851 }
852 }
853
854 .jetpack-message .squeezer a {
855 color: #FFF;
856 border-bottom: 1px solid #D5E4BD;
857 }
858
859 .jetpack-message .squeezer a:hover {
860 border-bottom: 1px solid #F1F6E9;
861 }
862
863 .jetpack-message.error .squeezer:before,
864 .jetpack-message.jetpack-err .squeezer:before {
865 content: '\f414';
866 }
867
868 .configure-module .jetpack-message {
869 max-width: 100%;
870 }
871
872 @media (max-width: 530px) {
873 .wrap.inner.jp-support .jp-support-column-left {
874 width: 100%;
875 }
876 .wrap.inner.jp-support .jp-support-column-left .widget-text {
877 margin-left: 0;
878 width: 100%;
879 }
880 .wrap.inner.jp-support .jp-support-column-right {
881 width: 100%;
882 }
883 }
884
885 @media screen and (max-width: 515px) {
886 .jp-frame .header-nav {
887 padding-bottom: 10px;
888 }
889 .jp-frame .header-nav li {
890 line-height: 30px;
891 }
892 .jp-frame .header-nav .jetpack-logo {
893 width: 100%;
894 text-align: center;
895 }
896 .jp-frame .header-nav .jetpack-modules {
897 margin: 0;
898 width: 50%;
899 text-align: left;
900 padding: 0 5px;
901 }
902 .jp-frame .header-nav .jetpack-modules + .jetpack-modules {
903 text-align: right;
904 }
905 .jp-frame .header-nav .jetpack-modules:nth-child(4) {
906 text-align: center;
907 margin: 0 auto;
908 width: 100%;
909 }
910 .jp-frame .header-nav .jetpack-modules:nth-child(4) a {
911 padding: 0 10px;
912 }
913 }
914
915 #ie-legacy-notice .dops-notice__content {
916 display: inline-block;
917 margin-right: 10px;
918 }
919
920 .page-content.configure {
921 margin-top: 0;
922 }
923
924 .configure .frame.top {
925 border: none;
926 box-shadow: none;
927 padding-top: 1.42857em;
928 position: relative;
929 top: auto;
930 }
931
932 .configure .frame.top.fixed {
933 background: #f9f9f9;
934 border-bottom: 1px solid #e9e9e9;
935 padding-right: 160px;
936 margin-top: -6px;
937 position: fixed;
938 left: 0;
939 top: 32px;
940 width: 100%;
941 z-index: 4;
942 box-shadow: 0 2px 2px -2px #eee;
943 }
944
945 @media (max-width: 782px) {
946 .configure .frame.top.fixed {
947 border: none;
948 box-shadow: none;
949 padding-top: 1.42857em;
950 position: relative;
951 top: auto;
952 }
953 }
954
955 @media (max-width: 600px) {
956 .configure .frame.top.fixed {
957 top: 0;
958 }
959 }
960
961 .jp-frame-top-fixed .configure {
962 padding-top: 94px;
963 }
964
965 .filter-search {
966 display: none;
967 float: left;
968 margin-top: 10px;
969 }
970
971 @media (max-width: 782px) {
972 .filter-search {
973 display: block;
974 }
975 }
976
977 @media (max-width: 530px) {
978 .filter-search {
979 display: none;
980 }
981 }
982
983 .table-bordered.jetpack-modules {
984 border: none;
985 margin-bottom: 0;
986 }
987
988 .table-bordered.jetpack-modules tr.jetpack-module th {
989 border-right: 0;
990 padding: 14px 4px 0;
991 }
992
993 .table-bordered.jetpack-modules tr.jetpack-module th input {
994 display: block;
995 }
996
997 .table-bordered.jetpack-modules tr.jetpack-module:hover .genericon {
998 display: inline-block;
999 }
1000
1001 .table-bordered.jetpack-modules tr.jetpack-module.active th,
1002 .table-bordered.jetpack-modules tr.jetpack-module.active td {
1003 background: #f7fcfe;
1004 }
1005
1006 .table-bordered.jetpack-modules tr.jetpack-module.active th {
1007 border-right: 4px solid #2ea2cc;
1008 padding-right: 0px;
1009 }
1010
1011 .table-bordered.jetpack-modules tr.jetpack-module.active td:first-child {
1012 border-right: 4px solid #2ea2cc;
1013 }
1014
1015 .table-bordered.jetpack-modules tr.jetpack-module.unavailable input {
1016 display: none;
1017 }
1018
1019 .table-bordered.jetpack-modules tr.jetpack-module.deprecated span {
1020 color: #888;
1021 }
1022
1023 .table-bordered.jetpack-modules tr.jetpack-module.deprecated .dep-msg {
1024 margin-left: 10px;
1025 color: #555;
1026 }
1027
1028 .table-bordered.jetpack-modules tr.jetpack-module th,
1029 .table-bordered.jetpack-modules tr.jetpack-module td {
1030 background: #fff;
1031 margin: 0;
1032 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1033 }
1034
1035 .table-bordered.jetpack-modules tr.jetpack-module td {
1036 padding: 10px 14px 8px 10px;
1037 line-height: 25px;
1038 }
1039
1040 .table-bordered.jetpack-modules tr.jetpack-module td:first-child {
1041 border-right: 4px solid #fff;
1042 }
1043
1044 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1045 float: left;
1046 padding: 0 0 1px;
1047 visibility: visible;
1048 }
1049
1050 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span {
1051 margin-right: 5px;
1052 }
1053
1054 @media (max-width: 530px) {
1055 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1056 display: none;
1057 }
1058 }
1059
1060 @media (max-width: 782px) {
1061 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1062 display: block;
1063 padding-right: 10px;
1064 visibility: visible;
1065 }
1066 }
1067
1068 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module:hover td .row-actions span a {
1069 opacity: 1;
1070 }
1071
1072 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module.unavailable {
1073 opacity: 0.3;
1074 }
1075
1076 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a {
1077 opacity: 0;
1078 }
1079
1080 .table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a:focus {
1081 opacity: 1;
1082 }
1083
1084 .table-bordered.jetpack-modules > thead > tr > th {
1085 border: 0;
1086 vertical-align: middle;
1087 }
1088
1089 .table-bordered.jetpack-modules > thead > tr > th:last-child {
1090 padding-left: 0;
1091 }
1092
1093 @media (max-width: 782px) {
1094 .table-bordered.jetpack-modules > thead > tr > th:last-child {
1095 padding-right: 0;
1096 }
1097 }
1098
1099 .table-bordered.jetpack-modules td {
1100 background: #fff;
1101 }
1102
1103 .table-bordered.jetpack-modules #doaction {
1104 margin-top: 0;
1105 }
1106
1107 @media (max-width: 782px) {
1108 .table-bordered.jetpack-modules #doaction {
1109 padding: 10px 7px;
1110 }
1111 }
1112
1113 .table-bordered.jetpack-modules .checkall {
1114 margin-top: 1px;
1115 }
1116
1117 .table-bordered.jetpack-modules .filter-search {
1118 margin-top: 8px;
1119 }
1120
1121 .table-bordered.jetpack-modules .genericon {
1122 color: #999;
1123 display: none;
1124 margin: 7px 3px 0;
1125 }
1126
1127 @media (max-width: 900px) {
1128 .table-bordered.jetpack-modules .genericon {
1129 display: inline-block;
1130 }
1131 }
1132
1133 .table-bordered.jetpack-modules .med {
1134 width: 70px;
1135 }
1136
1137 .table-bordered.jetpack-modules .sm {
1138 width: 30px;
1139 }
1140
1141 @media (max-width: 782px) {
1142 .table-bordered.jetpack-modules .check-column {
1143 width: 50px;
1144 }
1145 }
1146
1147 .fixed-top .check-column {
1148 padding: 8px 10px 0 10px;
1149 width: 2.2em;
1150 }
1151
1152 .wrap {
1153 margin: 0;
1154 padding: 0 1.5em 1em;
1155 overflow: hidden;
1156 }
1157
1158 .wrap h2 {
1159 font-size: 24px;
1160 font-weight: 400;
1161 }
1162
1163 .wrap .manage-left {
1164 float: right;
1165 margin: 0;
1166 padding: 0;
1167 width: 63%;
1168 }
1169
1170 .wrap .manage-left table {
1171 width: 100%;
1172 }
1173
1174 .wrap .manage-left th {
1175 font-weight: 400;
1176 }
1177
1178 @media (max-width: 782px) {
1179 .wrap .manage-left {
1180 width: 100%;
1181 }
1182 }
1183
1184 .wrap .manage-right {
1185 margin: 0;
1186 padding: 0;
1187 float: left;
1188 width: 35%;
1189 z-index: 1;
1190 }
1191
1192 .wrap .manage-right p {
1193 font-size: 12px;
1194 font-weight: bold;
1195 color: #bbb;
1196 padding-top: 2px;
1197 text-transform: uppercase;
1198 letter-spacing: 1px;
1199 clear: right;
1200 }
1201
1202 .wrap .manage-right .bumper {
1203 margin-right: 33px;
1204 }
1205
1206 .wrap .manage-right.show {
1207 display: block;
1208 overflow-y: auto;
1209 overflow-x: hidden;
1210 position: absolute;
1211 z-index: 100000;
1212 }
1213
1214 .wrap .manage-right .search-bar {
1215 margin-bottom: 18px;
1216 max-width: 300px;
1217 }
1218
1219 .wrap .manage-right p.search-box {
1220 float: none;
1221 height: auto;
1222 margin-bottom: 0;
1223 position: relative;
1224 }
1225
1226 .wrap .manage-right p.search-box input[type='search'] {
1227 padding: 0 8px;
1228 width: 90%;
1229 line-height: initial;
1230 }
1231
1232 @media (max-width: 782px) {
1233 .wrap .manage-right p.search-box input[type='search'] {
1234 float: right;
1235 padding: 9px 8px;
1236 }
1237 }
1238
1239 .wrap .manage-right p.search-box input[type="submit"] {
1240 display: none;
1241 }
1242
1243 .wrap .manage-right .button-group .button {
1244 outline: none;
1245 }
1246
1247 .wrap .manage-right .subsubsub {
1248 margin: 0;
1249 padding: 0;
1250 }
1251
1252 .wrap .manage-right .subsubsub a {
1253 padding: 0;
1254 line-height: inherit;
1255 }
1256
1257 .wrap .manage-right .subsubsub .current {
1258 padding: 1px 5px;
1259 border-radius: 2px;
1260 margin-right: -5px;
1261 background: #0D72B2;
1262 color: #fff;
1263 }
1264
1265 .wrap .manage-right .subsubsub .current .count {
1266 color: #BCD7E7;
1267 font-weight: 200;
1268 }
1269
1270 .wrap .manage-right .subsubsub li {
1271 display: block;
1272 text-align: right;
1273 }
1274
1275 @media (max-width: 782px) {
1276 .wrap .manage-right {
1277 background: #fff;
1278 bottom: 0;
1279 display: none;
1280 min-width: 300px;
1281 position: fixed;
1282 left: 0;
1283 top: 0;
1284 z-index: 13;
1285 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
1286 }
1287 .wrap .manage-right .bumper {
1288 margin: 13px;
1289 }
1290 .wrap .manage-right .navbar-form {
1291 margin: 0;
1292 padding: 0;
1293 }
1294 }
1295
1296 @media (max-width: 782px) {
1297 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) {
1298 padding: 11px 10px;
1299 display: block;
1300 }
1301 .manage-right.show .subsubsub li {
1302 padding: 5px;
1303 }
1304 }
1305
1306 @media (max-width: 650px) {
1307 .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
1308 float: none;
1309 padding-right: 18px;
1310 }
1311 }
1312
1313 @media (max-width: 430px) {
1314 .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
1315 display: none;
1316 }
1317 .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
1318 display: block;
1319 }
1320 }
1321
1322 /* 'Pages' is a temporary location for these styles, until we can break them up into their proper atmoic locations */
1323 .configure-module p {
1324 font-size: 14px;
1325 }
1326
1327 .configure-module p.success, .configure-module p.error {
1328 color: #fff;
1329 padding: 10px;
1330 }
1331
1332 .configure-module p.success {
1333 background-color: #81a844;
1334 }
1335
1336 .configure-module p.error {
1337 background-color: #d94f4f;
1338 }
1339
1340 .protect-status p {
1341 font-size: 16px;
1342 }
1343
1344 .protect-status strong {
1345 display: inline-block;
1346 margin-top: 10px;
1347 background: #fff;
1348 padding: 10px;
1349 border: 1px #ddd solid;
1350 font-size: 16px;
1351 color: #000;
1352 max-width: 100%;
1353 }
1354
1355 .protect-status.attn {
1356 color: #d94f4f;
1357 }
1358
1359 .protect-status.working {
1360 color: #81a844;
1361 }
1362
1363 .protect-whitelist textarea {
1364 width: 100%;
1365 min-height: 150px;
1366 }
1367
1368 /* btns + inputs */
1369 .configure-module input[disabled] {
1370 opacity: .5;
1371 }
1372
1373 .configure-module input.button-primary {
1374 font-weight: bold;
1375 }
1376
1377 /* whitelist table */
1378 @media only screen and (min-width: 1100px) {
1379 .protect-whitelist {
1380 width: 65%;
1381 float: right;
1382 }
1383 }
1384
1385 /* end > 1065px */
1386 @media only screen and (max-width: 400px) {
1387 .protect-status strong {
1388 font-size: 12px;
1389 overflow: auto;
1390 }
1391 }
1392
1393 /* end < 400px */
1394 .manage__icon {
1395 width: 155px;
1396 height: 155px;
1397 margin: 20px auto;
1398 }
1399
1400 .manage-page .manage__description {
1401 max-width: 600px;
1402 text-align: center;
1403 font-size: 22px;
1404 color: #999;
1405 margin: 20px auto;
1406 }
1407
1408 .manage-page .manage__button {
1409 font-size: 16px;
1410 padding: 0 20px;
1411 height: 40px;
1412 line-height: 40px;
1413 }
1414
1415 .manage__title .genericon {
1416 font-size: 38px;
1417 color: #81A944;
1418 }
1419
1420 .manage__link {
1421 font-size: 16px;
1422 padding: 0 20px;
1423 height: 40px;
1424 line-height: 40px;
1425 font-weight: normal;
1426 }
1427
1428 .manage__link .genericon {
1429 font-size: 28px;
1430 vertical-align: middle;
1431 margin-top: -6px;
1432 }
1433
1434 .jp-content .hide {
1435 display: none;
1436 }
1437
1438 .jp-content .landing {
1439 margin: 0 auto;
1440 z-index: 2;
1441 position: relative;
1442 }
1443
1444 .jp-content h1 {
1445 font-weight: 400;
1446 line-height: 1.75em;
1447 position: relative;
1448 z-index: 3;
1449 width: 100%;
1450 text-align: center;
1451 }
1452
1453 .jp-content h1.success {
1454 color: #81a844;
1455 }
1456
1457 .jp-content .footer {
1458 padding-top: 0;
1459 margin-top: 0;
1460 background-image: none;
1461 }
1462
1463 .jp-content .footer:before {
1464 height: inherit;
1465 }
1466
1467 .jp-content .more-info:before {
1468 content: none;
1469 }
1470
1471 .landing .wpcom-connect {
1472 min-height: 400px;
1473 }
1474
1475 .wpcom-connect .j-col {
1476 padding: 0;
1477 }
1478
1479 @media (max-width: 1147px) {
1480 .jp-content .landing {
1481 padding: 0 2em;
1482 }
1483 .jp-content .footer {
1484 padding-top: 1.5em;
1485 }
1486 }
1487
1488 @media (max-width: 530px) {
1489 .jp-content .landing {
1490 padding: 0 .5em;
1491 }
1492 }
1493
1494 /*# sourceMappingURL=jetpack-admin-rtl.css.map */
1495