Make WordPress Core

Changeset 26836


Ignore:
Timestamp:
12/09/2013 07:22:28 PM (11 years ago)
Author:
iammattthomas
Message:

In Press This, extend the sidebar for ru_RU. Fixes #26508, props SergeyBiryukov.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26835 r26836  
    1157611576}
    1157711577.locale-ru-ru.press-this .posting {
    11578     margin-right: 257px; /* default 212px + 45px */
    11579 }
    11580 .locale-ru-ru.press-this #photo-add-url-div input[type="text"]  {
    11581     width: 255px; /* default 300px - 45px */
    11582 }
    11583 .locale-ru-ru.press-this #side-sortables {
    11584     width: 245px; /* default 200px + 45px */
     11578    margin-right: 277px; /* default 252px + 25px */
     11579}
     11580.locale-ru-ru .press-this-sidebar {
     11581    width: 265px; /* default 240px + 25px */
    1158511582}
    1158611583.locale-ru-ru #customize-header-actions .button {
  • trunk/src/wp-admin/press-this.php

    r26433 r26836  
    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; });
Note: See TracChangeset for help on using the changeset viewer.