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.

Built from https://develop.svn.wordpress.org/trunk@26808


git-svn-id: http://core.svn.wordpress.org/trunk@26695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-08 20:44:10 +00:00
parent 9c539f43b7
commit 01b1a66317
4 changed files with 12 additions and 4 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long