mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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 {
|
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap {
|
||||||
margin-right: 8em; /* default 5em */
|
margin-right: 8em; /* default 5em */
|
||||||
}
|
}
|
||||||
|
.locale-ru-ru.post-php .tagsdiv .newtag {
|
||||||
|
width: 165px; /* default 180px - 15px */
|
||||||
|
}
|
||||||
.locale-ru-ru.press-this .posting {
|
.locale-ru-ru.press-this .posting {
|
||||||
margin-left: 277px; /* default 252px + 25px */
|
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 {
|
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap {
|
||||||
margin-left: 8em; /* default 5em */
|
margin-left: 8em; /* default 5em */
|
||||||
}
|
}
|
||||||
|
.locale-ru-ru.post-php .tagsdiv .newtag {
|
||||||
|
width: 165px; /* default 180px - 15px */
|
||||||
|
}
|
||||||
.locale-ru-ru.press-this .posting {
|
.locale-ru-ru.press-this .posting {
|
||||||
margin-right: 277px; /* default 252px + 25px */
|
margin-right: 277px; /* default 252px + 25px */
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user