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

fixes #29265. see #26510.
Built from https://develop.svn.wordpress.org/trunk@29539


git-svn-id: http://core.svn.wordpress.org/trunk@29315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-08-19 08:57:18 +00:00
parent 358209baa7
commit 108266d87a
6 changed files with 8 additions and 6 deletions

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-right: 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 {

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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long