Make the menu location screen full-width at responsive sizes. Fixes #25975, props johnbillion.

Built from https://develop.svn.wordpress.org/trunk@26173


git-svn-id: http://core.svn.wordpress.org/trunk@26082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-14 20:43:11 +00:00
parent 959adbf9f4
commit a41f3f9bb3
4 changed files with 14 additions and 2 deletions

View File

@ -10842,6 +10842,12 @@ li#wp-admin-bar-toggle-button {
max-width: 400px;
width: auto;
}
/* menu locations */
#menu-locations-wrap .widefat {
width: 100%;
}
}
@media only screen and (min-width: 1250px) {
#widgets-left #available-widgets .widget {

File diff suppressed because one or more lines are too long

View File

@ -10842,6 +10842,12 @@ li#wp-admin-bar-toggle-button {
max-width: 400px;
width: auto;
}
/* menu locations */
#menu-locations-wrap .widefat {
width: 100%;
}
}
@media only screen and (min-width: 1250px) {
#widgets-left #available-widgets .widget {

File diff suppressed because one or more lines are too long