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
This commit is contained in:
Sergey Biryukov 2014-02-20 22:34:44 +00:00
parent 0ccc5db0dd
commit 84c8009c50
1 changed files with 3 additions and 0 deletions

View File

@ -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 */
}