Index: modules/system/system.css =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.css,v retrieving revision 1.70 diff -u -r1.70 system.css --- modules/system/system.css 2 Jan 2010 10:39:01 -0000 1.70 +++ modules/system/system.css 3 Jan 2010 02:07:16 -0000 @@ -83,14 +83,10 @@ padding: 2px; } .ok { - color: #008000; } div.ok { - border: 1px solid #00aa00; } div.ok, tr.ok { - background: #dfd; - color: #020; padding: 2px; } .item-list .icon { Index: modules/system/admin.css =================================================================== RCS file: /cvs/drupal/drupal/modules/system/admin.css,v retrieving revision 1.21 diff -u -r1.21 admin.css --- modules/system/admin.css 3 Aug 2009 03:04:33 -0000 1.21 +++ modules/system/admin.css 3 Jan 2010 02:07:15 -0000 @@ -64,15 +64,22 @@ /** * Formatting for status report */ -table.system-status-report th { +table.system-status-report tr { border-bottom: 1px solid #ccc; } +table.system-status-report tr.merge-up { + border-top: 1px solid #ccc; +} +table.system-status-report tr.odd, +table.system-status-report tr.even { + background: #fff; +} table.system-status-report th, table.system-status-report tr.merge-up td { padding-left: 30px; /* LTR */ } table.system-status-report th { background-repeat: no-repeat; - background-position: 5px 50%; /* LTR */ + background-position: 98% 7px; /* LTR */ padding-top: 6px; padding-bottom: 6px; } @@ -84,8 +91,10 @@ } table.system-status-report tr.ok th { background-image: url(../../misc/watchdog-ok.png); + background-position: 97% 9px; /* LTR */ +} +table.system-status-report tr.info th { } - /** * Formatting for theme configuration */ Index: themes/seven/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/style.css,v retrieving revision 1.38 diff -u -r1.38 style.css --- themes/seven/style.css 22 Dec 2009 19:45:00 -0000 1.38 +++ themes/seven/style.css 3 Jan 2010 02:07:16 -0000 @@ -431,11 +431,9 @@ } table.system-status-report tr.ok > * { - background-color: #dfd; } table.system-status-report tr.info > * { - background-color: #bdf; } table.system-status-report tr.warning > * {