ru_RU: In back-compat styles for admin menu, inherit the width from the parent element, `#adminmenuwrap`, to account for media queries.

See #20974.

git-svn-id: https://develop.svn.wordpress.org/trunk@35712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-11-20 01:39:16 +00:00
parent c2f2ef1c9b
commit f006da9bdb
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ body.locale-he-il .press-this a.wp-switch-editor {
}
/* ru_RU: Text needs more room to breathe. */
.locale-ru-ru #adminmenu {
width: inherit; /* back-compat for pre-3.2 */
}
.locale-ru-ru #adminmenu,
.locale-ru-ru #wpbody {
margin-left: 0; /* back-compat for pre-3.2 */