Nav Menus: add responsive styles for viewport between 768 and 1000px.

Props datta.parad, chriscct7.
Fixes #28912.


git-svn-id: https://develop.svn.wordpress.org/trunk@35473 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-10-31 20:04:04 +00:00
parent fbd0b570fc
commit 96eda396a6
1 changed files with 18 additions and 0 deletions

View File

@ -787,6 +787,24 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
/* =Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1000px){
body.menu-max-depth-0 {
min-width: 0 !important;
}
#menu-management-liquid{
width: 100%;
}
.nav-menus-php #post-body-content{
min-width: 0;
}
.menu-item-bar .menu-item-handle{
width: 90%;
}
}
@media screen and ( max-width: 782px ) {
body.nav-menus-php {
min-width: 0 !important;