Tighten list table styles. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17874 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-12 00:57:25 +00:00
parent 624ad7b0c0
commit d1a363b352
7 changed files with 18 additions and 16 deletions

View File

@@ -1771,7 +1771,7 @@ th.sortable a,
th.sorted a {
display: block;
overflow: hidden;
padding: 10px 7px 11px;
padding: 7px 7px 8px;
}
.fixed .column-comments.sortable a,
.fixed .column-comments.sorted a {
@@ -4128,10 +4128,6 @@ input.button-highlighted,
padding: 7px 0;
}
.plugins td, .plugins th {
border-bottom: 0 none;
}
.plugins .inactive td,
.plugins .inactive th,
.plugins .active td,