? .DS_Store
? 193482-system-messages.patch
? misc/system-error.png
? misc/system-info.png
? misc/system-ok.png
? misc/system-warning.png
? modules/.DS_Store
? modules/system/.DS_Store
? sites/.DS_Store
? sites/all/.DS_Store
? sites/all/modules/.DS_Store
? sites/all/modules/admin_menu
? sites/default/files
? sites/default/settings.php
? themes/.DS_Store
? themes/seven/.DS_Store
Index: modules/system/system-messages.css
===================================================================
RCS file: modules/system/system-messages.css
diff -N modules/system/system-messages.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ modules/system/system-messages.css	12 Aug 2009 23:16:36 -0000
@@ -0,0 +1,30 @@
+/* $Id$ */
+
+div.messages,
+div.status,
+div.warning,
+div.error {
+  background-color: #e8e8ff;
+  background-image: url(../../misc/system-info.png);
+  background-position: 8px 0.33em; /* LTR */
+  background-repeat: no-repeat;
+  color: #000;
+  margin: 0 1em 5px 1em;
+  min-height: 21px;
+  padding: 0.25em 0.5em 0.25em 32px; /* LTR */
+}
+
+div.warning {
+  background-color: #fcfca7;
+  background-image: url(../../misc/system-warning.png);
+}
+
+div.error {
+  background-color: #fcc;
+  background-image: url(../../misc/system-error.png);
+}
+
+div.messages ul {
+  margin-bottom: 0;
+  margin-top: 0;
+}
Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.58
diff -u -p -r1.58 system.css
--- modules/system/system.css	7 Aug 2009 05:34:08 -0000	1.58
+++ modules/system/system.css	12 Aug 2009 23:16:36 -0000
@@ -63,10 +63,7 @@ div.tree-child-horizontal {
 .error {
   color: #e55;
 }
-div.error {
-  border: 1px solid #d77;
-}
-div.error, tr.error {
+tr.error {
   background: #fcc;
   color: #200;
   padding: 2px;
@@ -74,10 +71,7 @@ div.error, tr.error {
 .warning {
   color: #e09010;
 }
-div.warning {
-  border: 1px solid #f0c020;
-}
-div.warning, table tr.warning {
+table tr.warning {
   background: #ffd;
   color: #220;
   padding: 2px;
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.741
diff -u -p -r1.741 system.module
--- modules/system/system.module	12 Aug 2009 12:36:04 -0000	1.741
+++ modules/system/system.module	12 Aug 2009 23:16:36 -0000
@@ -1348,6 +1348,7 @@ function system_init() {
   drupal_add_css(drupal_get_path('module', 'system') . '/defaults.css', array('weight' => CSS_SYSTEM));
   drupal_add_css(drupal_get_path('module', 'system') . '/system.css', array('weight' => CSS_SYSTEM));
   drupal_add_css(drupal_get_path('module', 'system') . '/system-menus.css', array('weight' => CSS_SYSTEM));
+  drupal_add_css(drupal_get_path('module', 'system') . '/system-messages.css', array('weight' => CSS_SYSTEM));
 
 
   // Ignore slave database servers for this request.
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.62
diff -u -p -r1.62 style.css
--- themes/garland/style.css	6 Aug 2009 05:06:00 -0000	1.62
+++ themes/garland/style.css	12 Aug 2009 23:16:36 -0000
@@ -1045,7 +1045,6 @@ tr.taxonomy-term-divider-bottom {
  */
 .messages {
   background-color: #fff;
-  border: 1px solid #b8d3e5;
 }
 
 .preview {
Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.8
diff -u -p -r1.8 style.css
--- themes/seven/style.css	12 Aug 2009 11:32:07 -0000	1.8
+++ themes/seven/style.css	12 Aug 2009 23:16:36 -0000
@@ -128,29 +128,7 @@ div.breadcrumb a {
  * Console.
  */
 #console div.messages {
-  padding: 9px;
   margin: 1em 0;
-  color: #036;
-  background: #bdf;
-  border: 1px solid #ace;
-}
-
-#console div.warning {
-  color: #840;
-  background: #fe6;
-  border-color: #ed5;
-}
-
-#console div.error {
-  color: #fff;
-  background: #e63;
-  border-color: #d52;
-}
-
-#console div.status {
-  color: #360;
-  background: #cf8;
-  border-color: #be7;
 }
 
 /**
