Mobile: Add some bottom spacing to checkboxes on Nav Menu screen.
props mattheu. fixes #26325. Built from https://develop.svn.wordpress.org/trunk@26477 git-svn-id: http://core.svn.wordpress.org/trunk@26375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cc4a1b05b0
commit
1302f791c0
|
@ -11849,12 +11849,14 @@ li#wp-admin-bar-menu-toggle {
|
|||
.menu-settings dd {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.menu-settings dt {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin-right: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
/* Theme Management Page */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11849,12 +11849,14 @@ li#wp-admin-bar-menu-toggle {
|
|||
.menu-settings dd {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.menu-settings dt {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
/* Theme Management Page */
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue