From cd48e69b29ebb50699813b3ba92d6fc92793e04f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 2 Jun 2004 05:35:51 +0000 Subject: - Patches #6863 by Kristjan and Moshe: implemented pretty tables and fixed some tablesort glitches. --- misc/drupal.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'misc') diff --git a/misc/drupal.css b/misc/drupal.css index 9a51f7527..6d514b607 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -31,17 +31,18 @@ th { border-bottom: 3px solid #ccc; white-space: nowrap; } -tr.dark { - background-color: #ddd; +th.active img { + display: inline; } -tr.light { +tr.dark, tr.light { background-color: #eee; + border-bottom: 1px solid #ccc; } tr.dark td, tr.light td { padding: 0.1em 0.6em; } -th.active img { - display: inline; +td.active { + background-color: #ddd; } /* @@ -383,4 +384,4 @@ td.watchdog-httpd { td.watchdog-error { background: #e44; border: 1px solid #c22; -} +} \ No newline at end of file -- cgit v1.2.3