Clean up secret_salt_warning. Use stronger version of wp_generate_password. Shrink line-height of #update-nag so multiple-line messages don't look so awful, use padding instead.

git-svn-id: https://develop.svn.wordpress.org/trunk@14318 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-04-30 15:25:54 +00:00
parent 41af787171
commit 26f7f2be9d
4 changed files with 10 additions and 8 deletions

View File

@@ -808,7 +808,8 @@ td.media-icon img {
}
#update-nag {
line-height: 29px;
line-height: 19px;
padding: 5px 0;
font-size: 12px;
text-align: center;
margin: 0 6px;