Make WordPress Core

Changeset 22733


Ignore:
Timestamp:
11/20/2012 10:51:35 PM (12 years ago)
Author:
koopersmith
Message:

Media: Set a max width on select elements in the sidebar. fixes #22517, see #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r22720 r22733  
    209209    min-width: 30%;
    210210    margin-right: 4%;
     211}
     212
     213.media-sidebar .setting select {
     214    max-width: 65%;
    211215}
    212216
     
    10451049 */
    10461050.attachment-display-settings {
    1047     overflow: hidden;
    1048     float: left;
     1051    width: 100%;
     1052    float: left;
     1053    overflow: hidden;
    10491054}
    10501055
Note: See TracChangeset for help on using the changeset viewer.