Restore the update message in the dashboard, removed in 3.8.

props obenland.
fixes #26664.


git-svn-id: https://develop.svn.wordpress.org/trunk@27711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-03-25 14:35:23 +00:00
parent c9531d6d67
commit 0fccb7b64d
3 changed files with 16 additions and 3 deletions

View File

@@ -362,6 +362,7 @@ div.dashboard-widget-notice {
}
#dashboard_right_now .main {
overflow: hidden;
padding: 0 12px 11px;
}
@@ -369,6 +370,13 @@ div.dashboard-widget-notice {
margin: 0;
}
#dashboard_right_now #wp-version-message .button {
clear: right;
float: right;
position: relative;
top: -5px;
}
.mu-storage {
overflow: hidden;
}