From 2d16f38e093bcd2b55a350ffaa7df3e3204d2764 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 21 Aug 2006 07:33:26 +0000 Subject: #79346 by nickl. Improve CSS for tables. --- modules/system/system.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/system') diff --git a/modules/system/system.css b/modules/system/system.css index 1daac9103..a489dc859 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -14,6 +14,17 @@ tr.even, tr.odd { td.active { background-color: #ddd; } +tbody { + border-top: 1px solid #ccc; +} +tbody th { + border-bottom: 1px solid #ccc; +} +thead th { + text-align: left; + padding-right: 1em; + border-bottom: 3px solid #ccc; +} /* ** Other common styles -- cgit v1.2.3