mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
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 {
|
.menu-settings dd {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-settings dt {
|
.menu-settings dt {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Theme Management Page */
|
/* Theme Management Page */
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -11849,12 +11849,14 @@ li#wp-admin-bar-menu-toggle {
|
|||||||
.menu-settings dd {
|
.menu-settings dd {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-settings dt {
|
.menu-settings dt {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Theme Management Page */
|
/* Theme Management Page */
|
||||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user