Make WordPress Core

Ticket #22752: 22741.4.patch

File 22741.4.patch, 1023 bytes (added by lessbloat, 11 years ago)

Tightens up .link-to-custom (thanks Helenyhou)

  • wp-includes/css/media-views.css

     
    2424}
    2525
    2626.media-frame a:hover {
     27        border-bottom: none;
    2728        color: #d54e21;
    2829}
    2930
     
    6162        border-color: #dfdfdf;
    6263}
    6364
     65.media-frame select {
     66        height: 24px;
     67        padding: 3px;
     68}
     69
    6470.media-frame input:disabled,
    6571.media-frame textarea:disabled,
    6672.media-frame input[readonly],
     
    238244        display: block;
    239245}
    240246
     247.media-sidebar .setting .link-to-custom {
     248        margin: 3px 0;
     249}
     250
    241251.media-sidebar .setting span {
    242252        min-width: 30%;
    243253        margin-right: 4%;
     
    10671077        margin: 4em 0;
    10681078}
    10691079
     1080.uploader-inline-content .post-upload-ui {
     1081        margin-bottom: 2em;
     1082}
     1083
    10701084.uploader-inline .has-upload-message .upload-ui {
    10711085        margin: 0 0 4em;
    10721086}
     
    11791193
    11801194.media-selection .selection-view {
    11811195        display: inline-block;
     1196        vertical-align: top;
    11821197}
    11831198
    11841199.media-selection .attachments {