Restore bottom padding in plugin rows. fixes #15547.

git-svn-id: https://develop.svn.wordpress.org/trunk@16745 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-06 15:15:09 +00:00
parent d7ddf41809
commit 2c44ffcc57
4 changed files with 5 additions and 7 deletions

View File

@@ -3785,10 +3785,8 @@ input.button-highlighted,
padding-right: 12px;
}
.plugins .second td,
.plugins .second th {
border-top: 0 none;
padding: 0 7px 5px;
.plugins .second, .plugins .row-actions-visible {
padding: 0 0 5px;
}
.plugins-php .widefat tfoot th,