diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index 378ebc4..39b50ac 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -121,21 +121,21 @@ SELECT { #divUp { position:absolute; - left: scroll["upArrowLeft"] ?>px; - top: scroll["upArrowTop"] ?>px;} + left: upArrowLeft ?>px; + top: upArrowTop ?>px;} #divDown { position:absolute; - left: scroll["downArrowLeft"] ?>px; - top: scroll["downArrowTop"] ?>px;} + left: downArrowLeft ?>px; + top: downArrowTop ?>px;} #divScrollTextCont { position:absolute; - left: scroll["textBoxLeft"] ?>px; - top: scroll["textBoxTop"] ?>px; - width: scroll["textBoxWidth"] ?>px; - height: scroll["textBoxHeight"] ?>px; - clip:rect(0px scroll["textBoxWidth"] ?>px scroll["textBoxHeight"] ?>px 0px); + left: textBoxLeft ?>px; + top: textBoxTop ?>px; + width: textBoxWidth ?>px; + height: textBoxHeight ?>px; + clip:rect(0px textBoxWidth ?>px textBoxHeight ?>px 0px); overflow:hidden; visibility:hidden; }