From 4188b673988fe857abcfb46b57ac19ff1e69d251 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Wed, 4 Dec 2013 19:14:40 +0000 Subject: [PATCH] Prevent the spinner from bumping the Cancel button to a new line in de_DE and ru_RU. Fixes #21890; props SergeyBiryukov, ocean90. git-svn-id: https://develop.svn.wordpress.org/trunk@26624 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 7dc53964e6..942419ee2b 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -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 */