Ticket #20975: 20975.2.patch
File 20975.2.patch, 1.2 KB (added by , 11 years ago) |
---|
-
wp-admin/css/wp-admin.dev.css
8202 8202 min-width: 5em; 8203 8203 } 8204 8204 .locale-ru-ru.press-this .posting { 8205 margin-right: 25 7px; /* default 212px + 45px */8205 margin-right: 252px; /* default 212px + 40px */ 8206 8206 } 8207 8207 .locale-ru-ru.press-this #photo-add-url-div input[type="text"] { 8208 8208 width: 255px; /* default 300px - 45px */ 8209 8209 } 8210 8210 .locale-ru-ru.press-this #side-sortables { 8211 width: 24 5px; /* default 200px + 45px */8211 width: 240px; /* default 200px + 40px */ 8212 8212 } 8213 8213 8214 8214 /* lt_LT: QuickPress + QuickEdit */ -
wp-admin/press-this.php
414 414 } 415 415 jQuery(document).ready(function($) { 416 416 //resize screen 417 window.resizeTo(7 20,580);417 window.resizeTo(740,580); 418 418 // set button actions 419 419 jQuery('#photo_button').click(function() { show('photo'); return false; }); 420 420 jQuery('#video_button').click(function() { show('video'); return false; });