Always display the table, with a placeholder row when there are no items. Fixes #15849

git-svn-id: https://develop.svn.wordpress.org/trunk@17002 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-12-16 19:05:14 +00:00
parent de072fe02a
commit 96e692baed
8 changed files with 41 additions and 39 deletions

View File

@@ -425,6 +425,10 @@ ol.ol-decimal > li {
font-size: 11px;
}
.widefat .no-items td {
border-bottom-width: 0;
}
.widefat td {
padding: 3px 7px;
vertical-align: top;