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