56 height: 2em; |
57 height: 2em; |
57 border-radius: 5px; |
58 border-radius: 5px; |
58 background-color: #72777c; |
59 background-color: #72777c; |
59 color: #fff; |
60 color: #fff; |
60 font-size: 11px; |
61 font-size: 11px; |
61 line-height: 21px; |
62 line-height: 1.90909090; |
62 text-align: center; |
63 text-align: center; |
63 } |
|
64 |
|
65 .ie8 .column-response .comment-count-no-comments, |
|
66 .ie8 .column-response .comment-count-approved, |
|
67 .ie8 .column-comments .comment-count-no-comments, |
|
68 .ie8 .column-comments .comment-count-approved { |
|
69 min-width: 0; |
|
70 } |
64 } |
71 |
65 |
72 .column-response .post-com-count-no-comments:after, |
66 .column-response .post-com-count-no-comments:after, |
73 .column-response .post-com-count-approved:after, |
67 .column-response .post-com-count-approved:after, |
74 .column-comments .post-com-count-no-comments:after, |
68 .column-comments .post-com-count-no-comments:after, |
80 height: 0; |
74 height: 0; |
81 border-top: 5px solid #72777c; |
75 border-top: 5px solid #72777c; |
82 border-left: 5px solid transparent; |
76 border-left: 5px solid transparent; |
83 } |
77 } |
84 |
78 |
85 .column-response .post-com-count-approved:hover .comment-count-approved, |
79 .column-response a.post-com-count-approved:hover .comment-count-approved, |
86 .column-response .post-com-count-approved:focus .comment-count-approved, |
80 .column-response a.post-com-count-approved:focus .comment-count-approved, |
87 .column-comments .post-com-count-approved:hover .comment-count-approved, |
81 .column-comments a.post-com-count-approved:hover .comment-count-approved, |
88 .column-comments .post-com-count-approved:focus .comment-count-approved { |
82 .column-comments a.post-com-count-approved:focus .comment-count-approved { |
89 background: #0073aa; |
83 background: #0073aa; |
90 } |
84 } |
91 |
85 |
92 .column-response .post-com-count-approved:hover:after, |
86 .column-response a.post-com-count-approved:hover:after, |
93 .column-response .post-com-count-approved:focus:after, |
87 .column-response a.post-com-count-approved:focus:after, |
94 .column-comments .post-com-count-approved:hover:after, |
88 .column-comments a.post-com-count-approved:hover:after, |
95 .column-comments .post-com-count-approved:focus:after { |
89 .column-comments a.post-com-count-approved:focus:after { |
96 border-top-color: #0073aa; |
90 border-top-color: #0073aa; |
97 } |
91 } |
98 |
92 |
99 /* @todo: consider to use a single rule for these counters and the admin menu counters. */ |
93 /* @todo: consider to use a single rule for these counters and the admin menu counters. */ |
100 .column-response .post-com-count-pending, |
94 .column-response .post-com-count-pending, |
300 .fixed .column-visible { |
294 .fixed .column-visible { |
301 width: 8%; |
295 width: 8%; |
302 } |
296 } |
303 |
297 |
304 .fixed .column-posts, |
298 .fixed .column-posts, |
305 .fixed .column-date, |
|
306 .fixed .column-parent, |
299 .fixed .column-parent, |
307 .fixed .column-links, |
300 .fixed .column-links, |
308 .fixed .column-author, |
301 .fixed .column-author, |
309 .fixed .column-format { |
302 .fixed .column-format { |
310 width: 10%; |
303 width: 10%; |
|
304 } |
|
305 |
|
306 .fixed .column-date { |
|
307 width: 14%; |
|
308 } |
|
309 |
|
310 .column-date span[title] { |
|
311 -webkit-text-decoration: dotted underline; |
|
312 text-decoration: dotted underline; |
311 } |
313 } |
312 |
314 |
313 .fixed .column-posts { |
315 .fixed .column-posts { |
314 width: 74px; |
316 width: 74px; |
315 } |
317 } |
429 |
427 |
430 #commentsdiv .comments-box thead th, |
428 #commentsdiv .comments-box thead th, |
431 #commentsdiv .comments-box thead td { |
429 #commentsdiv .comments-box thead td { |
432 background: transparent; |
430 background: transparent; |
433 padding: 0 7px 4px; |
431 padding: 0 7px 4px; |
434 font-style: italic; |
|
435 } |
432 } |
436 |
433 |
437 #commentsdiv .comments-box tr:last-child td { |
434 #commentsdiv .comments-box tr:last-child td { |
438 border-bottom: 0 none; |
435 border-bottom: 0 none; |
439 } |
436 } |
505 |
502 |
506 .wp-list-table .toggle-row:focus:before { |
503 .wp-list-table .toggle-row:focus:before { |
507 box-shadow: |
504 box-shadow: |
508 0 0 0 1px #5b9dd9, |
505 0 0 0 1px #5b9dd9, |
509 0 0 2px 1px rgba(30, 140, 190, 0.8); |
506 0 0 2px 1px rgba(30, 140, 190, 0.8); |
510 } |
|
511 |
|
512 .ie8 .wp-list-table .toggle-row:focus:before { |
|
513 outline: #5b9dd9 solid 1px; |
|
514 } |
507 } |
515 |
508 |
516 .wp-list-table .toggle-row:active { |
509 .wp-list-table .toggle-row:active { |
517 box-shadow: none; |
510 box-shadow: none; |
518 } |
511 } |
535 |
528 |
536 .wp-list-table .is-expanded .toggle-row:before { |
529 .wp-list-table .is-expanded .toggle-row:before { |
537 content: "\f142"; |
530 content: "\f142"; |
538 } |
531 } |
539 |
532 |
540 tr.wp-locked .locked-indicator { |
533 .locked-indicator { |
|
534 display: none; |
541 margin-right: 6px; |
535 margin-right: 6px; |
542 height: 20px; |
536 height: 20px; |
543 width: 16px; |
537 width: 16px; |
544 } |
538 } |
545 |
539 |
546 tr.wp-locked .locked-indicator-icon:before { |
540 .locked-indicator-icon:before { |
547 color: #82878c; |
541 color: #82878c; |
548 content: "\f160"; |
542 content: "\f160"; |
549 display: inline-block; |
543 display: inline-block; |
550 font: normal 20px/1 dashicons; |
544 font: normal 20px/1 dashicons; |
551 speak: none; |
545 speak: none; |
552 vertical-align: middle; |
546 vertical-align: middle; |
553 -webkit-font-smoothing: antialiased; |
547 -webkit-font-smoothing: antialiased; |
554 -moz-osx-font-smoothing: grayscale; |
548 -moz-osx-font-smoothing: grayscale; |
555 } |
549 } |
556 |
550 |
|
551 .locked-info { |
|
552 display: none; |
|
553 margin-top: 4px; |
|
554 } |
|
555 |
|
556 .locked-text { |
|
557 vertical-align: top; |
|
558 } |
|
559 |
|
560 .wp-locked .locked-indicator, |
|
561 .wp-locked .locked-info { |
|
562 display: block; |
|
563 } |
|
564 |
557 tr.wp-locked .check-column label, |
565 tr.wp-locked .check-column label, |
558 tr.wp-locked .check-column input[type="checkbox"], |
566 tr.wp-locked .check-column input[type="checkbox"], |
559 tr.wp-locked .row-actions .inline, |
567 tr.wp-locked .row-actions .inline, |
560 tr.wp-locked .row-actions .trash { |
568 tr.wp-locked .row-actions .trash { |
561 display: none; |
569 display: none; |
562 } |
|
563 |
|
564 tr .locked-info { |
|
565 height: 0; |
|
566 opacity: 0; |
|
567 } |
|
568 |
|
569 tr.wp-locked .locked-info { |
|
570 margin-top: 4px; |
|
571 height: auto; |
|
572 opacity: 1; |
|
573 } |
|
574 |
|
575 .locked-text { |
|
576 vertical-align: top; |
|
577 } |
|
578 |
|
579 tr.locked-info, tr.wp-locked .locked-info { |
|
580 transition: height 1s, opacity 0.5s; |
|
581 } |
570 } |
582 |
571 |
583 .fixed .column-comments .sorting-indicator { |
572 .fixed .column-comments .sorting-indicator { |
584 margin-top: 3px; |
573 margin-top: 3px; |
585 } |
574 } |
658 |
646 |
659 .tablenav .tablenav-pages .button, |
647 .tablenav .tablenav-pages .button, |
660 .tablenav .tablenav-pages .tablenav-pages-navspan { |
648 .tablenav .tablenav-pages .tablenav-pages-navspan { |
661 display: inline-block; |
649 display: inline-block; |
662 vertical-align: baseline; |
650 vertical-align: baseline; |
663 min-width: 28px; |
651 min-width: 30px; |
664 min-height: 28px; |
652 min-height: 30px; |
665 margin: 0; |
653 margin: 0; |
666 padding: 0 4px; |
654 padding: 0 4px; |
667 font-size: 16px; |
655 font-size: 16px; |
668 line-height: 1.5; |
656 line-height: 1.625; /* 26px */ |
669 text-align: center; |
657 text-align: center; |
670 } |
658 } |
671 |
659 |
672 .tablenav .displaying-num { |
660 .tablenav .displaying-num { |
673 margin-left: 7px; |
661 margin-left: 7px; |
1024 /* Styling */ |
1006 /* Styling */ |
1025 .inline-edit-row .inline-edit-legend { |
1007 .inline-edit-row .inline-edit-legend { |
1026 text-transform: uppercase; |
1008 text-transform: uppercase; |
1027 } |
1009 } |
1028 |
1010 |
1029 .inline-edit-row fieldset span.title, |
|
1030 .inline-edit-row fieldset span.checkbox-title { |
|
1031 font-style: italic; |
|
1032 } |
|
1033 |
|
1034 /* Specific Elements */ |
1011 /* Specific Elements */ |
1035 .inline-edit-row fieldset .inline-edit-date { |
1012 .inline-edit-row fieldset .inline-edit-date { |
1036 float: right; |
1013 float: right; |
1037 } |
1014 } |
1038 |
1015 |
1039 .inline-edit-row fieldset input[name=jj], |
1016 .inline-edit-row fieldset input[name=jj], |
1040 .inline-edit-row fieldset input[name=hh], |
1017 .inline-edit-row fieldset input[name=hh], |
1041 .inline-edit-row fieldset input[name=mn] { |
1018 .inline-edit-row fieldset input[name=mn], |
1042 font-size: 12px; |
|
1043 width: 2.3em; |
|
1044 } |
|
1045 |
|
1046 .inline-edit-row fieldset input[name=aa] { |
1019 .inline-edit-row fieldset input[name=aa] { |
1047 font-size: 12px; |
1020 vertical-align: middle; |
1048 width: 3.5em; |
1021 text-align: center; |
|
1022 padding: 0 4px; |
1049 } |
1023 } |
1050 |
1024 |
1051 .inline-edit-row fieldset label input.inline-edit-password-input { |
1025 .inline-edit-row fieldset label input.inline-edit-password-input { |
1052 width: 8em; |
1026 width: 8em; |
1053 } |
1027 } |
1325 } |
1298 } |
1326 |
1299 |
1327 .plugins .paused .error-display p, |
1300 .plugins .paused .error-display p, |
1328 .plugins .paused .error-display code { |
1301 .plugins .paused .error-display code { |
1329 font-size: 90%; |
1302 font-size: 90%; |
1330 font-style: italic; |
1303 color: rgba( 0, 0, 0, 0.7 ); |
1331 color: rgb( 0, 0, 0, 0.7 ); |
|
1332 } |
1304 } |
1333 |
1305 |
1334 .plugins .resume-link { |
1306 .plugins .resume-link { |
1335 color: #dc3232; |
1307 color: #dc3232; |
1336 } |
1308 } |
1467 .plugin-action-buttons { |
1439 .plugin-action-buttons { |
1468 margin: 0; /* Override existing margins */ |
1440 margin: 0; /* Override existing margins */ |
1469 } |
1441 } |
1470 |
1442 |
1471 .plugin-card h3 { |
1443 .plugin-card h3 { |
1472 margin: 0 0 12px; |
1444 margin: 0 0 12px 12px; |
1473 font-size: 18px; |
1445 font-size: 18px; |
1474 line-height: 1.3; |
1446 line-height: 1.3; |
1475 } |
1447 } |
1476 |
1448 |
1477 .plugin-card .name, |
1449 .plugin-card .name, |
1478 .plugin-card .desc { |
1450 .plugin-card .desc { |
1479 margin-right: 148px; /* icon + margin */ |
1451 margin-right: 148px; /* icon + margin */ |
1480 margin-left: 120px; /* action links */ |
1452 margin-left: 128px; /* action links + margin */ |
1481 } |
1453 } |
1482 |
1454 |
1483 .plugin-card .action-links { |
1455 .plugin-card .action-links { |
1484 position: absolute; |
1456 position: absolute; |
1485 top: 20px; |
1457 top: 20px; |
1648 |
1619 |
1649 .plugin-action-buttons li .button { |
1620 .plugin-action-buttons li .button { |
1650 margin-left: 20px; |
1621 margin-left: 20px; |
1651 } |
1622 } |
1652 |
1623 |
|
1624 .plugin-card h3 { |
|
1625 margin-left: 24px; |
|
1626 } |
|
1627 |
1653 .plugin-card .name, |
1628 .plugin-card .name, |
1654 .plugin-card .desc { |
1629 .plugin-card .desc { |
1655 margin-left: 0; |
1630 margin-left: 0; |
1656 } |
1631 } |
1657 |
1632 |
1658 .plugin-card .desc p:first-of-type { |
1633 .plugin-card .desc p:first-of-type { |
1659 margin-top: 0; |
1634 margin-top: 0; |
1660 } |
|
1661 |
|
1662 .fixed .column-date { |
|
1663 width: 14%; |
|
1664 } |
1635 } |
1665 } |
1636 } |
1666 |
1637 |
1667 @media screen and (max-width: 782px) { |
1638 @media screen and (max-width: 782px) { |
1668 /* WP List Table Options & Filters */ |
1639 /* WP List Table Options & Filters */ |
1768 } |
1735 } |
1769 |
1736 |
1770 /* Checkboxes need to show */ |
1737 /* Checkboxes need to show */ |
1771 .wp-list-table tr th.check-column { |
1738 .wp-list-table tr th.check-column { |
1772 display: table-cell; |
1739 display: table-cell; |
1773 width: 35px; |
1740 } |
|
1741 |
|
1742 .wp-list-table .check-column { |
|
1743 width: 2.5em; |
1774 } |
1744 } |
1775 |
1745 |
1776 .wp-list-table .column-primary .toggle-row { |
1746 .wp-list-table .column-primary .toggle-row { |
1777 display: block; |
1747 display: block; |
1778 } |
1748 } |
1779 |
1749 |
1780 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { |
1750 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { |
1781 position: relative; |
1751 position: relative; |
1782 clear: both; |
1752 clear: both; |
1783 display: block; |
|
1784 width: auto !important; /* needs to override some columns that are more specifically targeted */ |
1753 width: auto !important; /* needs to override some columns that are more specifically targeted */ |
1785 } |
1754 } |
1786 |
1755 |
1787 .wp-list-table td.column-primary { |
1756 .wp-list-table td.column-primary { |
1788 padding-left: 50px; /* space for toggle button */ |
1757 padding-left: 50px; /* space for toggle button */ |
1899 .widefat thead td.check-column, |
1868 .widefat thead td.check-column, |
1900 .widefat tfoot td.check-column { |
1869 .widefat tfoot td.check-column { |
1901 padding-top: 10px; |
1870 padding-top: 10px; |
1902 } |
1871 } |
1903 |
1872 |
1904 .widefat * { |
|
1905 word-wrap: normal; |
|
1906 } |
|
1907 |
|
1908 /* Make row actions more easy to select on mobile */ |
1873 /* Make row actions more easy to select on mobile */ |
1909 body:not(.plugins-php) .row-actions { |
1874 body:not(.plugins-php) .row-actions { |
1910 display: -ms-grid; |
1875 display: -ms-grid; |
1911 display: grid; |
1876 display: grid; |
1912 -ms-grid-columns: auto auto auto; |
1877 -ms-grid-columns: auto auto auto; |
1920 |
1885 |
1921 .row-actions span a, |
1886 .row-actions span a, |
1922 .row-actions span .button-link { |
1887 .row-actions span .button-link { |
1923 display: inline-block; |
1888 display: inline-block; |
1924 padding: 4px 0; |
1889 padding: 4px 0; |
|
1890 line-height: 1.5; |
1925 } |
1891 } |
1926 |
1892 |
1927 .row-actions span.approve:before, |
1893 .row-actions span.approve:before, |
1928 .row-actions span.unapprove:before { |
1894 .row-actions span.unapprove:before { |
1929 content: "| "; |
1895 content: "| "; |
1957 width: 100%; |
1923 width: 100%; |
1958 max-width: none; |
1924 max-width: none; |
1959 box-sizing: border-box; |
1925 box-sizing: border-box; |
1960 } |
1926 } |
1961 |
1927 |
|
1928 .inline-edit-row fieldset input[name=jj], |
|
1929 .inline-edit-row fieldset input[name=hh], |
|
1930 .inline-edit-row fieldset input[name=mn], |
|
1931 .inline-edit-row fieldset input[name=aa] { |
|
1932 font-size: 16px; |
|
1933 line-height: 2; |
|
1934 padding: 3px 4px; |
|
1935 } |
|
1936 |
1962 .inline-edit-row fieldset ul.cat-checklist label, |
1937 .inline-edit-row fieldset ul.cat-checklist label, |
1963 .inline-edit-row #bulk-titles div { |
1938 .inline-edit-row #bulk-titles div { |
1964 font-size: 16px; |
1939 font-size: 16px; |
1965 } |
1940 } |
1966 |
1941 |
1978 } |
1953 } |
1979 |
1954 |
1980 .inline-edit-row fieldset label span.input-text-wrap, |
1955 .inline-edit-row fieldset label span.input-text-wrap, |
1981 .inline-edit-row fieldset .timestamp-wrap { |
1956 .inline-edit-row fieldset .timestamp-wrap { |
1982 margin-right: 0; |
1957 margin-right: 0; |
1983 } |
|
1984 |
|
1985 .inline-edit-row fieldset input[name=jj], |
|
1986 .inline-edit-row fieldset input[name=hh], |
|
1987 .inline-edit-row fieldset input[name=mn] { |
|
1988 width: 3em; |
|
1989 } |
|
1990 |
|
1991 .inline-edit-row fieldset input[name=aa] { |
|
1992 width: 4.5em; |
|
1993 } |
1958 } |
1994 |
1959 |
1995 .inline-edit-row .inline-edit-or { |
1960 .inline-edit-row .inline-edit-or { |
1996 margin: 0 0 0 6px; |
1961 margin: 0 0 0 6px; |
1997 } |
1962 } |
2126 |
2091 |
2127 .wp-list-table.plugins .plugin-title strong, |
2092 .wp-list-table.plugins .plugin-title strong, |
2128 .wp-list-table.plugins .theme-title strong { |
2093 .wp-list-table.plugins .theme-title strong { |
2129 font-size: 1.4em; |
2094 font-size: 1.4em; |
2130 line-height: 1.5; |
2095 line-height: 1.5; |
|
2096 } |
|
2097 |
|
2098 .plugins tbody th.check-column { |
|
2099 padding: 8px 5px 0 0; |
|
2100 } |
|
2101 |
|
2102 .plugins thead td.check-column, |
|
2103 .plugins tfoot td.check-column, |
|
2104 .plugins .inactive th.check-column { |
|
2105 padding-right: 9px; |
2131 } |
2106 } |
2132 |
2107 |
2133 /* Add New plugins page */ |
2108 /* Add New plugins page */ |
2134 table.plugin-install .column-name, |
2109 table.plugin-install .column-name, |
2135 table.plugin-install .column-version, |
2110 table.plugin-install .column-version, |