Ticket #40220: 40220.3.diff
| File 40220.3.diff, 2.4 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, 715 .customize-control .wp-media-wrapper.wp-video { 714 716 line-height: 0; 715 717 } 716 718 … … 932 934 933 935 /* Media controls */ 934 936 935 .customize-control .a ttachment-media-view .actions{936 margin-top: 8px;937 .customize-control .actions .button { 938 margin-top: 12px; 937 939 } 938 940 939 .customize-control-header .current {940 margin-bottom: 8px;941 }942 943 941 .customize-control-header .actions, 944 942 .customize-control-header .uploaded { 945 943 margin-bottom: 18px; … … 965 963 .customize-control .attachment-media-view .upload-button, 966 964 .customize-control-header button.new, 967 965 .customize-control-header button.remove { 966 width: auto; 967 height: auto; 968 968 white-space: normal; 969 width: 48%;970 height: auto;971 969 } 972 970 973 971 .customize-control .attachment-media-view .thumbnail, … … 1013 1011 .customize-control-header .header-view { 1014 1012 position: relative; 1015 1013 width: 100%; 1016 margin-bottom: 5px;1014 margin-bottom: 12px; 1017 1015 } 1018 1016 1019 1017 .customize-control-header .header-view:last-child { … … 1137 1135 .customize-control .attachment-media-view .remove-button, 1138 1136 .customize-control .attachment-media-view .default-button, 1139 1137 .customize-control-header .remove { 1140 float: left; 1141 margin-right: 3px; 1138 margin-right: 8px; 1142 1139 } 1143 1140 1144 .customize-control .attachment-media-view .upload-button,1145 .customize-control-header .new {1146 float: right;1147 }1148 1149 1141 /* Background position control */ 1150 1142 .customize-control-background_position .background-position-control .button-group { 1151 1143 display: block; -
src/wp-admin/css/widgets.css
68 68 69 69 .media-widget-buttons { 70 70 text-align: left; 71 margin- bottom: 10px;71 margin-top: 0; 72 72 } 73 73 74 74 .media-widget-control .media-widget-buttons .button { 75 margin-left: 8px;76 75 width: auto; 76 height: auto; 77 margin-top: 12px; 78 white-space: normal; 77 79 } 78 .media-widget-control:not(.selected) .media-widget-buttons .button, 80 79 81 .media-widget-buttons .button:first-child { 80 margin- left: 0;82 margin-right: 8px; 81 83 } 82 84 83 85 .media-widget-control .placeholder {