Admin toolbar: remove unneeded overrides of z-index and left on screens narrower than 782px. Props avryl, babbardel. Fixes #29867.

git-svn-id: https://develop.svn.wordpress.org/trunk@30764 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-12-07 03:00:35 +00:00
parent 958fa3180d
commit 549006887b

View File

@ -746,8 +746,6 @@ html:lang(he-il) .rtl #wpadminbar * {
@media screen and ( max-width: 782px ) {
/* Toolbar Touchification*/
html #wpadminbar {
left: 0 !important;
z-index: 500 !important;
height: 46px;
min-width: 300px;