Fix alignment and borders of plugin/theme updates on the Updates screen.
props morganestes, ocean90. see #26699, for trunk. Built from https://develop.svn.wordpress.org/trunk@26935 git-svn-id: http://core.svn.wordpress.org/trunk@26816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6c0fe71d05
commit
f49bd78ae4
|
@ -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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -727,7 +727,6 @@ select,
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#update-plugins-table tbody th.check-column,
|
||||
.plugins tbody th.check-column,
|
||||
.plugins tbody {
|
||||
padding: 8px 2px 0 0;
|
||||
|
@ -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-right: 6px;
|
||||
}
|
||||
|
||||
|
@ -12761,12 +12758,12 @@ li#wp-admin-bar-menu-toggle {
|
|||
|
||||
.widefat tbody th.check-column input[type="checkbox"] {
|
||||
margin-top: -3px;
|
||||
margin-right: 9px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.wp-list-table.plugins .active .check-column input,
|
||||
.wp-list-table.plugins .update .check-column input {
|
||||
margin-right: 6px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.wp-list-table.plugins thead .check-column input,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue