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

Props punit5658.
Fixes #41499.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2017-07-31 21:22:44 +00:00
parent 6bcf4d6f63
commit 59279ab349
5 changed files with 17 additions and 9 deletions

View File

@ -826,8 +826,12 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
margin-top: 13px
}
.menu-name-label #menu-name {
margin-top: 4px;
#menu-name {
width: 100%;
}
.nav-menus-php .major-publishing-actions .publishing-action {
padding-top: 1em;
}
.nav-menus-php .delete-action {
@ -876,7 +880,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
}
.menu-edit .checkbox-input {
margin-top: 0;
margin-top: 0;
}
.manage-menus select {

File diff suppressed because one or more lines are too long

View File

@ -826,8 +826,12 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
margin-top: 13px
}
.menu-name-label #menu-name {
margin-top: 4px;
#menu-name {
width: 100%;
}
.nav-menus-php .major-publishing-actions .publishing-action {
padding-top: 1em;
}
.nav-menus-php .delete-action {
@ -876,7 +880,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
}
.menu-edit .checkbox-input {
margin-top: 0;
margin-top: 0;
}
.manage-menus select {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41196';
$wp_version = '4.9-alpha-41197';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.