Add View Site temporary icon and link, move Favorites down a bit
git-svn-id: http://svn.automattic.com/wordpress/trunk@9059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
596113f5b7
commit
90312da7c4
|
@ -87,7 +87,7 @@ if ( 'index.php' == $pagenow ) {
|
|||
$breadcrumb = '<a href="index.php">' . __('Dashboard') . '</a> › ' . $title;
|
||||
}
|
||||
?>
|
||||
<img id="logo50" src="images/logo50.png" alt="" /> <h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?><span id="breadcrumb"><?php echo $breadcrumb ?></span></h1>
|
||||
<img id="logo50" src="images/logo50.png" alt="" /> <h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?> <a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="View site" id="view-site-link"><img src="<?php echo trailingslashit( bloginfo('wpurl') ) . 'wp-admin/images/new-window-icon.gif'; ?>" alt="View site" /></a><span id="breadcrumb"><?php echo $breadcrumb ?></span></h1>
|
||||
</div>
|
||||
|
||||
<div id="user_info"><p><?php printf(__('Howdy, <a href="%1$s">%2$s</a>!'), 'profile.php', $user_identity) ?> <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p></div>
|
||||
|
|
|
@ -620,6 +620,11 @@ a.view-comment-post-link {
|
|||
line-height: 20px;
|
||||
}
|
||||
|
||||
a#view-site-link {
|
||||
position: relative;
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
#wphead a, #dashmenu a, #adminmenu a, #sidemenu a, #taglist a, #catlist a, #show-settings a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -2463,7 +2468,7 @@ abbr.required {
|
|||
#favorite-actions {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 20px;
|
||||
top: 35px;
|
||||
width: 130px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue