More consistent vertical alignment of the .awaiting-mod/new updates indicator. See #25858.

git-svn-id: https://develop.svn.wordpress.org/trunk@26682 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-05 18:47:02 +00:00
parent 2cf98e4e00
commit ecb200553c

View File

@ -2024,8 +2024,8 @@ ul#adminmenu > li.current > a.current:after {
font-size: 9px; font-size: 9px;
line-height: 17px; line-height: 17px;
font-weight: 600; font-weight: 600;
margin: -2px 0 -2px 2px; margin: 1px 0 0 2px;
vertical-align: middle; vertical-align: top;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
z-index: 26; z-index: 26;