Improve 'howdy user' dropdown trigger, delay, and animation. see #17324.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17844 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-05-09 17:48:14 +00:00
parent d73acccc10
commit b4f8a1d0c4
6 changed files with 21 additions and 22 deletions

View File

@@ -165,14 +165,13 @@ $links = '<li>' . implode( '</li><li>', $links ) . '</li>';
<div id="wphead-info">
<div id="user_info">
<p><?php echo $howdy; ?></p>
<div id="user_info_arrow">
<p><?php echo $howdy; ?></p>
<div id="user_info_arrow"></div>
<div id="user_info_links_wrap"><div id="user_info_links">
<ul><?php echo $links; ?></ul>
</div></div>
</div>
</div>
</div>
</div>