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:
parent
df6010446a
commit
f2538ab7bd
|
@ -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
|
@ -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
Loading…
Reference in New Issue