From 84c8009c504701315152297ae7ba32e5340dbe9d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Feb 2014 22:34:44 +0000 Subject: [PATCH] Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU. fixes #26510. git-svn-id: https://develop.svn.wordpress.org/trunk@27218 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/l10n.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-admin/css/l10n.css b/src/wp-admin/css/l10n.css index b203590cc0..3b056d6ec3 100644 --- a/src/wp-admin/css/l10n.css +++ b/src/wp-admin/css/l10n.css @@ -75,6 +75,9 @@ body.locale-he-il .press-this a.wp-switch-editor { .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap { margin-left: 8em; /* default 5em */ } +.locale-ru-ru.post-php .tagsdiv .newtag { + width: 165px; /* default 180px - 15px */ +} .locale-ru-ru.press-this .posting { margin-right: 277px; /* default 252px + 25px */ }