Index: src/wp-admin/css/wp-admin.css
===================================================================
--- src/wp-admin/css/wp-admin.css	(revision 26823)
+++ src/wp-admin/css/wp-admin.css	(working copy)
@@ -11578,14 +11578,11 @@
 	margin-left: 8em; /* default 5em */
 }
 .locale-ru-ru.press-this .posting {
-	margin-right: 257px; /* default 212px + 45px */
+	margin-right: 277px; /* default 252px + 25px */
 }
-.locale-ru-ru.press-this #photo-add-url-div input[type="text"]  {
-	width: 255px; /* default 300px - 45px */
+.locale-ru-ru .press-this-sidebar {
+	width: 265px; /* default 240px + 25px */
 }
-.locale-ru-ru.press-this #side-sortables {
-	width: 245px; /* default 200px + 45px */
-}
 .locale-ru-ru #customize-header-actions .button {
 	padding: 0 5px 1px; /* default 0 10px 1px */
 }
Index: src/wp-admin/press-this.php
===================================================================
--- src/wp-admin/press-this.php	(revision 26823)
+++ src/wp-admin/press-this.php	(working copy)
@@ -436,7 +436,7 @@
 	}
 	jQuery(document).ready(function($) {
 		//resize screen
-		window.resizeTo(740,580);
+		window.resizeTo(760,580);
 		// set button actions
 		jQuery('#photo_button').click(function() { show('photo'); return false; });
 		jQuery('#video_button').click(function() { show('video'); return false; });
