Menus: Improve the responsive view for the Menu Name field and Save button.
Props punit5658. Fixes #41499. git-svn-id: https://develop.svn.wordpress.org/trunk@41197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a8aaaa4bca
commit
0ac2a97aad
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user