diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php
index 2e090f5763..94299d1658 100644
--- a/wp-admin/admin-header.php
+++ b/wp-admin/admin-header.php
@@ -87,7 +87,7 @@ if ( 'index.php' == $pagenow ) {
$breadcrumb = '' . __('Dashboard') . ' › ' . $title;
}
?>
-
+
%2$s!'), 'profile.php', $user_identity) ?>
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index 2a1905446a..600182afcc 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -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;
}