Make WordPress Core

Ticket #26508: 26508.patch

File 26508.patch, 1.3 KB (added by SergeyBiryukov, 12 years ago)
  • src/wp-admin/css/wp-admin.css

     
    1157811578        margin-left: 8em; /* default 5em */
    1157911579}
    1158011580.locale-ru-ru.press-this .posting {
    11581         margin-right: 257px; /* default 212px + 45px */
     11581        margin-right: 277px; /* default 252px + 25px */
    1158211582}
    11583 .locale-ru-ru.press-this #photo-add-url-div input[type="text"] {
    11584         width: 255px; /* default 300px - 45px */
     11583.locale-ru-ru .press-this-sidebar {
     11584        width: 265px; /* default 240px + 25px */
    1158511585}
    11586 .locale-ru-ru.press-this #side-sortables {
    11587         width: 245px; /* default 200px + 45px */
    11588 }
    1158911586.locale-ru-ru #customize-header-actions .button {
    1159011587        padding: 0 5px 1px; /* default 0 10px 1px */
    1159111588}
  • src/wp-admin/press-this.php

     
    436436        }
    437437        jQuery(document).ready(function($) {
    438438                //resize screen
    439                 window.resizeTo(740,580);
     439                window.resizeTo(760,580);
    440440                // set button actions
    441441                jQuery('#photo_button').click(function() { show('photo'); return false; });
    442442                jQuery('#video_button').click(function() { show('video'); return false; });