Make WordPress Core

Changeset 21916


Ignore:
Timestamp:
09/19/2012 03:44:01 PM (12 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.css

    r21894 r21916  
    847847}
    848848
    849 .tablenav select[name="action"],
    850 .tablenav select[name="action2"] {
    851     width: 130px;
    852 }
    853 
    854 .tablenav select[name="m"] {
     849.tablenav .actions select {
     850    max-width: 200px;
     851}
     852
     853.ie8 .tablenav .actions select {
    855854    width: 155px;
    856855}
    857856
    858 .tablenav select#cat {
    859     width: 170px;
     857.ie8 .tablenav .actions select#cat {
     858    width: 200px;
    860859}
    861860
Note: See TracChangeset for help on using the changeset viewer.