Make WordPress Core

Ticket #40220: 40220.diff

File 40220.diff, 1.3 KB (added by timmydcrawford, 9 years ago)
  • src/wp-admin/css/customize-controls.css

     
    947947        margin-bottom: 18px;
    948948}
    949949
     950.customize-control-header .actions {
     951        text-align: left;
     952}
     953
     954.customize-control .actions .button:first-child,
     955.customize-control-header .actions .button:first-child {
     956        margin-left: 0;
     957 }
     958
    950959.customize-control-header .uploaded button:not(.random),
    951960.customize-control-header .default button:not(.random) {
    952961        width: 100%;
     
    968977.customize-control-header button.new,
    969978.customize-control-header button.remove {
    970979        white-space: normal;
    971         width: 48%;
     980        width: auto;
    972981        height: auto;
     982        margin-left: 8px;
    973983}
    974984
    975985.customize-control .attachment-media-view .thumbnail,
     
    11391149.customize-control .attachment-media-view .remove-button,
    11401150.customize-control .attachment-media-view .default-button,
    11411151.customize-control-header .remove {
    1142         float: left;
    11431152        margin-right: 3px;
    11441153}
    11451154
    1146 .customize-control .attachment-media-view .upload-button,
    1147 .customize-control-header .new {
    1148         float: right;
    1149 }
    1150 
    11511155/* Background position control */
    11521156.customize-control-background_position .background-position-control .button-group {
    11531157        display: block;