Fix the alignment of checkboxes in menu location settings, and add responsive adjustments for those checkboxes. Fixes #26259, props mattheu.

git-svn-id: https://develop.svn.wordpress.org/trunk@26438 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-27 20:19:56 +00:00
parent e31bda9bf4
commit 902a3571b6

View File

@ -8760,19 +8760,21 @@ body.interim-login {
.menu-settings dl {
margin: 0 0 10px;
overflow: hidden;
padding-left: 18%;
}
.menu-settings dd {
float: left;
margin: 0;
width: 60%;
width: 100%;
}
.menu-settings dt {
float: left;
clear: both;
width: 18%;
padding: 3px 1px 0;
width: 21.951%;
padding: 3px 0 0;
margin-left: -21.951%;
}
.menu-settings label {
@ -11879,6 +11881,21 @@ li#wp-admin-bar-menu-toggle {
width: 100%;
}
.menu-settings dl {
padding-left: 0;
}
.menu-settings dd {
float: none;
width: 100%;
}
.menu-settings dt {
float: none;
width: auto;
margin-left: 0;
}
/* Theme Management Page */
#current-theme.has-screenshot {
padding: 0;