Table.widefat fixes, props kpdesign, see #8311

git-svn-id: https://develop.svn.wordpress.org/trunk@9839 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-21 23:55:56 +00:00
parent b0fb781848
commit 225c1eb2a1
2 changed files with 6 additions and 1 deletions

View File

@@ -327,6 +327,10 @@ h6 {
vertical-align: top;
}
.widefat td p {
font-size: 11px;
}
.widefat th {
padding: 7px 7px 8px;
text-align: left;

View File

@@ -359,7 +359,8 @@ a.button {
margin-right: 8px;
}
.tablenav select[name="action"] {
.tablenav select[name="action"],
.tablenav select[name="action2"] {
width: 90px;
}