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

Props datta.parad, chriscct7.
Fixes #28912.

Built from https://develop.svn.wordpress.org/trunk@35473


git-svn-id: http://core.svn.wordpress.org/trunk@35437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-31 20:05:26 +00:00
parent 74969ca0d3
commit 5c57e68d48
5 changed files with 39 additions and 3 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;

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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35472';
$wp_version = '4.4-beta2-35473';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.