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:
parent
6bcf4d6f63
commit
59279ab349
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue