Changeset 40653
- Timestamp:
- 05/12/2017 05:50:00 PM (4 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r40567 r40653 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 } … … 933 935 /* Media controls */ 934 936 935 .customize-control .attachment-media-view .actions { 936 margin-top: 8px; 937 } 938 939 .customize-control-header .current { 940 margin-bottom: 8px; 937 .customize-control .actions .button { 938 margin-top: 12px; 941 939 } 942 940 … … 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 … … 1014 1012 position: relative; 1015 1013 width: 100%; 1016 margin-bottom: 5px;1014 margin-bottom: 12px; 1017 1015 } 1018 1016 … … 1138 1136 .customize-control .attachment-media-view .default-button, 1139 1137 .customize-control-header .remove { 1140 float: left; 1141 margin-right: 3px; 1142 } 1143 1144 .customize-control .attachment-media-view .upload-button, 1145 .customize-control-header .new { 1146 float: right; 1138 margin-right: 8px; 1147 1139 } 1148 1140 -
trunk/src/wp-admin/css/widgets.css
r40647 r40653 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; 77 } 78 .media-widget-control:not(.selected) .media-widget-buttons .button, 76 height: auto; 77 margin-top: 12px; 78 white-space: normal; 79 } 80 79 81 .media-widget-buttons .button:first-child { 80 margin- left: 0;82 margin-right: 8px; 81 83 } 82 84
Note: See TracChangeset
for help on using the changeset viewer.