Make WordPress Core

Changeset 41197


Ignore:
Timestamp:
07/31/2017 09:21:02 PM (7 years ago)
Author:
afercia
Message:

Menus: Improve the responsive view for the Menu Name field and Save button.

Props punit5658.
Fixes #41499.

File:
1 edited

Legend:

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

    r41062 r41197  
    827827    }
    828828
    829     .menu-name-label #menu-name {
    830         margin-top: 4px;
     829    #menu-name {
     830        width: 100%;
     831    }
     832
     833    .nav-menus-php .major-publishing-actions .publishing-action {
     834        padding-top: 1em;
    831835    }
    832836
     
    877881
    878882    .menu-edit .checkbox-input {
    879         margin-top: 0;
     883        margin-top: 0;
    880884    }
    881885
Note: See TracChangeset for help on using the changeset viewer.