Ticket #15925: 15925.4.patch
| File 15925.4.patch, 946 bytes (added by SergeyBiryukov, 8 months ago) |
|---|
-
wp-admin/css/wp-admin.css
3404 3404 .customlinkdiv div.tabs-panel, 3405 3405 .posttypediv div.tabs-panel, 3406 3406 .taxonomydiv div.tabs-panel { 3407 min-height: 42px; 3407 3408 max-height: 200px; 3408 3409 overflow: auto; 3409 3410 padding: 0 0.9em; -
wp-admin/js/post.js
355 355 $('#in-' + taxonomy + '-' + id + ', #in-popular-' + taxonomy + '-' + id).prop( 'checked', c ); 356 356 }); 357 357 358 var maxTabHeight = -1; 359 var tabs = $(this).find('.tabs-panel'); 360 tabs.each( function() { 361 maxTabHeight = Math.max( maxTabHeight, $(this).height() ); 362 }); 363 tabs.css('height', maxTabHeight); 364 358 365 }); // end cats 359 366 360 367 // Custom Fields