Mobile: Add some bottom spacing to checkboxes on Nav Menu screen.

props mattheu.
fixes #26325.

git-svn-id: https://develop.svn.wordpress.org/trunk@26477 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-11-29 19:15:38 +00:00
parent f6d8114bc2
commit 4014c3edc1

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 */