Menus: Prevent checkboxes and radio buttons from being stretched to full width on mobile.

props tyxla.
fixes #31425.

git-svn-id: https://develop.svn.wordpress.org/trunk@31523 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-02-23 20:02:58 +00:00
parent 0421ee26ec
commit fe2b449d1c

View File

@ -836,6 +836,11 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
width: 100%;
}
.menu-item-settings input[type="checkbox"],
.menu-item-settings input[type="radio"] {
width: 25px;
}
.menu-settings dl {
padding-left: 0;
}