Make WordPress Core

Changeset 35499


Ignore:
Timestamp:
11/04/2015 12:40:31 AM (9 years ago)
Author:
pento
Message:

Media Library: Allow longer labels in the filter dropdowns.

Props aaronrutley, AlbertoCT.

Fixes #32005.

File:
1 edited

Legend:

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

    r35427 r35499  
    753753    margin-top: 11px;
    754754    margin-right: 2%;
    755     max-width: 42%;
    756     max-width: -webkit-calc(48% - 12px);
    757     max-width: calc(48% - 12px);
     755    width: 42%;
     756    width: -webkit-calc(48% - 12px);
     757    width: calc(48% - 12px);
    758758}
    759759
     
    10821082
    10831083.attachments-browser .media-toolbar-primary {
    1084     max-width: 33%;
     1084    width: 33%;
    10851085}
    10861086
    10871087.attachments-browser .media-toolbar-secondary {
    1088     max-width: 66%;
     1088    width: 66%;
     1089}
     1090
     1091.attachments-browser .search {
     1092    width: 100%;
    10891093}
    10901094
Note: See TracChangeset for help on using the changeset viewer.