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

fixes #29265. see #26510.

git-svn-id: https://develop.svn.wordpress.org/trunk@29539 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-08-19 08:56:58 +00:00
parent ace2e0ba1f
commit 2441202954

View File

@ -75,7 +75,8 @@ 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 {
.locale-ru-ru.post-php .tagsdiv .newtag,
.locale-ru-ru.post-new-php .tagsdiv .newtag {
width: 165px; /* default 180px - 15px */
}
.locale-ru-ru.press-this .posting {