Index: modules/system/admin-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/admin-rtl.css,v
retrieving revision 1.7
diff -u -r1.7 admin-rtl.css
--- modules/system/admin-rtl.css	28 Apr 2010 20:08:39 -0000	1.7
+++ modules/system/admin-rtl.css	21 Aug 2010 14:56:42 -0000
@@ -23,9 +23,15 @@
   padding-left: 4px;
 }
 
+table.system-status-report td {
+  padding-left: 10px;
+  padding-right: 30px;
+}
+
 table.system-status-report th,
 table.system-status-report tr.merge-up td {
-  padding-right: 30px;
+  padding-left: 10px;
+  padding-right: 60px;
 }
 
 table.system-status-report th {
Index: modules/system/system-messages.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system-messages.css,v
retrieving revision 1.2
diff -u -r1.2 system-messages.css
--- modules/system/system-messages.css	26 May 2010 19:51:01 -0000	1.2
+++ modules/system/system-messages.css	21 Aug 2010 14:56:42 -0000
@@ -1,36 +1,65 @@
-/* $Id */
+/* $Id$ */
 
-div.messages {
-  background-color: #dfd;
-  color: #000;
-  margin-bottom: 0.25em;
-  padding: 0.25em 0.5em;
-}
-
-.error {
-  color: #e55;
-}
-
-div.error,
-tr.error {
-  background-color: #fcc;
-}
-
-.warning {
-  color: #e09010;
-}
-
-div.warning,
-tr.warning {
-  background-color: #fcfca7;
-}
-
-.ok {
-  color: #008000;
-}
-
-div.ok,
-tr.ok {
-  background-color: #dfd;
-  color: #020;
-}
+.messages {
+  background: no-repeat 10px 10px;
+  border: 1px solid;
+  margin: 6px 0;
+  padding: 12px 10px 12px 42px; /* LTR */
+}
+div.status {
+  background-color: #f8fff0;
+  background-image: url(../../misc/message-24-ok.png);
+  border-color: #d3edb9;
+  color: #234600;
+}
+div.warning {
+  background-color: #fffce5;
+  background-image: url(../../misc/message-24-warning.png);
+  border-color: #ed5;
+  color: #840;
+}
+div.error {
+  background-color: #fef5f1;
+  background-image: url(../../misc/message-24-error.png);
+  border-color: #ed541d;
+  color: #8c2e0b;
+}
+.messages p {
+  margin-top: 0;
+}
+.messages ul {
+  margin: 0 1.5em;
+}
+div.error p.error {
+  color: #333;
+}
+table tr.ok,
+table tr.info,
+table tr.warning,
+table tr.error {
+  background-position: 5px center;
+  background-repeat: no-repeat;
+}
+table tr.merge-up {
+  background-image: none !important;
+}
+table tr.ok {
+  background-color: #f8fff0;
+  background-image: url(../../misc/message-16-ok.png);
+  color: #234600;
+}
+table tr.info {
+  background-color: #bdf;
+  background-image: url(../../misc/message-16-info.png);
+  color: #040f37;
+}
+table tr.warning {
+  background-color: #fffce5;
+  background-image: url(../../misc/message-16-warning.png);
+  color: #840;
+}
+table tr.error {
+  background-color: #fef5f1;
+  background-image: url(../../misc/message-16-error.png);
+  color: #8c2e0b;
+}
\ No newline at end of file
Index: modules/system/admin.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/admin.css,v
retrieving revision 1.22
diff -u -r1.22 admin.css
--- modules/system/admin.css	28 Apr 2010 20:08:39 -0000	1.22
+++ modules/system/admin.css	21 Aug 2010 14:56:42 -0000
@@ -65,12 +65,16 @@
 /**
  * Formatting for status report
  */
-table.system-status-report th {
+table.system-status-report th,
+table.system-status-report tr {
   border-bottom: 1px solid #ccc;
 }
+table.system-status-report td {
+  padding-left: 30px; /* LTR */
+}
 table.system-status-report th,
 table.system-status-report tr.merge-up td {
-  padding-left: 30px; /* LTR */
+  padding-left: 60px; /* LTR */
 }
 table.system-status-report th {
   background-repeat: no-repeat;
@@ -79,13 +83,13 @@
   padding-bottom: 6px;
 }
 table.system-status-report tr.error th {
-  background-image: url(../../misc/watchdog-error.png);
+  background-image: url(../../misc/message-16-error.png);
 }
 table.system-status-report tr.warning th {
-  background-image: url(../../misc/watchdog-warning.png);
+  background-image: url(../../misc/message-16-warning.png);
 }
 table.system-status-report tr.ok th {
-  background-image: url(../../misc/watchdog-ok.png);
+  background-image: url(../../misc/message-16-ok.png);
 }
 
 /**
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.84
diff -u -r1.84 style.css
--- themes/garland/style.css	28 Jul 2010 01:40:39 -0000	1.84
+++ themes/garland/style.css	21 Aug 2010 14:56:44 -0000
@@ -292,7 +292,6 @@
 
 div.messages {
   margin: .75em 0 .75em;
-  padding: .1em .5em .15em;
 }
 
 .messages ul {
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.3
diff -u -r1.3 style.css
--- themes/bartik/css/style.css	6 Aug 2010 01:40:29 -0000	1.3
+++ themes/bartik/css/style.css	21 Aug 2010 14:56:43 -0000
@@ -153,11 +153,13 @@
   border-color: #555;
   border-color: rgba(255,255,255,0.18);  
 }
-tr.odd {
+tr.odd,
+tr.odd td.active {
   background-color: #e4e4e4;
 }
 tr,
-tr.even {
+tr.even,
+tr.even td.active {
   background-color: #efefef;
 }
 #block-system-main table ul.links {
@@ -842,7 +844,6 @@
   margin: 0 auto;
 }
 div.messages {
-  padding: 1.2em 2em 1em;
   margin: 8px 0;
 }
 div.status, tr.status {
Index: modules/dblog/dblog.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/dblog/dblog.css,v
retrieving revision 1.9
diff -u -r1.9 dblog.css
--- modules/dblog/dblog.css	28 Apr 2010 20:08:38 -0000	1.9
+++ modules/dblog/dblog.css	21 Aug 2010 14:56:42 -0000
@@ -21,10 +21,10 @@
 }
 
 tr.dblog-user {
-  background: #ffd;
+  background: #dfefff;
 }
 tr.dblog-user .active {
-  background: #eed;
+  background: #e0e8ef;
 }
 tr.dblog-content {
   background: #ddf;
@@ -34,11 +34,11 @@
 }
 tr.dblog-page-not-found,
 tr.dblog-access-denied {
-  background: #dfd;
+  background: #fffce5;
 }
 tr.dblog-page-not-found .active,
 tr.dblog-access-denied .active {
-  background: #cec;
+  background: #fff8bf;
 }
 tr.dblog-error {
   background: #ffc9c9;
Index: modules/dblog/dblog.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/dblog/dblog.admin.inc,v
retrieving revision 1.39
diff -u -r1.39 dblog.admin.inc
--- modules/dblog/dblog.admin.inc	24 Apr 2010 14:49:13 -0000	1.39
+++ modules/dblog/dblog.admin.inc	21 Aug 2010 14:56:42 -0000
@@ -19,11 +19,11 @@
     WATCHDOG_DEBUG     => '',
     WATCHDOG_INFO      => '',
     WATCHDOG_NOTICE    => '',
-    WATCHDOG_WARNING   => theme('image', array('path' => 'misc/watchdog-warning.png', 'alt' => t('warning'), 'title' => t('warning'))),
-    WATCHDOG_ERROR     => theme('image', array('path' => 'misc/watchdog-error.png', 'alt' => t('error'), 'title' => t('error'))),
-    WATCHDOG_CRITICAL  => theme('image', array('path' => 'misc/watchdog-error.png', 'alt' => t('critical'), 'title' => t('critical'))),
-    WATCHDOG_ALERT     => theme('image', array('path' => 'misc/watchdog-error.png', 'alt' => t('alert'), 'title' => t('alert'))),
-    WATCHDOG_EMERGENCY => theme('image', array('path' => 'misc/watchdog-error.png', 'alt' => t('emergency'), 'title' => t('emergency'))),
+    WATCHDOG_WARNING   => theme('image', array('path' => 'misc/message-16-warning.png', 'alt' => t('warning'), 'title' => t('warning'))),
+    WATCHDOG_ERROR     => theme('image', array('path' => 'misc/message-16-error.png', 'alt' => t('error'), 'title' => t('error'))),
+    WATCHDOG_CRITICAL  => theme('image', array('path' => 'misc/message-16-error.png', 'alt' => t('critical'), 'title' => t('critical'))),
+    WATCHDOG_ALERT     => theme('image', array('path' => 'misc/message-16-error.png', 'alt' => t('alert'), 'title' => t('alert'))),
+    WATCHDOG_EMERGENCY => theme('image', array('path' => 'misc/message-16-error.png', 'alt' => t('emergency'), 'title' => t('emergency'))),
   );
   $classes = array(
     WATCHDOG_DEBUG     => 'dblog-debug',
Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.65
diff -u -r1.65 style.css
--- themes/seven/style.css	18 Aug 2010 00:44:52 -0000	1.65
+++ themes/seven/style.css	21 Aug 2010 14:56:44 -0000
@@ -234,35 +234,6 @@
 }
 
 /**
- * Messages.
- */
-div.messages {
-  padding: 9px;
-  margin: 0.5em 0 0;
-  color: #036;
-  background: #f8fff0;
-  border-left: 16px solid #be7;
-}
-div.warning {
-  color: #840;
-  background: #fffce5;
-  border-left: 16px solid #ed5;
-}
-div.error {
-  color: #8c2e0b;
-  background: #fef5f1;
-  border-left: 16px solid #ed541d;
-}
-div.error p.error {
-  color: #333;
-}
-div.status {
-  color: #234600;
-  background: #f8fff0;
-  border-left: 16px solid #be7;
-}
-
-/**
  * Page title.
  */
 #page-title {
@@ -509,6 +480,8 @@
   top: 3px;
   right: 3px;
 }
+tr.dblog-page-not-found .active,
+tr.dblog-access-denied .active,
 table td.active {
   background: #e9e9dd;
 }
@@ -520,25 +493,6 @@
   background: #ffc;
   border-color: #eeb;
 }
-table.system-status-report tr {
-  border-bottom: 1px solid #ccc;
-}
-table.system-status-report tr.ok {
-  color: #255b1e;
-  background-color: #e5ffe2;
-}
-table.system-status-report tr.info {
-  color: #040f37;
-  background-color: #bdf;
-}
-table.system-status-report tr.warning {
-  color: #840;
-  background-color: #fffce5;
-}
-table.system-status-report tr.error {
-  color: #8c2e0b;
-  background-color: #fef5f1;
-}
 
 
 /**
@@ -1000,39 +954,6 @@
   margin-left: 1.5em; /* LTR */
 }
 
-
-/* Available Updates */
-.update tr.ok {
-  color: #255b1e;
-  background: #e5ffe2;
-  border-bottom: 1px solid #89D47F;
-}
-.update tr.warning {
-  color: #840;
-  background: #fffce5;
-  border-bottom: 1px solid #ed5;
-}
-.update tr.warning .version-recommended {
-  background: #ffe;
-}
-.update tr.unknown {
-  background: #ddd;
-}
-.update tr.error {
-  color: #840;
-  background: #fffce5;
-  border-bottom: 1px solid #ed5;
-}
-.update tr.error .version-recommended {
-  background: #fdd;
-}
-table tbody tr.update-security,
-table tbody tr.update-unsupported {
-  color: #840;
-  background: #fffce5;
-  border-bottom: 1px solid #ed5;
-}
-
 /* Vertical Tabs */
 div.vertical-tabs .vertical-tabs-list {
   font-size: 1em;
Index: modules/update/update.report.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.report.inc,v
retrieving revision 1.32
diff -u -r1.32 update.report.inc
--- modules/update/update.report.inc	17 Aug 2010 13:50:52 -0000	1.32
+++ modules/update/update.report.inc	21 Aug 2010 14:56:43 -0000
@@ -58,25 +58,25 @@
     switch ($project['status']) {
       case UPDATE_CURRENT:
         $class = 'ok';
-        $icon = theme('image', array('path' => 'misc/watchdog-ok.png', 'alt' => t('ok'), 'title' => t('ok')));
+        $icon = theme('image', array('path' => 'misc/message-16-ok.png', 'alt' => t('ok'), 'title' => t('ok')));
         break;
       case UPDATE_UNKNOWN:
       case UPDATE_FETCH_PENDING:
       case UPDATE_NOT_FETCHED:
         $class = 'unknown';
-        $icon = theme('image', array('path' => 'misc/watchdog-warning.png', 'alt' => t('warning'), 'title' => t('warning')));
+        $icon = theme('image', array('path' => 'misc/message-16-warning.png', 'alt' => t('warning'), 'title' => t('warning')));
         break;
       case UPDATE_NOT_SECURE:
       case UPDATE_REVOKED:
       case UPDATE_NOT_SUPPORTED:
         $class = 'error';
-        $icon = theme('image', array('path' => 'misc/watchdog-error.png', 'alt' => t('error'), 'title' => t('error')));
+        $icon = theme('image', array('path' => 'misc/message-16-error.png', 'alt' => t('error'), 'title' => t('error')));
         break;
       case UPDATE_NOT_CHECKED:
       case UPDATE_NOT_CURRENT:
       default:
         $class = 'warning';
-        $icon = theme('image', array('path' => 'misc/watchdog-warning.png', 'alt' => t('warning'), 'title' => t('warning')));
+        $icon = theme('image', array('path' => 'misc/message-16-warning.png', 'alt' => t('warning'), 'title' => t('warning')));
         break;
     }
 
Index: modules/update/update.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.css,v
retrieving revision 1.7
diff -u -r1.7 update.css
--- modules/update/update.css	28 Apr 2010 20:08:39 -0000	1.7
+++ modules/update/update.css	21 Aug 2010 14:56:42 -0000
@@ -14,7 +14,7 @@
   height: 20px;
 }
 
-.update .version-status .icon {
+.update .version-status .icon img {
   padding-left: .5em; /* LTR */
 }
 
@@ -32,24 +32,8 @@
   border-bottom: 1px solid #ccc;
 }
 
-.update tr.error {
-  background: #fcc;
-}
-
-.update tr.error .version-recommended {
-  background: #fdd;
-}
-
-.update tr.ok {
-  background: #dfd;
-}
-
-.update tr.warning {
-  background: #ffd;
-}
-
-.update tr.warning .version-recommended {
-  background: #ffe;
+table.update tr {
+  background-image: none;
 }
 
 .current-version,
