List tables: Get rid of double borders for plugins and themes on narrow screens.

see #32395.

Built from https://develop.svn.wordpress.org/trunk@33099


git-svn-id: http://core.svn.wordpress.org/trunk@33070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-07-06 23:49:24 +00:00
parent 6fff730706
commit 2d6edf0fe8
5 changed files with 25 additions and 13 deletions

View File

@ -1924,11 +1924,17 @@ div.action-links,
padding-bottom: 4px;
}
.plugins tr.active + tr.inactive td,
.wp-list-table.plugins .plugin-title,
.wp-list-table.plugins .theme-title {
.plugins #the-list tr > td:not(:last-child),
.plugins #the-list .update th,
.plugins #the-list .update td,
.wp-list-table.plugins #the-list .theme-title {
-webkit-box-shadow: none;
box-shadow: none;
border-top: none;
}
.plugins #the-list tr td {
border-top: none;
}
.plugins tbody {
@ -1958,7 +1964,7 @@ div.action-links,
background-color: #fef7f1;
}
.plugins .plugin-update-tr .plugin-update {
.plugins #the-list .plugin-update-tr .plugin-update {
border-right: none;
}

View File

@ -1924,11 +1924,17 @@ div.action-links,
padding-bottom: 4px;
}
.plugins tr.active + tr.inactive td,
.wp-list-table.plugins .plugin-title,
.wp-list-table.plugins .theme-title {
.plugins #the-list tr > td:not(:last-child),
.plugins #the-list .update th,
.plugins #the-list .update td,
.wp-list-table.plugins #the-list .theme-title {
-webkit-box-shadow: none;
box-shadow: none;
border-top: none;
}
.plugins #the-list tr td {
border-top: none;
}
.plugins tbody {
@ -1958,7 +1964,7 @@ div.action-links,
background-color: #fef7f1;
}
.plugins .plugin-update-tr .plugin-update {
.plugins #the-list .plugin-update-tr .plugin-update {
border-left: none;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta1-33098';
$wp_version = '4.3-beta1-33099';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.