diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-06-02 05:35:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-06-02 05:35:51 +0000 |
commit | cd48e69b29ebb50699813b3ba92d6fc92793e04f (patch) | |
tree | 7e42b8a5ab04c633db961f985d3425f321b2e092 /misc | |
parent | fbbf51051159d9ace934d206f63e5b3061c0a767 (diff) | |
download | brdo-cd48e69b29ebb50699813b3ba92d6fc92793e04f.tar.gz brdo-cd48e69b29ebb50699813b3ba92d6fc92793e04f.tar.bz2 |
- Patches #6863 by Kristjan and Moshe: implemented pretty tables and fixed some tablesort glitches.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 13 |
1 files changed, 7 insertions, 6 deletions
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 |