Fix alignment and borders of plugin/theme updates on the Updates screen.

props morganestes, ocean90.
see #26699, for trunk.


git-svn-id: https://develop.svn.wordpress.org/trunk@26935 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-01-13 15:59:23 +00:00
parent 1e3460cea3
commit 8cbbc29e8a
2 changed files with 9 additions and 8 deletions

View File

@ -800,13 +800,17 @@ tr.active.update + tr.plugin-update-tr .plugin-update .update-message {
.plugins .inactive th,
.plugins .active td,
.plugins .active th,
.plugin-install #the-list td {
.plugin-install #the-list td,
.upgrade .plugins td,
.upgrade .plugins th {
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}
.plugins .update td,
.plugins .update th {
.plugins .update th,
.upgrade .plugins tr:last-of-type td,
.upgrade .plugins tr:last-of-type th {
-webkit-box-shadow: none;
box-shadow: none;
}

View File

@ -727,7 +727,6 @@ select,
padding-top: 10px;
}
#update-plugins-table tbody th.check-column,
.plugins tbody th.check-column,
.plugins tbody {
padding: 8px 0 0 2px;
@ -747,9 +746,7 @@ select,
.plugins thead th.check-column,
.plugins tfoot th.check-column,
.plugins .inactive th.check-column,
#update-plugins-table thead th.check-column,
#update-plugins-table tfoot th.check-column {
.plugins .inactive th.check-column {
padding-left: 6px;
}
@ -12761,12 +12758,12 @@ li#wp-admin-bar-menu-toggle {
.widefat tbody th.check-column input[type="checkbox"] {
margin-top: -3px;
margin-left: 9px;
margin-left: 8px;
}
.wp-list-table.plugins .active .check-column input,
.wp-list-table.plugins .update .check-column input {
margin-left: 6px;
margin-left: 5px;
}
.wp-list-table.plugins thead .check-column input,