Ticket #26508: 26508.patch
File 26508.patch, 1.3 KB (added by , 12 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
11578 11578 margin-left: 8em; /* default 5em */ 11579 11579 } 11580 11580 .locale-ru-ru.press-this .posting { 11581 margin-right: 2 57px; /* default 212px + 45px */11581 margin-right: 277px; /* default 252px + 25px */ 11582 11582 } 11583 .locale-ru-ru .press-this #photo-add-url-div input[type="text"]{11584 width: 2 55px; /* default 300px - 45px */11583 .locale-ru-ru .press-this-sidebar { 11584 width: 265px; /* default 240px + 25px */ 11585 11585 } 11586 .locale-ru-ru.press-this #side-sortables {11587 width: 245px; /* default 200px + 45px */11588 }11589 11586 .locale-ru-ru #customize-header-actions .button { 11590 11587 padding: 0 5px 1px; /* default 0 10px 1px */ 11591 11588 } -
src/wp-admin/press-this.php
436 436 } 437 437 jQuery(document).ready(function($) { 438 438 //resize screen 439 window.resizeTo(7 40,580);439 window.resizeTo(760,580); 440 440 // set button actions 441 441 jQuery('#photo_button').click(function() { show('photo'); return false; }); 442 442 jQuery('#video_button').click(function() { show('video'); return false; });