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; +}