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:
parent
3b0af54067
commit
c438d89ff1
@ -120,10 +120,14 @@
|
||||
#wpadminbar .shortlink-input {
|
||||
height: 32px;
|
||||
display: block;
|
||||
padding: 0 8px 0 7px;
|
||||
padding: 0 10px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks > ul > li > a {
|
||||
padding: 0 8px 0 7px;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .ab-sub-wrapper,
|
||||
#wpadminbar .shortlink-input {
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user