From 8a92bb2cea3ed73efd1c7b888b883c0b83d133a4 Mon Sep 17 00:00:00 2001 From: koopersmith Date: Sun, 8 Jan 2012 23:15:16 +0000 Subject: [PATCH] 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 --- wp-includes/css/admin-bar.dev.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp-includes/css/admin-bar.dev.css b/wp-includes/css/admin-bar.dev.css index 947c4635d..e0cc5945b 100644 --- a/wp-includes/css/admin-bar.dev.css +++ b/wp-includes/css/admin-bar.dev.css @@ -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,