Make WordPress Core

Ticket #31908: 31908.2.patch

File 31908.2.patch, 709 bytes (added by DrewAPicture, 10 years ago)
  • src/wp-includes/css/media-views.css

     
    232232.media-toolbar-primary {
    233233        float: right;
    234234        height: 100%;
    235         max-width: 33%;
    236235}
    237236
    238237.media-toolbar-secondary {
    239238        float: left;
    240239        height: 100%;
    241         max-width: 66%;
    242240}
    243241
    244242.media-toolbar-primary > .media-button,
     
    10731071        display: none;
    10741072}
    10751073
     1074.attachments-browser .media-toolbar-primary {
     1075        max-width: 33%;
     1076}
     1077
     1078.attachments-browser .media-toolbar-secondary {
     1079        max-width: 66%;
     1080}
     1081
    10761082.uploader-inline .close {
    10771083        background-color: transparent;
    10781084        border: 0;