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

props obenland.
fixes #26664.

Built from https://develop.svn.wordpress.org/trunk@27711


git-svn-id: http://core.svn.wordpress.org/trunk@27550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2014-03-25 14:36:15 +00:00
parent 7d3b9ccb22
commit fbd1443a0b
6 changed files with 26 additions and 5 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: left;
float: left;
position: relative;
top: -5px;
}
.mu-storage {
overflow: hidden;
}

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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long