mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user