Make WordPress Core

Ticket #40220: 40220.2.diff

File 40220.2.diff, 1.5 KB (added by afercia, 9 years ago)
  • src/wp-admin/css/customize-controls.css

     
    710710        padding-top: 7px;
    711711}
    712712
    713 .customize-control .thumbnail-image {
     713.customize-control .thumbnail-image,
     714.customize-control-header .current img,
     715.customize-control .wp-media-wrapper.wp-video {
    714716        line-height: 0;
    715717}
    716718
     
    933935/* Media controls */
    934936
    935937.customize-control .attachment-media-view .actions {
    936         margin-top: 8px;
     938        margin-top: 12px;
    937939}
    938940
    939941.customize-control-header .current {
     
    966968.customize-control-header button.new,
    967969.customize-control-header button.remove {
    968970        white-space: normal;
    969         width: 48%;
    970971        height: auto;
    971972}
    972973
     
    10131014.customize-control-header .header-view {
    10141015        position: relative;
    10151016        width: 100%;
    1016         margin-bottom: 5px;
     1017        margin-bottom: 12px;
    10171018}
    10181019
    10191020.customize-control-header .header-view:last-child {
     
    11371138.customize-control .attachment-media-view .remove-button,
    11381139.customize-control .attachment-media-view .default-button,
    11391140.customize-control-header .remove {
    1140         float: left;
    1141         margin-right: 3px;
     1141        margin-right: 8px;
    11421142}
    11431143
    1144 .customize-control .attachment-media-view .upload-button,
    1145 .customize-control-header .new {
    1146         float: right;
    1147 }
    1148 
    11491144/* Background position control */
    11501145.customize-control-background_position .background-position-control .button-group {
    11511146        display: block;