Changeset 28086
- Timestamp:
- 04/12/2014 06:39:46 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r27985 r28086 485 485 } 486 486 487 #customize-control-header_image button.new, 488 #customize-control-header_image button.remove { 489 white-space: normal; 490 width: 48%; 491 height: auto; 492 } 493 494 487 495 /* Header control: current image container */ 488 496 … … 539 547 content: ''; 540 548 position: absolute; 549 height: auto; 541 550 top: 0; left: 0; bottom: 0; right: 0; 542 551 border: 4px solid #2ea2cc; … … 587 596 #customize-control-header_image button.random { 588 597 width: 100%; 589 height: 40px; 598 height: auto; 599 min-height: 40px; 600 white-space: normal; 590 601 } 591 602 -
trunk/src/wp-includes/js/customize-views.js
r27970 r28086 121 121 this.$el.html(this.template(this.extendedModel())); 122 122 123 if (this.model.get('random')) {124 this.setPlaceholder(40);125 }126 127 123 this.toggleSelected(); 128 124 return this;
Note: See TracChangeset
for help on using the changeset viewer.