Commit 066af96d4f3295ca29c1140b4b750b63b817c099

Authored by michael
1 parent 0fc58a4a

tweaked text box size so scroll arrow isn't occluded


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1563 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php
... ... @@ -26,7 +26,7 @@ if ( ($browser == "moz") && ($version <= 4.79)) {
26 26 $scroll["textBoxLeft"] = "135";
27 27 $scroll["textBoxTop"] = "120";
28 28 $scroll["textBoxWidth"] = "600";
29   - $scroll["textBoxHeight"] = "470";
  29 + $scroll["textBoxHeight"] = "458";
30 30 } elseif ($browser == "ie") {
31 31 // MSIE 6.0
32 32 $scroll["upArrowLeft"] = "725";
... ... @@ -37,7 +37,7 @@ if ( ($browser == "moz") && ($version <= 4.79)) {
37 37 $scroll["textBoxLeft"] = "138";
38 38 $scroll["textBoxTop"] = "135";
39 39 $scroll["textBoxWidth"] = "600";
40   - $scroll["textBoxHeight"] = "477";
  40 + $scroll["textBoxHeight"] = "463";
41 41 }
42 42 ?>
43 43 <pre>
... ...