Changeset 36639
- Timestamp:
- 02/23/2016 05:26:58 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r36582 r36639 808 808 text-align: center; 809 809 cursor: default; 810 border: 1px dashed #b4b9be; 811 -webkit-box-sizing: border-box; 812 -moz-box-sizing: border-box; 813 box-sizing: border-box; 814 min-height: 40px; 810 815 } 811 816 … … 845 850 .customize-control-header .inner .dashicons { 846 851 line-height: 20px; 847 top: 10px;852 top: 8px; 848 853 } 849 854 -
trunk/src/wp-includes/js/customize-views.js
r33329 r36639 64 64 var height = _height || this.getHeight(); 65 65 this.model.set('savedHeight', height); 66 this.$el 67 .add(this.$el.find('.placeholder')) 68 .height(height); 66 this.$el.height(height); 69 67 }, 70 68
Note: See TracChangeset
for help on using the changeset viewer.