Add some back-compat styles for ru_RU.

This prevents the admin menu from disappearing if an old `ru_RU.php` file is left over after updating directly from 3.1.x or an older version to the latest release.

See #20974.

git-svn-id: https://develop.svn.wordpress.org/trunk@35710 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-11-20 00:35:25 +00:00
parent 274bb41c04
commit 7c1dd221c4
1 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,13 @@ body.locale-he-il .press-this a.wp-switch-editor {
}
/* ru_RU: Text needs more room to breathe. */
.locale-ru-ru #adminmenu {
width: 160px; /* back-compat for pre-3.2 */
margin-left: 0; /* back-compat for pre-3.2 */
}
.locale-ru-ru #wpbody {
margin-left: 0; /* back-compat for pre-3.2 */
}
.locale-ru-ru .inline-edit-row fieldset label span.title,
.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend {
width: 8em; /* default 6em */