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:
Andrew Nacin 2012-09-19 15:44:01 +00:00
parent 2851d75027
commit 4a0d94a59e
1 changed files with 5 additions and 6 deletions

View File

@ -846,17 +846,16 @@ input[type="number"].small-text {
margin-right: 8px;
}
.tablenav select[name="action"],
.tablenav select[name="action2"] {
width: 130px;
.tablenav .actions select {
max-width: 200px;
}
.tablenav select[name="m"] {
.ie8 .tablenav .actions select {
width: 155px;
}
.tablenav select#cat {
width: 170px;
.ie8 .tablenav .actions select#cat {
width: 200px;
}
#wpcontent option {