Make WordPress Core

Ticket #28912: 28912.patch

File 28912.patch, 712 bytes (added by chriscct7, 9 years ago)
  • src/wp-admin/css/nav-menus.css

     
    787787/* =Media Queries
    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        #menu-management-liquid{
     795                width: 100%;
     796        }
     797        .nav-menus-php #post-body-content{
     798                min-width: 0;
     799        }
     800        .menu-item-bar .menu-item-handle{
     801                width: 90%;
     802        }
     803}
     804
    790805@media screen and ( max-width: 782px ) {
    791806        body.nav-menus-php {
    792807                min-width: 0 !important;