? 601972-status-message-not-styled-1.patch ? 602122-file-upload-conf-broken-link-1.patch ? sites/default/files ? sites/default/private ? sites/default/settings.php Index: themes/seven/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/style.css,v retrieving revision 1.18 diff -u -p -r1.18 style.css --- themes/seven/style.css 11 Sep 2009 13:48:44 -0000 1.18 +++ themes/seven/style.css 12 Oct 2009 12:53:39 -0000 @@ -111,9 +111,9 @@ legend { } /** - * Console. + * Messages. */ -#console div.messages { +div.messages { padding: 9px; margin: 1em 0; color: #036; @@ -121,19 +121,19 @@ legend { border: 1px solid #ace; } -#console div.warning { +div.warning { color: #840; background: #fe6; border-color: #ed5; } -#console div.error { +div.error { color: #fff; background: #e63; border-color: #d52; } -#console div.status { +div.status { color: #360; background: #cf8; border-color: #be7;