mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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 {
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user