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:
Dominik Schilling 2013-11-29 19:16:10 +00:00
parent cc4a1b05b0
commit 1302f791c0
4 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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