From 8beed0b241ad3c874115a404e256c5ccc526039c Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 2 Aug 2005 09:11:53 +0000 Subject: [PATCH] Provide some UI niceties for side-ways tables (headers on left) for testing. --- presentation/lookAndFeel/knowledgeTree/stylesheet.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index ff12005..4b04717 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -343,4 +343,40 @@ table.pretty > tbody > tr > td { padding-right: 3px; } +table.prettysw { + margin: 0; + padding: 0; + border: 0; + border-top: 1px solid #cccccc; + border-left: 1px solid #cccccc; +} + +table.prettysw > tbody > tr > th { + border: 0; + border-right: 2px solid #000000; + margin: 0; + padding: 0; + background-color: #feeeee; +} + +table.prettysw > tbody > tr > td { + border: 0; + border-bottom: 1px solid #cccccc; + margin: 0; + padding: 0; + background-color: #eeeefe; + padding-right: 1em; + text-align: right; + padding-bottom: 3px; + padding-top: 3px; +} + +table.prettysw > tbody > tr > td.odd { + background-color: #fafafe; +} + +table.prettysw > tbody > tr > td.compare { + color: red; +} + -- libgit2 0.21.4