Favourites drop-down styling

git-svn-id: https://develop.svn.wordpress.org/trunk@9240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-18 16:54:14 +00:00
parent 9fdf3da4a4
commit 83fda65efc
10 changed files with 87 additions and 52 deletions

View File

@@ -86,7 +86,6 @@ if ( '' == $blog_name )
<a href="#edit_settings" id="hide-settings-link" class="show-settings" style="display:none;"><?php _e('Hide Options') ?></a>
</span>
<?php } ?></h1>
</div>
<div id="wphead-info">
<?php favorite_actions(); ?>
@@ -100,6 +99,9 @@ if ( '' == $blog_name )
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
</div>
</div>
</div>
<?php
require(ABSPATH . 'wp-admin/menu-header.php');
?>