Make WordPress Core

Changeset 26624


Ignore:
Timestamp:
12/04/2013 07:14:40 PM (10 years ago)
Author:
iammattthomas
Message:

Prevent the spinner from bumping the Cancel button to a new line in de_DE and ru_RU. Fixes #21890; props SergeyBiryukov, ocean90.

File:
1 edited

Legend:

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

    r26622 r26624  
    1161711617    margin-left: 7em; /* default 5em */
    1161811618}
     11619.locale-de-de #customize-header-actions .button {
     11620    padding: 0 5px 1px; /* default 0 10px 1px */
     11621}
     11622.locale-de-de #customize-header-actions .spinner {
     11623    margin: 16px 3px 0; /* default 16px 4px 0 5px */
     11624}
    1161911625
    1162011626/* ru_RU: Text needs more room to breathe. */
     
    1163511641}
    1163611642.locale-ru-ru #customize-header-actions .button {
    11637     padding: 0 8px 1px; /* default 0 10px 1px; */
     11643    padding: 0 5px 1px; /* default 0 10px 1px */
     11644}
     11645.locale-ru-ru #customize-header-actions .spinner {
     11646    margin: 16px 3px 0; /* default 16px 4px 0 5px */
    1163811647}
    1163911648
Note: See TracChangeset for help on using the changeset viewer.