From 83e4f6566a9b18a755c42920bffdbe58c84df29b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 1 May 2010 07:57:37 +0000 Subject: - Patch #783534 by dmitrig01: make report table look better. --- themes/seven/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'themes') diff --git a/themes/seven/style.css b/themes/seven/style.css index d2dc969b9..c84fe5906 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -481,6 +481,8 @@ table td, table th { vertical-align: middle; padding: 8px 10px; + border: 0; + color: #000; } table.system-status-report th { padding-left: 30px; @@ -488,15 +490,27 @@ table.system-status-report th { table.system-status-report tr.ok > * { background-color: #dfd; } +table.system-status-report tr.ok.even > * { + background-color: #d3f3d3; +} table.system-status-report tr.info > * { background-color: #bdf; } +table.system-status-report tr.info.even > * { + background-color: #b1d1f1; +} table.system-status-report tr.warning > * { background-color: #ffd; } +table.system-status-report tr.warning.even > * { + background-color: #f2f2d2; +} table.system-status-report tr.error > * { background-color: #fdd; } +table.system-status-report tr.error.even > * { + background-color: #ecc; +} tr.even, tr.odd { border-width: 0 1px 0 1px; -- cgit v1.2.3