Fix alignment of the WordPress icon in the My Sites toolbar menu.

props jeremyfelt.
fixes #26154.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-11-24 12:09:11 +00:00
parent df6010446a
commit f2538ab7bd
4 changed files with 6 additions and 6 deletions

View File

@ -274,7 +274,7 @@
}
#wpadminbar .menupop .menupop > .ab-item:before {
top: 0px;
top: 1px;
left: 4px;
content: '\f139';
}
@ -449,7 +449,7 @@
height: 16px;
width: 16px;
display: inline-block;
margin: 8px -2px 0 8px;
margin: 6px -2px 0 8px;
}
#wpadminbar #wp-admin-bar-appearance {

File diff suppressed because one or more lines are too long

View File

@ -274,7 +274,7 @@
}
#wpadminbar .menupop .menupop > .ab-item:before {
top: 0px;
top: 1px;
right: 4px;
content: '\f139';
}
@ -449,7 +449,7 @@
height: 16px;
width: 16px;
display: inline-block;
margin: 8px 8px 0 -2px;
margin: 6px 8px 0 -2px;
}
#wpadminbar #wp-admin-bar-appearance {

File diff suppressed because one or more lines are too long