Make WordPress Core

Changeset 35473


Ignore:
Timestamp:
10/31/2015 08:04:04 PM (11 years ago)
Author:
wonderboymusic
Message:

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

Props datta.parad, chriscct7.
Fixes #28912.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/nav-menus.css

    r35215 r35473  
    788788-------------------------------------------------------------- */
    789789
     790@media only screen and (min-width: 769px) and (max-width: 1000px){
     791        body.menu-max-depth-0 {
     792                min-width: 0 !important;
     793        }
     794
     795        #menu-management-liquid{
     796                width: 100%;
     797        }
     798
     799        .nav-menus-php #post-body-content{
     800                min-width: 0;
     801        }
     802
     803        .menu-item-bar .menu-item-handle{
     804                width: 90%;
     805        }
     806}
     807
    790808@media screen and ( max-width: 782px ) {
    791809        body.nav-menus-php {
Note: See TracChangeset for help on using the changeset viewer.