Ticket #40220: 40220.2.diff
| File 40220.2.diff, 1.5 KB (added by , 9 years ago) |
|---|
-
src/wp-admin/css/customize-controls.css
710 710 padding-top: 7px; 711 711 } 712 712 713 .customize-control .thumbnail-image { 713 .customize-control .thumbnail-image, 714 .customize-control-header .current img, 715 .customize-control .wp-media-wrapper.wp-video { 714 716 line-height: 0; 715 717 } 716 718 … … 933 935 /* Media controls */ 934 936 935 937 .customize-control .attachment-media-view .actions { 936 margin-top: 8px;938 margin-top: 12px; 937 939 } 938 940 939 941 .customize-control-header .current { … … 966 968 .customize-control-header button.new, 967 969 .customize-control-header button.remove { 968 970 white-space: normal; 969 width: 48%;970 971 height: auto; 971 972 } 972 973 … … 1013 1014 .customize-control-header .header-view { 1014 1015 position: relative; 1015 1016 width: 100%; 1016 margin-bottom: 5px;1017 margin-bottom: 12px; 1017 1018 } 1018 1019 1019 1020 .customize-control-header .header-view:last-child { … … 1137 1138 .customize-control .attachment-media-view .remove-button, 1138 1139 .customize-control .attachment-media-view .default-button, 1139 1140 .customize-control-header .remove { 1140 float: left; 1141 margin-right: 3px; 1141 margin-right: 8px; 1142 1142 } 1143 1143 1144 .customize-control .attachment-media-view .upload-button,1145 .customize-control-header .new {1146 float: right;1147 }1148 1149 1144 /* Background position control */ 1150 1145 .customize-control-background_position .background-position-control .button-group { 1151 1146 display: block;