Flexible widths for select boxes above list tables. For posts, that means bulk actions and date/category filters. Opens up more room (can prevent wrapping) and allows for longer localized strings. props SergeyBiryukov, fixes #21752.
git-svn-id: https://develop.svn.wordpress.org/trunk@21916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2851d75027
commit
4a0d94a59e
@ -846,17 +846,16 @@ input[type="number"].small-text {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablenav select[name="action"],
|
.tablenav .actions select {
|
||||||
.tablenav select[name="action2"] {
|
max-width: 200px;
|
||||||
width: 130px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablenav select[name="m"] {
|
.ie8 .tablenav .actions select {
|
||||||
width: 155px;
|
width: 155px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablenav select#cat {
|
.ie8 .tablenav .actions select#cat {
|
||||||
width: 170px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpcontent option {
|
#wpcontent option {
|
||||||
|
Loading…
Reference in New Issue
Block a user