Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU.
fixes #26510. Built from https://develop.svn.wordpress.org/trunk@27218 git-svn-id: http://core.svn.wordpress.org/trunk@27075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bb9114f554
commit
cc6aabb93e
|
@ -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-right: 8em; /* default 5em */
|
||||
}
|
||||
.locale-ru-ru.post-php .tagsdiv .newtag {
|
||||
width: 165px; /* default 180px - 15px */
|
||||
}
|
||||
.locale-ru-ru.press-this .posting {
|
||||
margin-left: 277px; /* default 252px + 25px */
|
||||
}
|
||||
|
|
|
@ -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 */
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue