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:
parent
e289acf038
commit
3444414aa6
|
@ -327,6 +327,10 @@ h6 {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.widefat td p {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.widefat th {
|
||||
padding: 7px 7px 8px;
|
||||
text-align: left;
|
||||
|
|
|
@ -359,7 +359,8 @@ a.button {
|
|||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.tablenav select[name="action"] {
|
||||
.tablenav select[name="action"],
|
||||
.tablenav select[name="action2"] {
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue