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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-01-08 23:15:16 +00:00
parent f15b9aa2e7
commit 8a92bb2cea
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,