From 066af96d4f3295ca29c1140b4b750b63b817c099 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 14 Mar 2003 09:33:09 +0000 Subject: [PATCH] tweaked text box size so scroll arrow isn't occluded --- presentation/lookAndFeel/knowledgeTree/stylesheet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index 66ae829..59df8d1 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -26,7 +26,7 @@ if ( ($browser == "moz") && ($version <= 4.79)) { $scroll["textBoxLeft"] = "135"; $scroll["textBoxTop"] = "120"; $scroll["textBoxWidth"] = "600"; - $scroll["textBoxHeight"] = "470"; + $scroll["textBoxHeight"] = "458"; } elseif ($browser == "ie") { // MSIE 6.0 $scroll["upArrowLeft"] = "725"; @@ -37,7 +37,7 @@ if ( ($browser == "moz") && ($version <= 4.79)) { $scroll["textBoxLeft"] = "138"; $scroll["textBoxTop"] = "135"; $scroll["textBoxWidth"] = "600"; - $scroll["textBoxHeight"] = "477"; + $scroll["textBoxHeight"] = "463"; } ?>
--
libgit2 0.21.4