Table.widefat fixes, props kpdesign, see #8311

git-svn-id: http://svn.automattic.com/wordpress/trunk@9839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-21 23:55:56 +00:00
parent e289acf038
commit 3444414aa6
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;
}