Make WordPress Core

Ticket #20975: 20975.2.patch

File 20975.2.patch, 1.2 KB (added by SergeyBiryukov, 11 years ago)

Take scroll bar into account

  • wp-admin/css/wp-admin.dev.css

     
    82028202        min-width: 5em;
    82038203}
    82048204.locale-ru-ru.press-this .posting {
    8205         margin-right: 257px; /* default 212px + 45px */
     8205        margin-right: 252px; /* default 212px + 40px */
    82068206}
    82078207.locale-ru-ru.press-this #photo-add-url-div input[type="text"]  {
    82088208        width: 255px; /* default 300px - 45px */
    82098209}
    82108210.locale-ru-ru.press-this #side-sortables {
    8211         width: 245px; /* default 200px + 45px */
     8211        width: 240px; /* default 200px + 40px */
    82128212}
    82138213
    82148214/* lt_LT: QuickPress + QuickEdit */
  • wp-admin/press-this.php

     
    414414        }
    415415        jQuery(document).ready(function($) {
    416416                //resize screen
    417                 window.resizeTo(720,580);
     417                window.resizeTo(740,580);
    418418                // set button actions
    419419                jQuery('#photo_button').click(function() { show('photo'); return false; });
    420420                jQuery('#video_button').click(function() { show('video'); return false; });