Restore min-width for toolbar menus. This allows the menus to expand to the width of the element above them.

props nvwd.
fixes #26389.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-12-04 17:00:10 +00:00
parent 7e5b2a013a
commit 10f58cded3
4 changed files with 10 additions and 2 deletions

View File

@ -142,6 +142,10 @@
right: 0;
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
min-width: 100%;
}
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
left: 0;
right: auto;

File diff suppressed because one or more lines are too long

View File

@ -142,6 +142,10 @@
left: 0;
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
min-width: 100%;
}
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
right: 0;
left: auto;

File diff suppressed because one or more lines are too long