Allow toolbar submenus to expand to the width of the parent item. Props camiloclc, fixes #19139.

git-svn-id: https://develop.svn.wordpress.org/trunk@19717 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-01-08 23:15:16 +00:00
parent ddd5520132
commit 13172523c0
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,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;
@ -209,6 +213,8 @@
background: #fff;
color: #333;
text-shadow: none;
border-right-color: transparent;
border-left-color: transparent;
}
#wpadminbar .hover .ab-label,