Prevent the spinner from bumping the Cancel button to a new line in de_DE and ru_RU. Fixes #21890; props SergeyBiryukov, ocean90.
Built from https://develop.svn.wordpress.org/trunk@26624 git-svn-id: http://core.svn.wordpress.org/trunk@26514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7ac1f7916f
commit
b0e68361b7
|
@ -11616,6 +11616,12 @@ li#wp-admin-bar-menu-toggle {
|
|||
.locale-de-de .inline-edit-row fieldset label span.input-text-wrap {
|
||||
margin-right: 7em; /* default 5em */
|
||||
}
|
||||
.locale-de-de #customize-header-actions .button {
|
||||
padding: 0 5px 1px; /* default 0 10px 1px */
|
||||
}
|
||||
.locale-de-de #customize-header-actions .spinner {
|
||||
margin: 16px 3px 0; /* default 16px 4px 0 5px */
|
||||
}
|
||||
|
||||
/* ru_RU: Text needs more room to breathe. */
|
||||
.locale-ru-ru .inline-edit-row fieldset label span.title {
|
||||
|
@ -11634,7 +11640,10 @@ li#wp-admin-bar-menu-toggle {
|
|||
width: 245px; /* default 200px + 45px */
|
||||
}
|
||||
.locale-ru-ru #customize-header-actions .button {
|
||||
padding: 0 8px 1px; /* default 0 10px 1px; */
|
||||
padding: 0 5px 1px; /* default 0 10px 1px */
|
||||
}
|
||||
.locale-ru-ru #customize-header-actions .spinner {
|
||||
margin: 16px 3px 0; /* default 16px 4px 0 5px */
|
||||
}
|
||||
|
||||
/* lt_LT: QuickEdit */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11616,6 +11616,12 @@ li#wp-admin-bar-menu-toggle {
|
|||
.locale-de-de .inline-edit-row fieldset label span.input-text-wrap {
|
||||
margin-left: 7em; /* default 5em */
|
||||
}
|
||||
.locale-de-de #customize-header-actions .button {
|
||||
padding: 0 5px 1px; /* default 0 10px 1px */
|
||||
}
|
||||
.locale-de-de #customize-header-actions .spinner {
|
||||
margin: 16px 3px 0; /* default 16px 4px 0 5px */
|
||||
}
|
||||
|
||||
/* ru_RU: Text needs more room to breathe. */
|
||||
.locale-ru-ru .inline-edit-row fieldset label span.title {
|
||||
|
@ -11634,7 +11640,10 @@ li#wp-admin-bar-menu-toggle {
|
|||
width: 245px; /* default 200px + 45px */
|
||||
}
|
||||
.locale-ru-ru #customize-header-actions .button {
|
||||
padding: 0 8px 1px; /* default 0 10px 1px; */
|
||||
padding: 0 5px 1px; /* default 0 10px 1px */
|
||||
}
|
||||
.locale-ru-ru #customize-header-actions .spinner {
|
||||
margin: 16px 3px 0; /* default 16px 4px 0 5px */
|
||||
}
|
||||
|
||||
/* lt_LT: QuickEdit */
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue