From 95d196584d4fec6338cd8d4f0bd93dc18fc31ee5 Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 7 Oct 2004 12:44:36 +0000 Subject: [PATCH] CSS necessary for text-based buttons --- presentation/lookAndFeel/knowledgeTree/stylesheet.php | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index c2a5f1c..f6d45a3 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -148,4 +148,31 @@ SELECT { position:absolute; left:0px; top:0px; -} \ No newline at end of file +} + +span.button { + font-size: 6pt; + width: 100%; + /* height: 20px; */ + border: 1px solid #000; + text-align: center; + white-space: nowrap; + display: block; + margin-top: 4px; + text-decoration: none; +} +span.button:Hover { + background-color: #EEEEEE; +} +span.disabledbutton { + font-size: 6pt; + background-color: #CCCCCC; + color: #333333; + width: 100%; + /* height: 20px; */ + border: 1px solid #333; + text-align: center; + white-space: nowrap; + display: block; + margin-top: 4px; +} -- libgit2 0.21.4