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:
parent
e31bda9bf4
commit
902a3571b6
@ -8760,19 +8760,21 @@ body.interim-login {
|
|||||||
.menu-settings dl {
|
.menu-settings dl {
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding-left: 18%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-settings dd {
|
.menu-settings dd {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 60%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-settings dt {
|
.menu-settings dt {
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 18%;
|
width: 21.951%;
|
||||||
padding: 3px 1px 0;
|
padding: 3px 0 0;
|
||||||
|
margin-left: -21.951%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-settings label {
|
.menu-settings label {
|
||||||
@ -11879,6 +11881,21 @@ li#wp-admin-bar-menu-toggle {
|
|||||||
width: 100%;
|
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 */
|
/* Theme Management Page */
|
||||||
#current-theme.has-screenshot {
|
#current-theme.has-screenshot {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user