Ticket #40220: 40220.diff
| File 40220.diff, 1.3 KB (added by , 9 years ago) |
|---|
-
src/wp-admin/css/customize-controls.css
947 947 margin-bottom: 18px; 948 948 } 949 949 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 950 959 .customize-control-header .uploaded button:not(.random), 951 960 .customize-control-header .default button:not(.random) { 952 961 width: 100%; … … 968 977 .customize-control-header button.new, 969 978 .customize-control-header button.remove { 970 979 white-space: normal; 971 width: 48%;980 width: auto; 972 981 height: auto; 982 margin-left: 8px; 973 983 } 974 984 975 985 .customize-control .attachment-media-view .thumbnail, … … 1139 1149 .customize-control .attachment-media-view .remove-button, 1140 1150 .customize-control .attachment-media-view .default-button, 1141 1151 .customize-control-header .remove { 1142 float: left;1143 1152 margin-right: 3px; 1144 1153 } 1145 1154 1146 .customize-control .attachment-media-view .upload-button,1147 .customize-control-header .new {1148 float: right;1149 }1150 1151 1155 /* Background position control */ 1152 1156 .customize-control-background_position .background-position-control .button-group { 1153 1157 display: block;