Make the padding added for top-level toolbar items in r26675 more specific and reinstate the previous 10px padding for links within dropdown menus. Fixes #26484.

git-svn-id: https://develop.svn.wordpress.org/trunk@26808 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-08 20:43:42 +00:00
parent 3b0af54067
commit c438d89ff1

View File

@ -120,10 +120,14 @@
#wpadminbar .shortlink-input { #wpadminbar .shortlink-input {
height: 32px; height: 32px;
display: block; display: block;
padding: 0 8px 0 7px; padding: 0 10px;
margin: 0; margin: 0;
} }
#wpadminbar .quicklinks > ul > li > a {
padding: 0 8px 0 7px;
}
#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input { #wpadminbar .shortlink-input {
margin: 0; margin: 0;