--- a/wp/wp-admin/css/list-tables.css Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-admin/css/list-tables.css Tue Dec 15 13:49:49 2020 +0100
@@ -58,17 +58,10 @@
background-color: #72777c;
color: #fff;
font-size: 11px;
- line-height: 21px;
+ line-height: 1.90909090;
text-align: center;
}
-.ie8 .column-response .comment-count-no-comments,
-.ie8 .column-response .comment-count-approved,
-.ie8 .column-comments .comment-count-no-comments,
-.ie8 .column-comments .comment-count-approved {
- min-width: 0;
-}
-
.column-response .post-com-count-no-comments:after,
.column-response .post-com-count-approved:after,
.column-comments .post-com-count-no-comments:after,
@@ -82,17 +75,17 @@
border-right: 5px solid transparent;
}
-.column-response .post-com-count-approved:hover .comment-count-approved,
-.column-response .post-com-count-approved:focus .comment-count-approved,
-.column-comments .post-com-count-approved:hover .comment-count-approved,
-.column-comments .post-com-count-approved:focus .comment-count-approved {
+.column-response a.post-com-count-approved:hover .comment-count-approved,
+.column-response a.post-com-count-approved:focus .comment-count-approved,
+.column-comments a.post-com-count-approved:hover .comment-count-approved,
+.column-comments a.post-com-count-approved:focus .comment-count-approved {
background: #0073aa;
}
-.column-response .post-com-count-approved:hover:after,
-.column-response .post-com-count-approved:focus:after,
-.column-comments .post-com-count-approved:hover:after,
-.column-comments .post-com-count-approved:focus:after {
+.column-response a.post-com-count-approved:hover:after,
+.column-response a.post-com-count-approved:focus:after,
+.column-comments a.post-com-count-approved:hover:after,
+.column-comments a.post-com-count-approved:focus:after {
border-top-color: #0073aa;
}
@@ -109,7 +102,7 @@
background: #ca4a1f;
color: #fff;
font-size: 9px;
- line-height: 17px;
+ line-height: 1.88888888;
text-align: center;
}
@@ -302,7 +295,6 @@
}
.fixed .column-posts,
-.fixed .column-date,
.fixed .column-parent,
.fixed .column-links,
.fixed .column-author,
@@ -310,6 +302,15 @@
width: 10%;
}
+.fixed .column-date {
+ width: 14%;
+}
+
+.column-date span[title] {
+ -webkit-text-decoration: dotted underline;
+ text-decoration: dotted underline;
+}
+
.fixed .column-posts {
width: 74px;
}
@@ -392,17 +393,13 @@
width: 20%;
}
-#comments-form .fixed .column-date {
- width: 14%;
-}
-
#commentsdiv.postbox .inside {
margin: 0;
padding: 0;
}
#commentsdiv .inside .row-actions {
- line-height: 18px;
+ line-height: 1.38461538;
}
#commentsdiv .inside .column-author {
@@ -431,7 +428,6 @@
#commentsdiv .comments-box thead td {
background: transparent;
padding: 0 7px 4px;
- font-style: italic;
}
#commentsdiv .comments-box tr:last-child td {
@@ -460,7 +456,7 @@
top: -4px;
left: -8px;
color: #444;
- line-height: 10px;
+ line-height: 0.5;
position: relative;
vertical-align: top;
-webkit-font-smoothing: antialiased;
@@ -509,10 +505,6 @@
0 0 2px 1px rgba(30, 140, 190, 0.8);
}
-.ie8 .wp-list-table .toggle-row:focus:before {
- outline: #5b9dd9 solid 1px;
-}
-
.wp-list-table .toggle-row:active {
box-shadow: none;
}
@@ -537,13 +529,14 @@
content: "\f142";
}
-tr.wp-locked .locked-indicator {
+.locked-indicator {
+ display: none;
margin-left: 6px;
height: 20px;
width: 16px;
}
-tr.wp-locked .locked-indicator-icon:before {
+.locked-indicator-icon:before {
color: #82878c;
content: "\f160";
display: inline-block;
@@ -554,30 +547,25 @@
-moz-osx-font-smoothing: grayscale;
}
-tr.wp-locked .check-column label,
-tr.wp-locked .check-column input[type="checkbox"],
-tr.wp-locked .row-actions .inline,
-tr.wp-locked .row-actions .trash {
+.locked-info {
display: none;
-}
-
-tr .locked-info {
- height: 0;
- opacity: 0;
-}
-
-tr.wp-locked .locked-info {
margin-top: 4px;
- height: auto;
- opacity: 1;
}
.locked-text {
vertical-align: top;
}
-tr.locked-info, tr.wp-locked .locked-info {
- transition: height 1s, opacity 0.5s;
+.wp-locked .locked-indicator,
+.wp-locked .locked-info {
+ display: block;
+}
+
+tr.wp-locked .check-column label,
+tr.wp-locked .check-column input[type="checkbox"],
+tr.wp-locked .row-actions .inline,
+tr.wp-locked .row-actions .trash {
+ display: none;
}
.fixed .column-comments .sorting-indicator {
@@ -621,8 +609,6 @@
.tablenav-pages .current-page {
margin: 0 2px 0 0;
- padding-top: 5px;
- padding-bottom: 5px;
font-size: 13px;
text-align: center;
}
@@ -639,6 +625,7 @@
clear: both;
height: 30px;
margin: 6px 0 4px;
+ padding-top: 5px;
vertical-align: middle;
}
@@ -648,7 +635,7 @@
.tablenav .tablenav-pages {
float: right;
- margin: 3px 0 9px;
+ margin: 0 0 9px;
}
.tablenav .no-pages,
@@ -660,12 +647,12 @@
.tablenav .tablenav-pages .tablenav-pages-navspan {
display: inline-block;
vertical-align: baseline;
- min-width: 28px;
- min-height: 28px;
+ min-width: 30px;
+ min-height: 30px;
margin: 0;
padding: 0 4px;
font-size: 16px;
- line-height: 1.5;
+ line-height: 1.625; /* 26px */
text-align: center;
}
@@ -679,8 +666,7 @@
}
.tablenav .actions {
- overflow: hidden;
- padding: 2px 8px 0 0;
+ padding: 0 8px 0 0;
}
.wp-filter .actions {
@@ -715,7 +701,7 @@
width: 28px;
height: 28px;
text-align: center;
- line-height: 24px;
+ line-height: 1.84615384;
text-decoration: none;
}
@@ -949,8 +935,8 @@
.inline-edit-row fieldset.inline-edit-date label {
display: inline-block;
margin: 0;
- line-height: 1.5;
vertical-align: baseline;
+ line-height: 2;
}
.inline-edit-row fieldset label.inline-edit-tags {
@@ -974,11 +960,6 @@
padding: 0;
}
-.inline-edit-row fieldset.inline-edit-date select {
- margin: 1px;
- line-height: 28px;
-}
-
.inline-edit-row fieldset label span.input-text-wrap,
.inline-edit-row fieldset .timestamp-wrap {
display: block;
@@ -1026,11 +1007,6 @@
text-transform: uppercase;
}
-.inline-edit-row fieldset span.title,
-.inline-edit-row fieldset span.checkbox-title {
- font-style: italic;
-}
-
/* Specific Elements */
.inline-edit-row fieldset .inline-edit-date {
float: left;
@@ -1038,14 +1014,11 @@
.inline-edit-row fieldset input[name=jj],
.inline-edit-row fieldset input[name=hh],
-.inline-edit-row fieldset input[name=mn] {
- font-size: 12px;
- width: 2.3em;
-}
-
+.inline-edit-row fieldset input[name=mn],
.inline-edit-row fieldset input[name=aa] {
- font-size: 12px;
- width: 3.5em;
+ vertical-align: middle;
+ text-align: center;
+ padding: 0 4px;
}
.inline-edit-row fieldset label input.inline-edit-password-input {
@@ -1095,11 +1068,6 @@
max-width: 80%;
}
-.ie8 .inline-edit-row #post_parent,
-.ie8 .inline-edit-row select[name="page_template"] {
- width: 250px;
-}
-
.quick-edit-row-post fieldset label.inline-edit-status {
float: left;
}
@@ -1170,7 +1138,7 @@
}
.plugins td.desc {
- line-height: 1.5em;
+ line-height: 1.5;
}
.plugins .desc ul,
@@ -1267,6 +1235,10 @@
width: 85px;
}
+.plugins .column-auto-updates {
+ width: 14.2em;
+}
+
.plugins .inactive .plugin-title strong {
font-weight: 400;
}
@@ -1327,8 +1299,7 @@
.plugins .paused .error-display p,
.plugins .paused .error-display code {
font-size: 90%;
- font-style: italic;
- color: rgb( 0, 0, 0, 0.7 );
+ color: rgba( 0, 0, 0, 0.7 );
}
.plugins .resume-link {
@@ -1469,7 +1440,7 @@
}
.plugin-card h3 {
- margin: 0 0 12px;
+ margin: 0 12px 12px 0;
font-size: 18px;
line-height: 1.3;
}
@@ -1477,7 +1448,7 @@
.plugin-card .name,
.plugin-card .desc {
margin-left: 148px; /* icon + margin */
- margin-right: 120px; /* action links */
+ margin-right: 128px; /* action links + margin */
}
.plugin-card .action-links {
@@ -1490,7 +1461,6 @@
.plugin-action-buttons {
clear: right;
float: right;
- margin-left: 2em;
margin-bottom: 1em;
text-align: right;
}
@@ -1526,7 +1496,7 @@
}
.plugin-card .column-rating {
- line-height: 23px;
+ line-height: 1.76923076;
}
.plugin-card .column-rating,
@@ -1650,6 +1620,10 @@
margin-right: 20px;
}
+ .plugin-card h3 {
+ margin-right: 24px;
+ }
+
.plugin-card .name,
.plugin-card .desc {
margin-right: 0;
@@ -1658,10 +1632,6 @@
.plugin-card .desc p:first-of-type {
margin-top: 0;
}
-
- .fixed .column-date {
- width: 14%;
- }
}
@media screen and (max-width: 782px) {
@@ -1695,7 +1665,7 @@
.view-switch a {
width: 36px;
height: 36px;
- line-height: 33px;
+ line-height: 2.53846153;
}
/* Pagination */
@@ -1746,7 +1716,7 @@
min-width: 44px;
padding: 12px 6px;
font-size: 16px;
- line-height: 18px;
+ line-height: 1.125;
}
/* WP List Table Adjustments: General */
@@ -1754,10 +1724,6 @@
display: none;
}
- .comment-count {
- font-size: 14px;
- }
-
.wp-list-table th.column-primary ~ th,
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
display: none;
@@ -1770,7 +1736,10 @@
/* Checkboxes need to show */
.wp-list-table tr th.check-column {
display: table-cell;
- width: 35px;
+ }
+
+ .wp-list-table .check-column {
+ width: 2.5em;
}
.wp-list-table .column-primary .toggle-row {
@@ -1780,7 +1749,6 @@
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
position: relative;
clear: both;
- display: block;
width: auto !important; /* needs to override some columns that are more specifically targeted */
}
@@ -1901,10 +1869,6 @@
padding-top: 10px;
}
- .widefat * {
- word-wrap: normal;
- }
-
/* Make row actions more easy to select on mobile */
body:not(.plugins-php) .row-actions {
display: -ms-grid;
@@ -1922,6 +1886,7 @@
.row-actions span .button-link {
display: inline-block;
padding: 4px 0;
+ line-height: 1.5;
}
.row-actions span.approve:before,
@@ -1959,6 +1924,15 @@
box-sizing: border-box;
}
+ .inline-edit-row fieldset input[name=jj],
+ .inline-edit-row fieldset input[name=hh],
+ .inline-edit-row fieldset input[name=mn],
+ .inline-edit-row fieldset input[name=aa] {
+ font-size: 16px;
+ line-height: 2;
+ padding: 3px 4px;
+ }
+
.inline-edit-row fieldset ul.cat-checklist label,
.inline-edit-row #bulk-titles div {
font-size: 16px;
@@ -1982,16 +1956,6 @@
margin-left: 0;
}
- .inline-edit-row fieldset input[name=jj],
- .inline-edit-row fieldset input[name=hh],
- .inline-edit-row fieldset input[name=mn] {
- width: 3em;
- }
-
- .inline-edit-row fieldset input[name=aa] {
- width: 4.5em;
- }
-
.inline-edit-row .inline-edit-or {
margin: 0 6px 0 0;
}
@@ -2130,6 +2094,16 @@
line-height: 1.5;
}
+ .plugins tbody th.check-column {
+ padding: 8px 0 0 5px;
+ }
+
+ .plugins thead td.check-column,
+ .plugins tfoot td.check-column,
+ .plugins .inactive th.check-column {
+ padding-left: 9px;
+ }
+
/* Add New plugins page */
table.plugin-install .column-name,
table.plugin-install .column-version,