14 input[type="datetime"], |
12 input[type="datetime"], |
15 input[type="datetime-local"], |
13 input[type="datetime-local"], |
16 input[type="email"], |
14 input[type="email"], |
17 input[type="month"], |
15 input[type="month"], |
18 input[type="number"], |
16 input[type="number"], |
19 input[type="password"], |
|
20 input[type="search"], |
17 input[type="search"], |
21 input[type="radio"], |
18 input[type="radio"], |
22 input[type="tel"], |
19 input[type="tel"], |
23 input[type="text"], |
20 input[type="text"], |
24 input[type="time"], |
21 input[type="time"], |
25 input[type="url"], |
22 input[type="url"], |
26 input[type="week"], |
23 input[type="week"], |
27 select, |
24 select, |
28 textarea { |
25 textarea { |
29 border: 1px solid #ddd; |
26 border: 1px solid #ddd; |
30 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); |
|
31 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); |
27 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); |
32 background-color: #fff; |
28 background-color: #fff; |
33 color: #32373c; |
29 color: #32373c; |
34 outline: none; |
30 outline: none; |
35 -webkit-transition: 0.05s border-color ease-in-out; |
|
36 transition: 0.05s border-color ease-in-out; |
31 transition: 0.05s border-color ease-in-out; |
37 } |
32 } |
38 |
33 |
39 input[type="text"]:focus, |
34 input[type="text"]:focus, |
40 input[type="password"]:focus, |
35 input[type="password"]:focus, |
43 input[type="datetime"]:focus, |
38 input[type="datetime"]:focus, |
44 input[type="datetime-local"]:focus, |
39 input[type="datetime-local"]:focus, |
45 input[type="email"]:focus, |
40 input[type="email"]:focus, |
46 input[type="month"]:focus, |
41 input[type="month"]:focus, |
47 input[type="number"]:focus, |
42 input[type="number"]:focus, |
48 input[type="password"]:focus, |
|
49 input[type="search"]:focus, |
43 input[type="search"]:focus, |
50 input[type="tel"]:focus, |
44 input[type="tel"]:focus, |
51 input[type="text"]:focus, |
45 input[type="text"]:focus, |
52 input[type="time"]:focus, |
46 input[type="time"]:focus, |
53 input[type="url"]:focus, |
47 input[type="url"]:focus, |
55 input[type="checkbox"]:focus, |
49 input[type="checkbox"]:focus, |
56 input[type="radio"]:focus, |
50 input[type="radio"]:focus, |
57 select:focus, |
51 select:focus, |
58 textarea:focus { |
52 textarea:focus { |
59 border-color: #5b9dd9; |
53 border-color: #5b9dd9; |
60 -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); |
|
61 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); |
54 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); |
62 } |
55 } |
63 |
56 |
64 /* rtl:ignore */ |
57 /* rtl:ignore */ |
65 input[type="email"], |
58 input[type="email"], |
66 input[type="url"] { |
59 input[type="url"] { |
67 direction: ltr; |
60 direction: ltr; |
|
61 } |
|
62 |
|
63 /* Vertically align the number selector with the input. */ |
|
64 input[type="number"] { |
|
65 height: 28px; |
|
66 line-height: 1; |
68 } |
67 } |
69 |
68 |
70 input[type="checkbox"], |
69 input[type="checkbox"], |
71 input[type="radio"] { |
70 input[type="radio"] { |
72 border: 1px solid #b4b9be; |
71 border: 1px solid #b4b9be; |
83 text-align: center; |
82 text-align: center; |
84 vertical-align: middle; |
83 vertical-align: middle; |
85 width: 16px; |
84 width: 16px; |
86 min-width: 16px; |
85 min-width: 16px; |
87 -webkit-appearance: none; |
86 -webkit-appearance: none; |
88 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ); |
|
89 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ); |
87 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ); |
90 -webkit-transition: .05s border-color ease-in-out; |
|
91 transition: .05s border-color ease-in-out; |
88 transition: .05s border-color ease-in-out; |
92 } |
89 } |
93 |
90 |
94 input[type="radio"]:checked + label:before { |
91 input[type="radio"]:checked + label:before { |
95 color: #82878c; |
92 color: #82878c; |
125 input[type="radio"]:checked:before { |
121 input[type="radio"]:checked:before { |
126 float: left; |
122 float: left; |
127 display: inline-block; |
123 display: inline-block; |
128 vertical-align: middle; |
124 vertical-align: middle; |
129 width: 16px; |
125 width: 16px; |
130 font: normal 21px/1 'dashicons'; |
126 font: normal 21px/1 dashicons; |
131 speak: none; |
127 speak: none; |
132 -webkit-font-smoothing: antialiased; |
128 -webkit-font-smoothing: antialiased; |
133 -moz-osx-font-smoothing: grayscale; |
129 -moz-osx-font-smoothing: grayscale; |
134 } |
130 } |
135 |
131 |
136 input[type="checkbox"]:checked:before { |
132 input[type="checkbox"]:checked:before { |
137 content: '\f147'; |
133 content: "\f147"; |
138 margin: -3px 0 0 -4px; |
134 margin: -3px 0 0 -4px; |
139 color: #1e8cbe; |
135 color: #1e8cbe; |
140 } |
136 } |
141 |
137 |
142 input[type="radio"]:checked:before { |
138 input[type="radio"]:checked:before { |
143 content: '\2022'; |
139 content: "\2022"; |
144 text-indent: -9999px; |
140 text-indent: -9999px; |
145 -webkit-border-radius: 50px; |
|
146 border-radius: 50px; |
141 border-radius: 50px; |
147 font-size: 24px; |
142 font-size: 24px; |
148 width: 6px; |
143 width: 6px; |
149 height: 6px; |
144 height: 6px; |
150 margin: 4px; |
145 margin: 4px; |
225 textarea.readonly, |
221 textarea.readonly, |
226 textarea[readonly] { |
222 textarea[readonly] { |
227 background-color: #eee; |
223 background-color: #eee; |
228 } |
224 } |
229 |
225 |
230 :-moz-placeholder, |
226 ::-webkit-input-placeholder { |
231 .wp-core-ui :-moz-placeholder { |
227 color: #72777c; |
232 color: #a9a9a9; |
228 } |
233 } |
229 |
234 |
230 ::-moz-placeholder { |
235 .form-invalid { |
231 color: #72777c; |
236 background-color: #ffebe8 !important; |
232 opacity: 1; |
237 } |
233 } |
238 |
234 |
239 .form-invalid input, |
235 :-ms-input-placeholder { |
240 .form-invalid select { |
236 color: #72777c; |
241 border-color: #c00 !important; |
237 } |
|
238 |
|
239 .form-invalid input, .form-invalid input:focus, |
|
240 .form-invalid select, .form-invalid select:focus { |
|
241 border-color: #dc3232 !important; |
|
242 box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 ); |
|
243 } |
|
244 |
|
245 .form-table .form-required.form-invalid td:after { |
|
246 content: "\f534"; |
|
247 font: normal 20px/1 dashicons; |
|
248 color: #dc3232; |
|
249 margin-left: -25px; |
|
250 vertical-align: middle; |
|
251 } |
|
252 |
|
253 /* Adjust error indicator for password layout */ |
|
254 .form-table .form-required.user-pass1-wrap.form-invalid td:after { |
|
255 content: ''; |
|
256 } |
|
257 |
|
258 .form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { |
|
259 content: '\f534'; |
|
260 font: normal 20px/1 dashicons; |
|
261 color: #dc3232; |
|
262 margin: 0 6px 0 -29px; |
|
263 vertical-align: middle; |
242 } |
264 } |
243 |
265 |
244 .form-input-tip { |
266 .form-input-tip { |
245 color: #666; |
267 color: #666; |
246 } |
268 } |
251 select.disabled, |
273 select.disabled, |
252 textarea:disabled, |
274 textarea:disabled, |
253 textarea.disabled { |
275 textarea.disabled { |
254 background: rgba( 255, 255, 255, 0.5 ); |
276 background: rgba( 255, 255, 255, 0.5 ); |
255 border-color: rgba( 222, 222, 222, 0.75 ); |
277 border-color: rgba( 222, 222, 222, 0.75 ); |
256 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.04 ); |
|
257 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.04 ); |
278 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.04 ); |
258 color: rgba( 51, 51, 51, 0.5 ); |
279 color: rgba( 51, 51, 51, 0.5 ); |
259 } |
280 } |
260 |
281 |
261 input[type="file"]:disabled, |
282 input[type="file"]:disabled, |
262 input[type="file"].disabled, |
283 input[type="file"].disabled, |
263 input[type="range"]:disabled, |
284 input[type="range"]:disabled, |
264 input[type="range"].disabled { |
285 input[type="range"].disabled { |
265 background: none; |
286 background: none; |
266 -webkit-box-shadow: none; |
|
267 box-shadow: none; |
287 box-shadow: none; |
|
288 cursor: default; |
268 } |
289 } |
269 |
290 |
270 input[type="checkbox"]:disabled, |
291 input[type="checkbox"]:disabled, |
271 input[type="checkbox"].disabled, |
292 input[type="checkbox"].disabled, |
272 input[type="radio"]:disabled, |
293 input[type="radio"]:disabled, |
409 fieldset label, |
436 fieldset label, |
410 #your-profile label + a { |
437 #your-profile label + a { |
411 vertical-align: middle; |
438 vertical-align: middle; |
412 } |
439 } |
413 |
440 |
414 .options-media-php label[for*="_size_"], |
441 .options-media-php [for*="_size_"] { |
|
442 min-width: 10em; |
|
443 vertical-align: baseline; |
|
444 } |
|
445 |
|
446 .options-media-php .small-text[name*="_size_"] { |
|
447 margin: 0 0 1em; |
|
448 } |
|
449 |
415 #misc-publishing-actions label { |
450 #misc-publishing-actions label { |
416 vertical-align: baseline; |
451 vertical-align: baseline; |
417 } |
|
418 |
|
419 #misc-publishing-actions label[for="post_status"]:before { |
|
420 content: '\f173'; |
|
421 display: inline-block; |
|
422 font: normal 20px/1 'dashicons'; |
|
423 speak: none; |
|
424 left: -1px; |
|
425 padding: 0 5px 0 0; |
|
426 position: relative; |
|
427 top: 0; |
|
428 text-decoration: none !important; |
|
429 vertical-align: top; |
|
430 -webkit-font-smoothing: antialiased; |
|
431 -moz-osx-font-smoothing: grayscale; |
|
432 } |
452 } |
433 |
453 |
434 #pass-strength-result { |
454 #pass-strength-result { |
435 background-color: #eee; |
455 background-color: #eee; |
436 border: 1px solid #ddd; |
456 border: 1px solid #ddd; |
437 float: left; |
457 color: #23282d; |
438 margin: 13px 5px 5px 1px; |
458 margin: -2px 5px 5px 1px; |
439 padding: 3px 5px; |
459 padding: 3px 5px; |
440 text-align: center; |
460 text-align: center; |
441 width: 200px; |
461 width: 25em; |
442 display: none; |
462 box-sizing: border-box; |
|
463 opacity: 0; |
443 } |
464 } |
444 |
465 |
445 #pass-strength-result.short { |
466 #pass-strength-result.short { |
446 background-color: #ffa0a0; |
467 background-color: #f1adad; |
447 border-color: #f04040; |
468 border-color: #e35b5b; |
|
469 opacity: 1; |
448 } |
470 } |
449 |
471 |
450 #pass-strength-result.bad { |
472 #pass-strength-result.bad { |
451 background-color: #ffb78c; |
473 background-color: #fbc5a9; |
452 border-color: #ff853c; |
474 border-color: #f78b53; |
|
475 opacity: 1; |
453 } |
476 } |
454 |
477 |
455 #pass-strength-result.good { |
478 #pass-strength-result.good { |
456 background-color: #ffec8b; |
479 background-color: #ffe399; |
457 border-color: #fc0; |
480 border-color: #ffc733; |
|
481 opacity: 1; |
458 } |
482 } |
459 |
483 |
460 #pass-strength-result.strong { |
484 #pass-strength-result.strong { |
461 background-color: #c3ff88; |
485 background-color: #c1e1b9; |
462 border-color: #8dff1c; |
486 border-color: #83c373; |
|
487 opacity: 1; |
|
488 } |
|
489 |
|
490 #pass1.short, #pass1-text.short { |
|
491 border-color: #e35b5b; |
|
492 } |
|
493 |
|
494 #pass1.bad, #pass1-text.bad { |
|
495 border-color: #f78b53; |
|
496 } |
|
497 |
|
498 #pass1.good, #pass1-text.good { |
|
499 border-color: #ffc733; |
|
500 } |
|
501 |
|
502 #pass1.strong, #pass1-text.strong { |
|
503 border-color: #83c373; |
|
504 } |
|
505 |
|
506 .pw-weak { |
|
507 display:none; |
463 } |
508 } |
464 |
509 |
465 .indicator-hint { |
510 .indicator-hint { |
466 padding-top: 8px; |
511 padding-top: 8px; |
|
512 } |
|
513 |
|
514 #pass1-text, |
|
515 .show-password #pass1 { |
|
516 display: none; |
|
517 } |
|
518 |
|
519 .show-password #pass1-text |
|
520 { |
|
521 display: inline-block; |
|
522 } |
|
523 |
|
524 .form-table span.description.important { |
|
525 font-size: 12px; |
467 } |
526 } |
468 |
527 |
469 p.search-box { |
528 p.search-box { |
470 float: right; |
529 float: right; |
471 margin: 0; |
530 margin: 0; |
504 margin: 0; |
573 margin: 0; |
505 list-style: none; |
574 list-style: none; |
506 position: absolute; |
575 position: absolute; |
507 z-index: 10000; |
576 z-index: 10000; |
508 border: 1px solid #5b9dd9; |
577 border: 1px solid #5b9dd9; |
509 -webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); |
|
510 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); |
578 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); |
511 background-color: #fff; |
579 background-color: #fff; |
512 } |
580 } |
513 |
581 |
514 .ui-autocomplete li { |
582 .ui-autocomplete li { |
515 margin-bottom: 0; |
583 margin-bottom: 0; |
516 padding: 4px 10px; |
584 padding: 4px 10px; |
517 white-space: nowrap; |
585 white-space: nowrap; |
518 text-align: left; |
586 text-align: left; |
519 } |
587 cursor: pointer; |
520 |
588 } |
521 .ui-autocomplete li.ui-state-focus { |
589 |
|
590 /* Colors for the wplink toolbar autocomplete. */ |
|
591 .ui-autocomplete .ui-state-focus { |
522 background-color: #ddd; |
592 background-color: #ddd; |
523 cursor: pointer; |
593 } |
|
594 |
|
595 /* Colors for the tags autocomplete. */ |
|
596 .wp-tags-autocomplete .ui-state-focus { |
|
597 background-color: #0073aa; |
|
598 color: #fff; |
524 } |
599 } |
525 |
600 |
526 /*------------------------------------------------------------------------------ |
601 /*------------------------------------------------------------------------------ |
527 15.0 - Comments Screen |
602 15.0 - Comments Screen |
528 ------------------------------------------------------------------------------*/ |
603 ------------------------------------------------------------------------------*/ |
731 .pressthis-bookmarklet:active { |
824 .pressthis-bookmarklet:active { |
732 outline: none; |
825 outline: none; |
733 } |
826 } |
734 |
827 |
735 .pressthis-bookmarklet:after { |
828 .pressthis-bookmarklet:after { |
736 content: ''; |
829 content: ""; |
737 width: 70%; |
830 width: 70%; |
738 height: 55%; |
831 height: 55%; |
739 z-index: -1; |
832 z-index: -1; |
740 position: absolute; |
833 position: absolute; |
741 right: 10px; |
834 right: 10px; |
742 bottom: 9px; |
835 bottom: 9px; |
743 background: transparent; |
836 background: transparent; |
744 -webkit-transform: skew(20deg) rotate(6deg); |
837 -webkit-transform: skew(20deg) rotate(6deg); |
745 -ms-transform: skew(20deg) rotate(6deg); |
|
746 transform: skew(20deg) rotate(6deg); |
838 transform: skew(20deg) rotate(6deg); |
747 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); |
|
748 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); |
839 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); |
749 } |
840 } |
750 |
841 |
751 .pressthis-bookmarklet:hover:after { |
842 .pressthis-bookmarklet:hover:after { |
752 -webkit-transform: skew(20deg) rotate(9deg); |
843 -webkit-transform: skew(20deg) rotate(9deg); |
753 -ms-transform: skew(20deg) rotate(9deg); |
|
754 transform: skew(20deg) rotate(9deg); |
844 transform: skew(20deg) rotate(9deg); |
755 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); |
|
756 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); |
845 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); |
757 } |
846 } |
758 |
847 |
759 .pressthis-bookmarklet span { |
848 .pressthis-bookmarklet span { |
760 display: inline-block; |
849 display: inline-block; |
761 margin: 0px 0 0; |
850 margin: 0px 0 0; |
762 padding: 0px 12px 8px 9px; |
851 padding: 0px 12px 8px 9px; |
763 } |
852 } |
764 |
853 |
765 .pressthis-bookmarklet span:before { |
854 .pressthis-bookmarklet span:before { |
766 color: #777; |
855 color: #72777c; |
767 font: normal 20px/1 'dashicons'; |
856 font: normal 20px/1 dashicons; |
768 content:'\f157'; |
857 content: "\f157"; |
769 position: relative; |
858 position: relative; |
770 display: inline-block; |
859 display: inline-block; |
771 top: 4px; |
860 top: 4px; |
772 margin-right: 4px; |
861 margin-right: 4px; |
773 } |
862 } |
792 vertical-align: top; |
876 vertical-align: top; |
793 } |
877 } |
794 |
878 |
795 .pressthis-js-toggle .dashicons { |
879 .pressthis-js-toggle .dashicons { |
796 margin: 5px 8px 6px 7px; |
880 margin: 5px 8px 6px 7px; |
797 color: #777; |
881 color: #555d66; |
798 } |
882 } |
799 |
883 |
800 /*------------------------------------------------------------------------------ |
884 /*------------------------------------------------------------------------------ |
801 20.0 - Settings |
885 20.0 - Settings |
802 ------------------------------------------------------------------------------*/ |
886 ------------------------------------------------------------------------------*/ |
803 |
887 |
804 #utc-time, #local-time { |
888 .timezone-info code { |
805 padding-left: 25px; |
889 white-space: nowrap; |
806 font-style: italic; |
|
807 } |
890 } |
808 |
891 |
809 .defaultavatarpicker .avatar { |
892 .defaultavatarpicker .avatar { |
810 margin: 2px 0; |
893 margin: 2px 0; |
811 vertical-align: middle; |
894 vertical-align: middle; |
812 } |
895 } |
813 |
896 |
|
897 .options-general-php .date-time-text { |
|
898 display: inline-block; |
|
899 min-width: 10em; |
|
900 } |
|
901 |
814 .options-general-php input.small-text { |
902 .options-general-php input.small-text { |
815 width: 56px; |
903 width: 56px; |
816 } |
904 } |
817 |
905 |
818 .options-general-php .spinner { |
906 .options-general-php .spinner { |
819 float: none; |
907 float: none; |
820 margin: 0 3px; |
908 margin: -3px 3px 0; |
821 } |
909 } |
822 |
910 |
823 .settings-php .language-install-spinner, |
911 .settings-php .language-install-spinner, |
824 .options-general-php .language-install-spinner { |
912 .options-general-php .language-install-spinner { |
825 display: inline-block; |
913 display: inline-block; |
826 float: none; |
914 float: none; |
827 margin: -3px 5px 0; |
915 margin: -3px 5px 0; |
828 vertical-align: middle; |
916 vertical-align: middle; |
829 } |
917 } |
830 |
918 |
|
919 .form-table.permalink-structure .available-structure-tags li { |
|
920 float: left; |
|
921 margin-right: 5px; |
|
922 } |
|
923 |
831 /*------------------------------------------------------------------------------ |
924 /*------------------------------------------------------------------------------ |
832 21.0 - Network Admin |
925 21.0 - Network Admin |
833 ------------------------------------------------------------------------------*/ |
926 ------------------------------------------------------------------------------*/ |
|
927 |
|
928 .setup-php textarea { |
|
929 max-width: 100%; |
|
930 } |
834 |
931 |
835 .form-field #site-address { |
932 .form-field #site-address { |
836 max-width: 25em; |
933 max-width: 25em; |
837 } |
934 } |
838 |
935 |
850 |
947 |
851 .form-field #path { |
948 .form-field #path { |
852 margin-bottom: 5px; |
949 margin-bottom: 5px; |
853 } |
950 } |
854 |
951 |
|
952 #search-users, |
|
953 #search-sites { |
|
954 max-width: 100%; |
|
955 } |
|
956 |
855 /*------------------------------------------------------------------------------ |
957 /*------------------------------------------------------------------------------ |
856 Credentials check dialog for Install and Updates |
958 Credentials check dialog for Install and Updates |
857 ------------------------------------------------------------------------------*/ |
959 ------------------------------------------------------------------------------*/ |
858 |
960 |
859 .request-filesystem-credentials-dialog { |
961 .request-filesystem-credentials-dialog { |
860 display: none; |
962 display: none; |
|
963 /* The customizer uses visibility: hidden on the body for full-overlays. */ |
|
964 visibility: visible; |
861 } |
965 } |
862 |
966 |
863 .request-filesystem-credentials-dialog .notification-dialog { |
967 .request-filesystem-credentials-dialog .notification-dialog { |
864 top: 15%; |
968 top: 10%; |
|
969 max-height: 85%; |
865 } |
970 } |
866 |
971 |
867 .request-filesystem-credentials-dialog-content { |
972 .request-filesystem-credentials-dialog-content { |
868 margin: 25px; |
973 margin: 25px; |
|
974 } |
|
975 |
|
976 #request-filesystem-credentials-title { |
|
977 font-size: 1.3em; |
|
978 margin: 1em 0; |
|
979 } |
|
980 |
|
981 .request-filesystem-credentials-form legend { |
|
982 font-size: 1em; |
|
983 padding: 1.33em 0; |
|
984 font-weight: 600; |
869 } |
985 } |
870 |
986 |
871 .request-filesystem-credentials-form input[type="text"], |
987 .request-filesystem-credentials-form input[type="text"], |
872 .request-filesystem-credentials-form input[type="password"] { |
988 .request-filesystem-credentials-form input[type="password"] { |
873 display: block; |
989 display: block; |
905 |
1021 |
906 .request-filesystem-credentials-dialog label[for="ftp"] { |
1022 .request-filesystem-credentials-dialog label[for="ftp"] { |
907 margin-right: 10px; |
1023 margin-right: 10px; |
908 } |
1024 } |
909 |
1025 |
|
1026 .request-filesystem-credentials-dialog #auth-keys-desc { |
|
1027 margin-bottom: 0; |
|
1028 } |
|
1029 |
910 #request-filesystem-credentials-dialog .button:not(:last-child) { |
1030 #request-filesystem-credentials-dialog .button:not(:last-child) { |
911 margin-right: 10px; |
1031 margin-right: 10px; |
912 } |
1032 } |
913 |
1033 |
914 #request-filesystem-credentials-form .cancel-button { |
1034 #request-filesystem-credentials-form .cancel-button { |
915 display: none; |
1035 display: none; |
916 } |
1036 } |
917 |
1037 |
918 #request-filesystem-credentials-dialog .cancel-button { |
1038 #request-filesystem-credentials-dialog .cancel-button { |
919 display: inline; |
1039 display: inline; |
|
1040 } |
|
1041 |
|
1042 .request-filesystem-credentials-dialog .ftp-username, |
|
1043 .request-filesystem-credentials-dialog .ftp-password { |
|
1044 float: none; |
|
1045 width: auto; |
|
1046 } |
|
1047 |
|
1048 .request-filesystem-credentials-dialog .ftp-username { |
|
1049 margin-bottom: 1em; |
|
1050 } |
|
1051 |
|
1052 .request-filesystem-credentials-dialog .ftp-password { |
|
1053 margin: 0; |
|
1054 } |
|
1055 |
|
1056 .request-filesystem-credentials-dialog .ftp-password em { |
|
1057 color: #888; |
|
1058 } |
|
1059 |
|
1060 .request-filesystem-credentials-dialog label { |
|
1061 display: block; |
|
1062 line-height: 1.5; |
|
1063 margin-bottom: 1em; |
|
1064 } |
|
1065 |
|
1066 .request-filesystem-credentials-form legend { |
|
1067 padding-bottom: 0; |
|
1068 } |
|
1069 |
|
1070 .request-filesystem-credentials-form #ssh-keys legend { |
|
1071 font-size: 1.3em; |
|
1072 } |
|
1073 |
|
1074 .request-filesystem-credentials-form .notice { |
|
1075 margin: 0 0 20px 0; |
|
1076 clear: both; |
|
1077 } |
|
1078 |
|
1079 /*------------------------------------------------------------------------------ |
|
1080 Privacy Policy settings screen |
|
1081 ------------------------------------------------------------------------------*/ |
|
1082 .tools-privacy-policy-page form { |
|
1083 margin-bottom: 1.3em; |
|
1084 } |
|
1085 |
|
1086 .tools-privacy-policy-page input.button, |
|
1087 .tools-privacy-policy-page select { |
|
1088 margin-left: 6px; |
|
1089 } |
|
1090 |
|
1091 .tools-privacy-edit { |
|
1092 margin: 1.5em 0; |
|
1093 } |
|
1094 |
|
1095 .tools-privacy-policy-page span { |
|
1096 line-height: 2em; |
|
1097 } |
|
1098 |
|
1099 .privacy_requests .column-email { |
|
1100 width: 40%; |
|
1101 } |
|
1102 |
|
1103 .privacy_requests .column-type { |
|
1104 text-align: center; |
|
1105 } |
|
1106 |
|
1107 .privacy_requests thead td:first-child, |
|
1108 .privacy_requests tfoot td:first-child { |
|
1109 border-left: 4px solid #fff; |
|
1110 } |
|
1111 |
|
1112 .privacy_requests tbody th { |
|
1113 border-left: 4px solid #fff; |
|
1114 background: #fff; |
|
1115 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); |
|
1116 } |
|
1117 |
|
1118 .privacy_requests tbody .has-request-results th { |
|
1119 box-shadow: none; |
|
1120 } |
|
1121 |
|
1122 .privacy_requests tbody .request-results th .notice { |
|
1123 margin: 0 0 5px; |
|
1124 } |
|
1125 |
|
1126 .privacy_requests tbody td { |
|
1127 background: #fff; |
|
1128 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); |
|
1129 } |
|
1130 |
|
1131 .privacy_requests tbody .has-request-results td { |
|
1132 box-shadow: none; |
|
1133 } |
|
1134 |
|
1135 .privacy_requests .next_steps .button { |
|
1136 height: auto; |
|
1137 line-height: 1.5; |
|
1138 padding: 4px 10px; |
|
1139 word-break: break-all; |
|
1140 white-space: unset; |
|
1141 } |
|
1142 |
|
1143 .privacy_requests .status-request-confirmed th, |
|
1144 .privacy_requests .status-request-confirmed td { |
|
1145 background-color: #f7fcfe; |
|
1146 border-left-color: #00a0d2; |
|
1147 } |
|
1148 |
|
1149 .privacy_requests .status-request-failed th, |
|
1150 .privacy_requests .status-request-failed td { |
|
1151 background-color: #fef7f1; |
|
1152 border-left-color: #d64d21; |
|
1153 } |
|
1154 |
|
1155 .privacy_requests .export_personal_data_failed a { |
|
1156 vertical-align: baseline; |
|
1157 } |
|
1158 |
|
1159 .status-label { |
|
1160 font-weight: bold; |
|
1161 } |
|
1162 |
|
1163 .status-label.status-request-pending { |
|
1164 font-weight: normal; |
|
1165 font-style: italic; |
|
1166 color: #6c7781; |
|
1167 } |
|
1168 |
|
1169 .status-label.status-request-failed { |
|
1170 color: #aa0000; |
|
1171 font-weight: bold; |
|
1172 } |
|
1173 |
|
1174 .wp-privacy-request-form { |
|
1175 clear: both; |
|
1176 } |
|
1177 |
|
1178 .wp-privacy-request-form-field { |
|
1179 margin: 1.5em 0; |
|
1180 } |
|
1181 |
|
1182 .wp-privacy-request-form label { |
|
1183 font-weight: bold; |
|
1184 line-height: 1.5; |
|
1185 padding-bottom: .5em; |
|
1186 display: block; |
|
1187 } |
|
1188 |
|
1189 .wp-privacy-request-form input { |
|
1190 line-height: 1.5; |
|
1191 margin: 0; |
|
1192 } |
|
1193 |
|
1194 .email-personal-data::before { |
|
1195 display: inline-block; |
|
1196 font: normal 20px/1 dashicons; |
|
1197 margin: 3px 5px 0 -2px; |
|
1198 speak: none; |
|
1199 -webkit-font-smoothing: antialiased; |
|
1200 -moz-osx-font-smoothing: grayscale; |
|
1201 vertical-align: top; |
|
1202 } |
|
1203 |
|
1204 .email-personal-data--sending::before { |
|
1205 color: #f56e28; |
|
1206 content: "\f463"; |
|
1207 -webkit-animation: rotation 2s infinite linear; |
|
1208 animation: rotation 2s infinite linear; |
|
1209 } |
|
1210 |
|
1211 .email-personal-data--sent::before { |
|
1212 color: #79ba49; |
|
1213 content: "\f147"; |
920 } |
1214 } |
921 |
1215 |
922 |
1216 |
923 /* =Media Queries |
1217 /* =Media Queries |
924 -------------------------------------------------------------- */ |
1218 -------------------------------------------------------------- */ |
936 input[type="number"] { |
1230 input[type="number"] { |
937 -webkit-appearance: none; |
1231 -webkit-appearance: none; |
938 padding: 6px 10px; |
1232 padding: 6px 10px; |
939 } |
1233 } |
940 |
1234 |
|
1235 input[type="number"] { |
|
1236 height: 40px; |
|
1237 } |
|
1238 |
941 input.code { |
1239 input.code { |
942 padding-bottom: 5px; |
1240 padding-bottom: 5px; |
943 padding-top: 10px; |
1241 padding-top: 10px; |
944 } |
1242 } |
945 |
1243 |
946 input[type="checkbox"], .widefat th input[type="checkbox"] { |
1244 input[type="checkbox"], |
|
1245 .widefat th input[type="checkbox"], |
|
1246 .widefat thead td input[type="checkbox"], |
|
1247 .widefat tfoot td input[type="checkbox"] { |
947 -webkit-appearance: none; |
1248 -webkit-appearance: none; |
948 padding: 10px; |
1249 padding: 10px; |
949 } |
1250 } |
950 |
1251 |
951 .widefat th input[type="checkbox"] { |
1252 .widefat th input[type="checkbox"], |
|
1253 .widefat thead td input[type="checkbox"], |
|
1254 .widefat tfoot td input[type="checkbox"] { |
952 margin-bottom: 8px; |
1255 margin-bottom: 8px; |
953 } |
1256 } |
954 |
1257 |
955 input[type="checkbox"]:checked:before, .widefat th input[type="checkbox"]:before { |
1258 input[type="checkbox"]:checked:before, |
956 font: normal 30px/1 'Dashicons'; |
1259 .widefat th input[type="checkbox"]:before, |
|
1260 .widefat thead td input[type="checkbox"]:before, |
|
1261 .widefat tfoot td input[type="checkbox"]:before { |
|
1262 font: normal 30px/1 dashicons; |
957 margin: -3px -5px; |
1263 margin: -3px -5px; |
958 } |
1264 } |
959 |
1265 |
960 input[type="radio"], |
1266 input[type="radio"], |
961 input[type="checkbox"] { |
1267 input[type="checkbox"] { |
1048 input[type="password"].small-text, |
1365 input[type="password"].small-text, |
1049 input[type="number"].small-text, |
1366 input[type="number"].small-text, |
1050 input[type="number"].small-text, |
1367 input[type="number"].small-text, |
1051 .form-table input[type="text"].small-text { |
1368 .form-table input[type="text"].small-text { |
1052 width: auto; |
1369 width: auto; |
1053 max-width: 55px; |
1370 max-width: 4.375em; /* 70px, enough for 4 digits to fit comfortably */ |
1054 display: inline; |
1371 display: inline; |
1055 padding: 3px 6px; |
1372 padding: 3px 6px; |
1056 margin: 0 3px; |
1373 margin: 0 3px; |
1057 } |
1374 } |
1058 |
1375 |
1059 #pass-strength-result { |
1376 #pass-strength-result { |
1060 width: 100%; |
1377 width: 100%; |
1061 -webkit-box-sizing: border-box; |
|
1062 -moz-box-sizing: border-box; |
|
1063 box-sizing: border-box; |
1378 box-sizing: border-box; |
1064 padding: 8px; |
1379 padding: 8px; |
1065 } |
1380 } |
1066 |
1381 |
1067 p.search-box { |
1382 p.search-box { |
1110 font-size: 14px; |
1439 font-size: 14px; |
1111 } |
1440 } |
1112 |
1441 |
1113 .form-table fieldset label { |
1442 .form-table fieldset label { |
1114 display: block; |
1443 display: block; |
1115 } |
|
1116 |
|
1117 #utc-time { |
|
1118 margin-top: 10px; |
|
1119 } |
1444 } |
1120 |
1445 |
1121 #utc-time, |
1446 #utc-time, |
1122 #local-time { |
1447 #local-time { |
1123 display: block; |
1448 display: block; |
1124 float: none; |
1449 float: none; |
1125 padding: 0; |
1450 margin-top: 0.5em; |
1126 line-height: 2; |
|
1127 } |
1451 } |
1128 |
1452 |
1129 .form-field #domain { |
1453 .form-field #domain { |
1130 max-width: none; |
1454 max-width: none; |
|
1455 } |
|
1456 |
|
1457 /* New Password */ |
|
1458 .wp-pwd { |
|
1459 position: relative; |
|
1460 } |
|
1461 |
|
1462 .wp-pwd [type="text"], |
|
1463 .wp-pwd [type="password"] { |
|
1464 padding-right: 40px; |
|
1465 } |
|
1466 |
|
1467 .wp-pwd button.button { |
|
1468 background: transparent; |
|
1469 border: none; |
|
1470 box-shadow: none; |
|
1471 line-height: 2; |
|
1472 margin: 0; |
|
1473 padding: 5px 10px; |
|
1474 position: absolute; |
|
1475 right: 0; |
|
1476 top: 0; |
|
1477 } |
|
1478 |
|
1479 .wp-pwd button.button:hover, |
|
1480 .wp-pwd button.button:focus, |
|
1481 .wp-pwd button.button:active { |
|
1482 background: transparent; |
|
1483 } |
|
1484 |
|
1485 .wp-pwd .button .text { |
|
1486 display: none; |
|
1487 } |
|
1488 |
|
1489 .options-general-php input[type="text"].small-text { |
|
1490 max-width: 6.25em; |
|
1491 margin: 0; |
|
1492 } |
|
1493 |
|
1494 /* Privacy Policy settings screen */ |
|
1495 .tools-privacy-policy-page form.wp-create-privacy-page { |
|
1496 margin-bottom: 1em; |
|
1497 } |
|
1498 |
|
1499 .tools-privacy-policy-page input#set-page, |
|
1500 .tools-privacy-policy-page select { |
|
1501 margin: 10px 0 0; |
|
1502 } |
|
1503 |
|
1504 .tools-privacy-policy-page .wp-create-privacy-page span { |
|
1505 display: block; |
|
1506 margin-bottom: 1em; |
|
1507 } |
|
1508 |
|
1509 .tools-privacy-policy-page .wp-create-privacy-page .button { |
|
1510 margin-left: 0; |
|
1511 } |
|
1512 |
|
1513 .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) { |
|
1514 display: table-cell; |
|
1515 } |
|
1516 |
|
1517 .wp-list-table.privacy_requests.widefat th input, |
|
1518 .wp-list-table.privacy_requests.widefat thead td input { |
|
1519 margin-left: 5px; |
1131 } |
1520 } |
1132 } |
1521 } |
1133 |
1522 |
1134 @media only screen and (max-width: 768px) { |
1523 @media only screen and (max-width: 768px) { |
1135 .form-field input[type="text"], |
1524 .form-field input[type="text"], |