Make WordPress Core

Changeset 27218


Ignore:
Timestamp:
02/20/2014 10:34:44 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU.

fixes #26510.

File:
1 edited

Legend:

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

    r27195 r27218  
    7676    margin-left: 8em; /* default 5em */
    7777}
     78.locale-ru-ru.post-php .tagsdiv .newtag {
     79    width: 165px; /* default 180px - 15px */
     80}
    7881.locale-ru-ru.press-this .posting {
    7982    margin-right: 277px; /* default 252px + 25px */
Note: See TracChangeset for help on using the changeset viewer.